@charset "utf-8";

/********** Mise en page de la div contenu **********/


#contenu {
	background-color:#333333;
	padding: 0px;
	width: 955px;
}

#contenu a {
	text-decoration: underline;
	color: #CCCCCC;
}

#contenu a:link {
	color: #CCCCCC;
}

#contenu a:visited {
	color: #DDDDDD;
}

#contenu a:hover {
	color: #CCCCCC;
}

#contenu a:active {
	color: #DDDDDD;
}

#contenu a img {
	border: 0;
}

/********** Mise en page de la div texte / galerie **********/

#texte {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	color: #EEEEEE;
	position: relative;
	float: left;
	width: 550px;	
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

#texte h1 {
	FONT: 30px/1.2 Georgia, "Times New Roman", Times, serif;
	color: #999999; /*#517883;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #84A848;
}

#texte h2 {
	font: 20px/1.2 Georgia, "Times New Roman", Times, serif;
	color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #84A848;
}

#texte p {

	font-size: 12px;
	line-height: 1.455;
	text-align: justify;
	text-indent: 40px;
	color: #EEEEEE;
}

#galerie {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	color: #EEEEEE;
	position: relative;
	float: left;
	width: 550px;	
}

#texte li {
	font-size: 12px;
	line-height: 1.455;
	text-align: justify;
	list-style-type: square;
}

/********** Mise en page de la div lateral **********/

#lateral {
	position: relative;
	float: right;
	width: 350px;
}

/********** Mise en page de la div photo **********/

#photo {
	padding: 0px;
}

/********** Mise en page de la div contexte **********/

.contexte {
	background-color:#333333;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 15px;
	font-size: 14px;
	color: #EEEEEE;
}

.contexte h1 {
	font: 16px/1.2 Georgia, "Times New Roman", Times, serif;
	color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #84A848;
}

.contexte li {
	list-style-type: square;
}

/********** Mise en page des éléments de la galerie **********/


.galerie-photo {
	text-align:center;
	height: 130px;
	vertical-align:middle;
}

.galerie-boutons {
	text-align:center;
}