@charset "utf-8";
/* CSS Document */

/* GENERAL ////////////////////////////////////*/

body{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000000;
	color:#FFFFFF;
	font-size:12px;
	margin:0;
	padding:0;
}
#page{
	width:980px;
	margin:0 auto 0 auto;
	background-image:url(../_imgs/page_fond.jpg);
	background-repeat:no-repeat;
}
#colonne{
	width:135px;
	float:left;
	height:615px;
	padding:20px 55px 0 30px;
	background-image:url(../_imgs/bordure.gif);
	background-repeat:no-repeat;
	background-position:163px 77px;
}
#centre{
	width:760px;
	float:right;
}
#footer{
	clear:both;
	background-image:url(../_imgs/footer.jpg);
	background-repeat:no-repeat;
	height:85px;
}
.clear{
	clear:both;
}
ul{
	margin:0;
	padding:0;
}
li{
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
}
h1{
	margin:0;
	padding:0;
	font-weight:normal;
}
h2{
	margin:0;
	padding:0;
	font-weight:normal;
}
h3{
	margin:0;
	padding:0;
	font-weight:normal;
}
h4{
	margin:0;
	padding:0;
	font-weight:normal;
}
.legende{
	font-size:10px;
	text-align:center;
}
.itemPhoto{
	text-align:center;
	width:120px;
}
.itemPhoto img{
	border:0;
}
.itemPhoto .legende{
	padding:2px 0 10px 0;
}
/* COLONNE ////////////////////////////////////*/

.menuV ul{
	font-size:18px;
	margin-top:42px;
	margin-bottom:48px;
	list-style-type:none;
}
.menuV ul li{
	font-size:18px;
	padding:5px 0 5px 0;
	border-bottom:2px solid #b41900;
}
.menuV ul li a{
	color:#FFFFFF;
}
.menuV ul li a:hover{
	color:#ff9000;
}
.menuV ul li a.active{
	color:#b41900;
}

/* CENTRE ////////////////////////////////////*/

#centre .titre{
	padding:0;
	font-size:32px;
	font-weight:normal;
	color:#b41900;
	padding:42px 0 43px 0;
	background-image:url(../_imgs/bordure.gif);
	background-repeat:repeat-x;
	background-position:0 77px;
}
#centre .menuH{
	font-size:12px;
	background-color:#360700;
	overflow:hidden;	
}
#centre .menuH ul{
	list-style-type:none;
}
#centre .menuH ul li{
	float:left;
	padding:5px 15px 5px 15px;
}
#centre .menuH ul li a{
	color:#FFFFFF;
}
#centre .menuH ul li a:hover{
	color:#ff9000;
}
#centre .menuH ul li.active{
	background-color:#b41900;
}
#centre .menuHOff{
	height:25px;
}
#centre #content{
	clear:both;
	background-color:#FFFFFF;
	color:#434343;
	padding:35px;
	height:400px;
	overflow:auto;
}
#centre #content #contenu{
	clear:both;
	background-color:#FFFFFF;
	color:#434343;
	padding:0px;
	
}

#centre #content h2{
	color:#b41900;
	font-size:22px;
	padding-bottom:20px;
}
#centre #content h4{
	color:#b41900;
	font-size:16px;
	margin-bottom:10px;
	border-bottom:1px solid #666666;
}

.size11{
	font-size:11px;
}
/* A L'AFFICHE ////////////////////////////////////*/

#contentAffiche .texte{
	text-align:center;
}
#contentAffiche h2{
	color:#ff9000;
	font-size:26px;
	font-weight:normal;
	padding-bottom:25px;
}
#contentAffiche .texte .t1{
	color:#ff9000;
}
#contentAffiche .texte .commentaires{
	font-size:11px;
	color:#d6d6d6;
}
#contentAffiche .affiche{
	text-align:center;
}
#contentAffiche .details{
	text-align:center;
	font-size:18px;
	color:#ff9000;
	padding-top:20px;
}
#contentAffiche .details a{
	color:#ff9000;
	text-decoration:underline;
}
#contentAffiche .details a:hover{
	text-decoration:underline;
}


/* A L'AFFICHE - STRICTEMENT ////////////////////////////////////*/

#contentAffiche.strictement h2{
	color:#2f63e2;
}
#contentAffiche.strictement .texte .t1{
	color:#2f63e2;
}
#contentAffiche .details a{
	color:#2f63e2;
}

/* A L'AFFICHE - AU NOM DU FILS ////////////////////////////////////*/

#contentAffiche.aunomdufils h2{
	color:#9d1ddd;
}
#contentAffiche.aunomdufils .texte .t1{
	color:#9d1ddd;
}
#contentAffiche .details a{
	color:#9d1ddd;
}

/* La Ronde ////////////////////////////////////*/

#centreLaRonde{
	width:760px;
	float:right;
}
#centreLaRonde .titre{
	padding:0;
	font-size:32px;
	font-weight:normal;
	color:#ff9000;
	padding:42px 0 43px 0;
	background-image:url(../_imgs/bordure.gif);
	background-repeat:repeat-x;
	background-position:0 77px;
}
#centreLaRonde .menuH{
	font-size:12px;
	background-image:url(../_imgs/laronde_menuh.jpg);
	overflow:hidden;	
}
#centreLaRonde .menuH ul{
	list-style-type:none;
}
#centreLaRonde .menuH ul li{
	float:left;
	padding:5px 14px 5px 14px;
}
#centreLaRonde .menuH ul li a{
	color:#FFFFFF;
}
#centreLaRonde .menuH ul li a:hover{
	color:#ff9000;
}
#centreLaRonde .menuH ul li.active{
	background-color:#e67024;	
}
#centreLaRonde .menuH ul li.active a{
	color:#000000;
	font-weight:bold;
}
#centreLaRonde .menuHOff{
	height:25px;
}
#centreLaRonde #content{
	clear:both;
	background-image:url(../_imgs/laronde_fond.jpg);
	padding:10px;
	overflow:auto;
	height:445px;
	
}
#centreLaRonde #content #contenu{
	clear:both;
	color:#202020;
	padding:30px;
	font-size:14px;
	text-align:justify;
}
#centreLaRonde #content #contenu a{
	text-decoration:underline;
	color:#fff;
}
#centreLaRonde .img{
	border:1px solid #333333;
	float:left;
	margin:0 15px 15px 0;
}
#centreLaRonde h2{
	font-size:24px;
	color:#FFFFFF;
	padding-bottom:15px;
}
#centreLaRonde h3{
	font-size:18px;
	color:#333;
	padding-bottom:15px;
}
#centreLaRonde .img{
	border:1px solid #333333;
	float:left;
	margin:0 15px 10px 0;
}
#centreLaRonde .image{
	border:1px solid #333333;
}
#centreLaRonde a:hover .image{
	border:1px solid #FFF;
}
#centreLaRonde .item{
	border-bottom:2px solid #b41900;
	margin-bottom:35px;
	padding-bottom:35px;
}


