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

* { padding: 0; margin: 0; } 

html {
	border-top: 2px solid #7eb637;
	text-align: center;
	}

body {
	font-size: 13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-family:Verdana, Geneva, sans-serif;*/
	background: #fff;
	color: #4D4D4D;
	width: 815px;
	margin: 27px auto;
	text-align: left;
	}
	

.reset {
	display: block; 
	clear: both; 
	font-size: 1px; 
	height: 1px; 
	line-height: 0.1;
	}






/* structure
-------------------------------------------------------- */
#header, #content, #footer {
	float: left;
	position: relative;
	width: 100%;
	}
	
#content {
	margin: 30px 0;
	width: 800px;
}

#header {
	width:800px;
	height:90px;
}

#main {
	float: left;
	width: 600px;
}

.home{
	background: url("medias/example-frame-3.png") top center no-repeat;
}



/* en tête
-------------------------------------------------------- */
#logo {
	position: absolute;
	top: 0; left: 0;
	width: 180px; height: 60px;
	}

#logo a {
	display: block;
	width: 180px; height: 60px;
	border:none;
	text-decoration: none;
	background: url("medias/logo-itou-cart.png") no-repeat;
	  
	} 

#logo a img{
	border:none;
	} 



/* menu rubrique
-------------------------------------------------------- */
#menu-top {
	position: relative;
	float: right;
	}

ul#menu-rub{
	height: 160px;
	padding-right: 10px;
	}

ul#menu-rub li {
	float: right;
	list-style: none;
	}

ul#menu-rub li a {
	text-decoration: none;
	margin:0 0 0 20px;
	font-size: 24px;
	color: #7eb637;
	line-height:55px;
	font-weight:normal;
	padding-left: 14px;
	}
ul#menu-rub li a:hover {
	color:#281d7b;
	}

ul#menu-rub li a.on {
	background:url(medias/puce-menu.png) center left no-repeat;
	}



/* home
-------------------------------------------------------- */
#centre-home{
	width: 815px;
	height: 300px;/* nouvelle version */
	}
#accroche{
	border: 5px solid #f0f0f0;
	width: 815px;
	background:#7eb637;
		}
#base-line{
	float:left;
	width:400px;
	height:285px;/* nouvelle version */
	}
#video-home{
	float:right;
	margin:10px;
	}
#centre-home h1{
	font-size: 36px;
	color: #fff;
	font-weight: normal;
	line-height: 40px;
	margin:20px 20px;
}
#centre-home p{
	/*float: right;*/
	color: #fff;
	margin:20px 0 0 20px;
	width:400px;
	text-align: left;
	font-size: 18px;
}
#centre-home img {
	border: 5px solid #f0f0f0;
	}
	
/* colonnes de la home
-------------------------------------------------------- */

.col {
	float: left;
	width: 250px;
	margin: 30px 0;
	}

.col img {
	float: left;
	margin: 0 12px 150px 0;
	border: none;
}

.col h2 {
	font-weight: bold;
	line-height: 1.5em;
	font-size: 21px;
	height: 25px;
	margin: 0 0 12px 0;
	}
.col-centre{
	border-right: 5px solid #f0f0f0;
	border-left: 5px solid #f0f0f0;
	float: left;
	width: 265px;
	margin: 30px 12px;
	}
.col-centre h2 {
	font-weight: bold;
	line-height: 1.5em;
	font-size: 21px;
	height: 25px;
	margin: 0 6px 12px 6px;
	}

.col-centre p {
	margin: 0 6px 12px 6px;
	}

.col-centre img{
	float: left;
	margin: 0 12px 150px 6px;
	border: none;
}

.col h2 a, .col-centre h2 a{
	color: #4D4D4D;
	text-decoration: none;

}	
.col h2 a:hover, .col-centre h2 a:hover{
	color:#281d7b;
	}

/* colonne centrale rubrique
-------------------------------------------------------- */
#col-centre-rub{
	float: left;
	width: 608px;
	margin-right: 12px;
	font-size: 13px;
	}

#col-centre-image img {
	border: 5px solid #f0f0f0;
	}
	
#col-centre-rub h2{
	margin: 12px 0;
}

#texte-article{
	width: 590px;
	}

#texte-article .spip_documents img{
	border: 5px solid #f0f0f0;
	}


div.notes{
	font-style: italic;
	}
/* colonne de droite rubrique
-------------------------------------------------------- */
#col-droite {
	float:	left;
	width: 180px;
}

#col-droite h3 {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 2.0 em;
}
	
#col-droite h3 a {
	color: #21211f;
	text-decoration: none;
	}

#col-droite-en-tete{
	width: 165px;
	height: 150px;
	background: #7eb637;
	margin-bottom: 53px;
	padding: 30px 0 0 15px;
	}

div.droite-annexe {
	background:#f0f0f0;
	padding: 6px;
	}


div.droite-annexe p {
	font-size: 13px;
	color: #6b6d67;
	padding:0;
	margin:0;
	background:#f0f0f0;
	}




/* footer
-------------------------------------------------------- */


#footer {
	margin: 10px 0 60px 0;
	border-top: 2px solid #f0f0f0;
	height: 22px;
	width: 800px;
	}
	
#footer a {
	color: #6b6d67;
	}

#footer p {
	color: #9da197;
	}
	
#footer p.gauche {
	float:left;
}

#footer p.droite {
	float:right;
	padding-right: 10px;
}




/* textes & typo
-------------------------------------------------------- */


strong{
	color:#000;
	
	}
#main p, #main li, #main h4, #main h3 {
	padding-left: 6px;
	}


#content p {
	padding-bottom: 18px;
	}

li {
	list-style: none; 
	}
	
	
h2 {
	font-weight: bold;
	line-height: 1.5em;
	font-size: 24px;
	height: 30px;
	}


h4 {
	font-weight: bold;
	line-height: 1.5em;
	font-size: 13px;
	margin-bottom: 6px;
	color: #000;
	}

/* les liens
-------------------------------------------------------- */


a{
	color: #7eb637;
	}

a.spip_out img{
	border: none;
	display: block;
	float: left;
	margin: 0 12px 12px 0px
	}	
a:hover {
	color: #393a36;
	}


