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

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

#main {
	
}

#top{
	
}

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


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



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

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



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

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


#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:#f7da98;
	padding: 23px 26px 23px 28px;
}


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

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

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




