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

body {
	background-color: #DCD6C7;
}

.entete {
	background-color: #C8C2B2;
	height: 103px;
	width: 100%;
}

.entete-nom {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; 
	font-size:13px;
	color: black;
	margin-top: -5px;
}

.subentete {
	clear: left;
	height: 1px;
}

.rightcol {
	padding-left: 370px;
        width: 700px;
}
.bloctexte {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; 
	font-size:13px;
	padding-top: 100px;
	padding-left: 370px;
}

.stdtexte {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; 
	font-size:13px;
	clear: left;
}


.tabletexte {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; 
	font-size:13px;
}

h1 {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; 
	font-size:18px;
	color: #246577;
}

.entete-texte {
	padding-left: 365px;
	padding-top: 40px;
	font-family: Papyrus, fantasy;
	color:#B42672;
	font-size: 32px;
	float: left;
}



.menubox {
	float: left;
	width: 204px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-right: 25px;
	padding-top: 25px;

	
}

.menubox>a>img {
	padding-bottom: 10px;
}
.photobox {
	float: left;
	width: 204px;
	margin: 0 15px 15px 0;
	padding: 5px;
	padding: 5px;
}

.ombre {
	width: 127px;
	height: 204px;
	margin: 0 15px 15px 0;
	box-shadow: 1px 1px 12px #555;
}

.photoheader {
	height: 208px;
	width: 238px;
	margin-top: 40px;
	position: absolute;
	margin-left: 40px;
	box-shadow: 1px 1px 12px #555;
}

.titre {
	height: 40px;
	padding-top: 35px;
}


.texte {
	margin-top: 80px;
	margin-left: 350px;
	position: fixed;
}
.leftcol {
	float: left;
	width: 369px;
}

.soustitre, .soustitreactif {
	height: 24px;
	padding-top:4px;
	width: 100px;
	padding-left: 16px;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; 
	font-size: 16px;
	color: black;
	background-color: #C8C2B2;
	float: left;
	margin-right: 4px;
		-webkit-border-bottom-right-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
	}
	
.soustitreactif {
	background-color:#95AE08;
}

.soustitre a {
	color:black;
}

.caption	{
	padding-top: 15px;
}

.enpied {
	width: 740 px;
	padding-top: 100px;
	padding-left: 370px;
        clear:left
}

.menupied {
	width: 103px;
	float:left;
	padding-right: 20px;
	margin-bottom:20px;
}			

/* jQuery lightBox plugin - Gallery style */

#gallery {
	width: 740px;
	overflow: hidden; 
	margin-top: 20px;
}
#gallery img {
	border: 5px solid #DCD6C7;
	border-width: 5px 5px 5px 5px;
	margin-top: 20px;
}
#gallery a:hover img {
	border: 5px solid #666;
	border-width: 5px 5px 5px 5px;
	color: #fff;
}	

a { /* Les liens qui ne sont pas sous le curseur. */
	text-decoration:none; // pas de soulignement
	color: #000000; //ta couleur
}

a:hover { /* Les liens lorsque le curseur est dessus. */
	color: #FFF; //ta couleur
	text-decoration:none; // pas de soulignement

}
a:visited { /* Les liens visités. */
	color: #000000; 
	text-decoration:none; 
}				