@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	border: 0;
	}

input,textarea {
border:1px solid #990000;
}

body{ 
	font-family: Verdana, Helvetica, sans-serif;
	font-size:11px;
	}
	
.noborder {border: none}

/*---o Gestion des blocks contenant un float pour qu'ils descendent jusqu'en bas du float. Ex <div class="maClass clearfix">...</div> */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}

/* Caché pour IE-mac \*/
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}
/* Fin de caché pour IE-mac */
/*---------------------------------------*/

#header{
	height:100px;
	clear:both;
	background-image:url(images/entete_multi.jpg);
/*	background-color:#FFFFFF;*/
	}
	
#menu {
	background-image:url(images/entete_multi.jpg);
	background-repeat:repeat-x;
	border-left:1px solid #7c7c7c;
	border-right:1px solid #7c7c7c;
	display:block;
	}

#Center{
	background-image:url(images/coteg.jpg);
	background-repeat: repeat-y;
	}

.logo{
	float:left;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	width:395px;
	height:100px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	}

.coteg1{
	float:left;
	width:221px;
	background-image:url(images/coteg.jpg);
	background-repeat: repeat-y;
	padding-left:10px;
	}

.coteg2{
	float:left;
	width:200px;
	}
	
.infogauche{
	    font-size:9px;
		width:200px;
	}
	.infogauche a{
	    font-size:11px;
		font-weight:bold;
		color:#ffffff;
		text-decoration:none;
	}
	.infogauche img{
	margin-left:4px;
	margin-bottom:10px;
	float:right;
	width:50;
	}
	
.sbar_section{
	padding:10px 0;
	}

.coteg1 li, .coteg2 li{
	list-style:none;
	}

.coteg1 li a, .coteg2 li a{
	padding:8px 5px;
	display:block;
	border-bottom:1px solid #CDCDCD;
	text-decoration:none;
	color:#000;
	}

.coteg1 li a:hover, .coteg2 li a:hover{
	border-bottom:1px solid #888;
	color:#000;
	background:#f1f1f1;
	}

.coteg1 h2, .coteg2 h2{
	color:#000;
	font-size:12px;
	padding:5px 0;
	}

.sbar_section {
	padding:2px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #000000;
	width:185px;
	}
.sbar_section  a{
	text-decoration:none;
	color: #fff;
	}

.sbar_section :hover, .sbar_section :focus{
 	color:#000;
	font-style:none;
	}

.peel{
	background-image:url(images/peel.jpg);
	width:102px;
	height:122px;
	overflow:hidden;
	display:block;
	position:absolute;
	z-index:9999px;
	right:0;
	top:0;
	}
	
.contenu{
	color:#333;
	padding-right:25px;
	width:700px;
	float:left;
	}

.contenu h1 a, .contenu h1{
	color:#d30705;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	}

.contenu p{
	padding:15px 0px;
	line-height:12px;
	}

.contenu h3{
	clear:both
	}
	
.contenu img{
	padding:10px;
	}

.contenu ul{
	padding-left:20px;
	}
	
.contenu li{
	padding:5px;
	}

.contenu ul p{
	padding:0;
	}

.contenu h2 a, .contenu h2{
	color:#333333;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
.posttop{
	border-bottom:2px solid #52af10;
	padding-bottom:25px;
	margin-bottom:8px;
	}

.posttop .feedback a{
	color:#666;
	text-decoration:none;
	float:right;
	padding-top:5px;
	}

.footer{
	padding:15px;
	background: #CCCCCC;
	clear:both;
	text-align:center;
	color:#999;
	border-top:solid 1px #990000;
	}

.footer a{
	color:#59ba12;
	text-decoration:none;
	}
#ajaxSearch_submit{
	background:url(images/bouton.png) no-repeat;
	height:24px;
	width:96px;
	display:block;
	border:none;
	text-decoration:none;
	color:#330000;
	font-weight:bold;
	cursor:pointer;
}
.btst{
	background:url(images/btst.jpg) repeat-x;
	height:24px;
	display:block;
	border:none;
	text-decoration:none;
	color:#330000;
	font-weight:bold;
}

div.ditto_summaryPost {border-bottom:1px dotted #aaaaaa; padding-bottom:6px;  margin-bottom:10px}