/* feuille de style du theme : Tod */

/* containers de premier niveau */





#general {
	width: 902px;
	margin: 135px auto 0 135px;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	
}

#bandeau {
	position: absolute;
	top: 14px;
	width: 904px;
	height: 103px;
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-top:10px;	
}
	
#menu2 {
	background-position: left bottom;
    background-repeat: no-repeat;
    height: 103px;
    margin-left: 540px;
    margin-top: 5px;
    position: absolute;
    top: 19px;
    width: 500px;
    z-index: 4;
	/margin-left : -240px ;
	/margin-top : 5px ;
}	


#barre2 {
	position: absolute;
	top: 59px;
	width: 904px;
	height: 103px;
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-top:10px;	
	margin-left:660px;
	z-index:5;
}	
	
	
#chemin, #chemin-vide {

}

#contextes {
	margin-top: -12px;
	float:right;
	width:254px;
}

#corps {
   background-color: #181818;
    margin-right: 260px;
    margin-top: -12px;
    min-height: 515px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}

#footer {
margin-top:10px;
font-size:10px;
clear:both;
background-color:#0B0B0B;
border-bottom:1px solid #222222;
border-top:1px solid #222222;

color:#ffffff;
font-weight:bold;
padding:12px 0px 12px 0px;
	
}



.editer_lsr_mode  {
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 10px;
}

.listagerepondre {
	font-size: 10px;
	text-align: right;
	margin-right: 30px;
	
}

.listagerepondre a {
	color: #FF6600;
}

.listagerepondre a:hover {
	color: #f00;
}



/* ImageRotator */


#image_rotator  {
margin-left: 20px;
}

#image_rotator img {
	/*border: 0;*/
}

#image_rotator .container {
	/*
	width: 586px;
	*/
}

#image_rotator .window {
	height:318px;
	width: 586px;
	overflow: hidden;
	position: relative;
}

#image_rotator .image_reel {
	position: absolute;
	top: 0; left: 0;
}

#image_rotator .image_reel img {
	float: left;
}

#image_rotator .paging {
	bottom: 0px;
	line-height: 40px;
	right: 0px;
	position: absolute;
	z-index: 100;
	display: none;
	padding-right: 5px;
}

#image_rotator .paging a {
	padding: 5px;
	text-decoration: none;
	background: #000000;
	color: #FFFFFF;
}

#image_rotator .paging a.active {
	font-weight: bold; 
	background: #920000; 
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#image_rotator .paging a:hover {
	font-weight: bold;
}

