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

body {
	/* --------------- couleur du fond --------------- */
	background-color: #fff6ed;
}

#main {
	
}

#top{
	
}

#top-adresse,
#lien-etablissement:hover, #lien-admission:hover, #lien-vie-quot:hover,
#lien-partenaires:hover, #lien-droits-usagers:hover,
#lien-partenaires,
.bouton-sous-menu:hover, .bouton-sous-menu-2lines:hover, .bouton-retour-accueil:hover{
	/* --------------- couleur principale (top + lien surligné) --------------- */
	background-color:#f3a048;	
}


#top-banniere{
	/* --------------- hauteur de la bannière --------------- */
	height:230px;
}



.bouton-top {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f3a048), color-stop(1, #d18432) );
	background:-moz-linear-gradient( center top, #f3a048 5%, #d18432 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3a048', endColorstr='#d18432');
	background-color:#f3a048;
}

.bouton-top:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d18432), color-stop(1, #f3a048) );
	background:-moz-linear-gradient( center top, #d18432 5%, #f3a048 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d18432', endColorstr='#f3a048');
	background-color:#d18432;
}



.bouton-plan {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f8bf83), color-stop(1, #f3a048) );
	background:-moz-linear-gradient( center top, #f8bf83 5%, #f3a048 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8bf83', endColorstr='#f3a048');
	background-color:#f8bf83;
}

.bouton-plan:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f3a048), color-stop(1, #f8bf83) );
	background:-moz-linear-gradient( center top, #d18432 5%, #f8bf83 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3a048', endColorstr='#f8bf83');
	background-color:#f3a048;
}


#top-menu{

}


#articles-home{
	position:relative;
	float:left;
	width:900px;
	margin: 0 0px;
}



#sous-menu, #dwnld-journal{
	background-color:#ffe9dc;
}

.bouton-sous-menu{
	
}

.bouton-retour-accueil{	
	background-color:#f8bf83;
	padding: 23px 26px 23px 28px;
}


#contact-rapide{
	border-color:#f3a048;
}

#contact-rapide h3, .deuxcolonnes-texte h1{
	color:#e4933a;
}

#colonne-articles{	
	/*background-color:#F00;*/
}

.unecolonne{
	position:relative;
	float:left;
	width:610px;
	padding-bottom:30px;
	/*background-color:#9F0;*/
}

.unecolonne h1{
	font-size:25px;
	margin-bottom:25px;
	color:#e4933a;
}

.separateur-partenaires{
	float:left;
	width:610px;
	height:20px;
	/*background-color:#F0F;*/
	margin-bottom:10px;
	margin-top:10px;
	background-image:url(../images/partenaires/separateur.png)
}

.deuxcolonnes-image{
	width:175px;
	padding: 0px;
	padding-right:40px;
}

.deuxcolonnes-texte{
	width:395px;
}

.deuxcolonnes-image img{
	margin-bottom:0px;
}

