@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

#nav {
	background-repeat: no-repeat;
	height: 76px;
	width: 775px;
	background-image: url(../images/boutons.jpg);
	background-position: left top;
	float: left;
}

#nav ul {
	text-align: center;
	list-style-type: none;
	padding-top: 27px;
}

#nav li {
	display: inline;
}

#nav a {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 100;
	letter-spacing: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

#nav a:hover {
	color: #FFEDA3;
}

#nav a.current {
	color:#FFEDA3;
}

.lignenav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
}

.navheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: 100;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: right;
	vertical-align: top;
	letter-spacing: 1px;
	padding-right: 2px;
}
.navfooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
}
.navboutique {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #0C0706;
	text-decoration: underline;
}
.navboutique:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
	text-decoration: underline;
}
.navfooter:hover {
	color: #FFEDA3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-decoration: underline;
}

.navheader:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: 100;
	text-transform: uppercase;
	color: #FFEDA3;
	text-decoration: none;
	display: block;
	text-align: right;
	vertical-align: top;
	letter-spacing: 1px;
	padding-right: 2px;
}

body {
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #330000;
	background-image: url(../images/bg5.jpg);
	background-attachment: fixed;
}	

#container {
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #400000;
	margin-top: 30px;
}

#innercontainer {
	float: left;
	width: 775px;
	background-image: url(../images/contenu.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 149px;
	width: 775px;
}

#bascontenu {
	background-image: url(../images/bas_contenu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 15px;
	width: 775px;
}
#contenu {
	float: left;
	width: 520px;
	margin: 10px;
}
#contenuecharpes {
	margin: 10px;
	float: left;
	width: 290px;
}

#hautcontenu {
	background-image: url(../images/haut_contenu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 15px;
	width: 775px;
}

#sidebar {
	width: 210px;
	float: left;
	margin: 10px;
	text-align: center;
}

#footer {
	background-repeat: no-repeat;
	background-position: left top;
	height: 73px;
	background-image: url(../images/footer.jpg);
	width: 775px;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: 100;
	color: #FFFFFF;
	line-height: 20px;
}

.floatleft {
	float: left;
	margin-right: 8px;
}
.floatright {
	float: right;
	margin-left: 8px;
}

#contenufooter {
	text-align: center;
	padding-top: 7px;
}
.adresse {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: 100;
	color: #FFFFFF;
	letter-spacing: 3px;
	line-height: 20px;
}

#contenu h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #330000;
	letter-spacing: 4px;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 40px;
}
#contenu h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: 100;
	color: #330000;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#contenu p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 100;
	color: #0C0706;
	text-align: justify;
	letter-spacing: 1px;
}
#sidebar p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #0C0706;
	line-height: 35px;
	font-weight: 100;
}


/* Agrandissement image */

.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
	/*background-color: -250;*/
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	visibility: hidden;
	position: absolute;
	z-index: 1;
}

.thumbnail span img{ /*CSS for enlarged image*/
/*border-width: 0;
padding: 2px;*/
	z-index:60;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	right: 50%;
	z-index: 60;
	/*bottom: -700%;*/
}
.navmaestro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: 100;
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 20px;
}
.navmaestro:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: 100;
	color: #FFEDA3;
	text-decoration: underline;
	line-height: 20px;
}
#contenuecharpes p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 100;
	color: #0C0706;
	text-align: justify;
	letter-spacing: 1px;
}
#contenuecharpes h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #330000;
	letter-spacing: 4px;
	font-weight: 100;
	text-transform: uppercase;
	line-height: 40px;
}
#contenuecharpes h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: 100;
	color: #330000;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#innercontainer2 {
	float: left;
	width: 775px;
	background-image: url(../images/contenuecharpes.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#hautcontenuecharpes {
	background-image: url(../images/haut_contenuecharpes.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 15px;
	width: 775px;
}
#bascontenuecharpes {
	background-image: url(../images/bas_contenuecharpes.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 15px;
	width: 775px;
}

