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

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

#main {
	
}

#top{
	
}

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


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



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

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



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

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


#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:#ffcdb2;
}


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

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

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




