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

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

#main {
	
}

#top{
	
}

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


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

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

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



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

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


#top-menu{

}


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



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

.bouton-sous-menu{
	
}

.bouton-retour-accueil{	
	background-color:#a4cfdf;
}


#contact-rapide{
	border-color:#6fb5ce;
}

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

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


