@import url(general.css);
*{
	line-height: 1.3em;
}
/* On remonte la nav top*/
#header{
	margin-bottom: 0;
}

/* Contenu de gauche */
#gauche{
	margin-top: 0;
	float:left;
	width: 250px; /* 260 - 10*/
	padding-left: 5px;
	padding-right: 5px;
	
	border-right: thin #E8E8E8 solid;
	padding-top: 10px;
	margin-bottom: 100px;
}

/* margin de 5 autour des images */
img{
	margin: 5px;
}

/* Picto france */
#france{
	margin: 0;
	float:left;
	margin-left: 2px;
	margin-right: 5px;
}

/* Actus du portail*/
#actusPortail{
	float:right;
	padding-left: 5px;
	margin-bottom:10px;
	background-color: #00ced6;
	color: #fff;
	
	width: 145px;
	height: 60px;
}

/* Sondage */
#sondage {
	background-image: url(../pictures/front/home2-sondage-bk.jpg);
	background-repeat: no-repeat;

	padding: 5px;
	padding-left: 20px;
	padding-top: 20px;
	
	height: 130px;
}

#sondage h2{
	margin-left: 10px;
	font-weight: normal;
	color: #009997;
	font-size: 12px;
}


/* Boites pour les rubriques du portail */
#objectif, #en-pratique, #cdr, #espace-comm{
	padding-top: 30px;
	padding-left: 20px;
	
	background-repeat: no-repeat;
	height: 124px; /* 154- 30*/	
}

#objectif{
	background-image: url(../pictures/front/home2-obj-bk.jpg);
	height: 105px; /* 134- 30*/
}
#en-pratique{
	background-image: url(../pictures/front/home2-enpratik-bk.jpg);
}
#cdr{
	background-image: url(../pictures/front/home2-cdr-bk.jpg);Ò
}
#espace-comm{
	background-image: url(../pictures/front/home2-echangeons-bk.jpg);
	
}

#objectif a, #en-pratique a, #cdr a, #espace-comm a{
	text-decoration: none;
}
#objectif a:hover, #en-pratique a:hover, #cdr a:hover, #espace-comm a:hover{
	text-decoration: underline;
}

/* Séparateurs */
 hr{
 
	clear: both;
	
	width: 240px;
	border: 0 none;
	color: #e8e8e8;
	background-color: #e8e8e8;
	height: 1px;
}



/* Contenu de droite */

#droite{
	float:left;
	width: 510px;
	padding-left: 5px;
	padding-right: 5px;
}

/* Titre */
h1{	
	color: #008d87;
	font-weight: normal;
	line-height: 1.1em;
	font-size: 18px;
	
	padding-left: 13px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	
	width: 400px;
	
	background-image: url(../pictures/front/actu_bar_01.jpg);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	background-color: #f7f5f5;
}

#presentation{
	padding: 5px;
	background-color: #f7f5f5;
}
#presentation img{
	float:left;
}
/* Bloc de texte */
#presentation p{
	margin-top: 10px;
	padding: 5px;
	background-color: #f7f5f5;
}

/* Actualités */
#actus{
	float: left;
	margin-top: 10px;
	width: 245px;
	
	
	padding-left: 5px;
	margin-right: 5px;
	
	background-color: #d7f5f5;
	background-image: url(../pictures/front/home-titre-actus-vide.jpg);
	background-repeat: no-repeat;
	height: 310px;
	overflow: hidden;
}

/* Images actus*/
#actus img{
	float: left;
}

/* lien voir l'actu trop bas*/
#actus p{
	margin-bottom: 5px;
}

/* Pictos actus*/
#actus #picto{
	float: right;
}
#actus h2{
	/*background-image: url(../pictures/front/actu_bar_01.jpg);*/
	background-repeat: no-repeat;
	background-position: 7px 5px;

	margin-top: 0;
	padding-top: 7px;
	padding-left: 13px;
	
	font-weight: normal;
	color: #008985;
	
	width: 100px;
}
/* Titre des actus*/
#actus h3{
	font-style: italic;
	margin-bottom: 0;
	color: #008985;
	font-weight: normal;
	font-size: 11px;
}

#actus p{
	margin-top: 2px;
	background-color: #d7f5f5;
}





/* PUSH */
.push{
	margin-top: 10px;
	margin-right: 10px;
	width: 245px;
	float: left;
	
	min-height: 240px;
}
/* Titre des push*/
.push h2{
	background-repeat: no-repeat;
	background-position: 5px 5px;

	margin-top: 0;
	padding-top: 5px;
	padding-left: 15px;
	
	font-weight: normal;
}
/* Texte des pushs */
.push p {
	clear:both;
	padding: 5px;
}

.push p img{
	float: left;
}

/* Push structure */
#push-str{
	background-color: #e2d0e6;
	height: 310px;
}




/* Titre push str et push libre */
#push-str h2, #push-libre h2{
	background-image: url(../pictures/front/home-separ-structure.gif);
	color: #961da8;
	
	font-weight: normal;
}

/* Picto titre push str*/
#push-str h2 img, #push-libre h2 img{
	float: right;
}



/* push-libre*/
#push-libre {
	background-color: #f7f5f6;
}
/* Titre push libre */
#push-libre h2{
	background-color: #f7f5f6;
}

#push-libre p a{
	color: #961da8;
}

/* push-cdr*/
#push-cdr {
	background-color: #ededed;
}
/* Titre push libre */
#push-cdr h2{
	background-color: #ededed;
	background-image: url(../pictures/front/home2-separ-push-cdr.gif);
	color: #008b8a;
}

#push-cdr p a{
	color: #008b8a;
}
/* Type de document */
.picto-type{
	clear: both;
	float: left;
	margin-right: 3px;
	margin-top: 3px;
}

.picto-dl{
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

.label-type{
	float: left;
	display: block;
	
	width: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	min-height: 15px;
}


/* push-espace-comm*/
#push-espace-comm {
	background-color: #ededed;
}
/* Titre push libre */
#push-espace-comm h2{
	background-color: #ededed;
	background-image: url(../pictures/front/home2-separ-push-echangeons.gif);
	color: #ab2482;
}

/* Sous titre espace comm */
#push-espace-comm h3{
	background-color: #ededed;
	font-weight: normal;
	color: #ab2482;
		margin-left: 10px;
}

#push-espace-comm p a{
	color: #ab2482;
}

#push-espace-comm img{
	float: right;
}

/* Pro */
#pro{
	float:left;
	margin-top: 10px;
	margin-right: 10px;
	width: 240px;
	padding-left: 5px;
	overflow: hidden;
	
	background-color: #ededed;
	
	min-height: 240px;
}

#pro-cnt{
	width: 230px;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: -5px;
	padding: 3px;
	border-bottom: solid thin #02836d;
	border-left: solid thin #cccccc;
	border-right: solid thin #cccccc;
	height: 158px;
	overflow: hidden;
}

#pro p,#pro form{
	width: 220px;
	padding: 5px;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #f2ec7e;

}


#pro label{
	margin-bottom: 3px;
	clear: both;
	float: left;
	display: block;
	width: 125px;
}

#pro input{
	margin-bottom: 3px;
	float: left;
}
#btn-submit{
	padding-left: 5px;
}
/* Liens en bas à gauche */
#liens{
	clear: both;
	margin-top: 60px !important;
	
	margin-left: 20px;
	background-color: #fff;
	text-align: center;
}
