@import url(mecavol.css);
/* CSS Document : on précise les styles spécifiques à la page d'accueil - */

/* Eléments de mise en page générale */
#page {
	padding: 0;

	background: url(../images/acc-fd-fenetre.jpg);
	background-repeat: repeat-x;
	background-color: #e8f5ff;
}

a {
	text-decoration: none;
	color: #369;
}

a:hover {
	text-decoration: underline;
}

.attention {
	color: #900;
	font-weight: bold;
}
/* -- MENU COURS -- */

/* -- MENU ENSEIGNANT -- */

/* -- MENU PARENTS -- */

/* -- FIN DES MENUS -- */

/* -- MISE EN PAGE - PAGES INTERNES -- */
.colonneGauche {
	width: 250px;
}	

.interColonnes {
	width: 10px;
}

.colonneDroite {
	margin: 0;
	padding: 0 10px;
	background-image:url(../images/acc-principal-entete.jpg);
	background-repeat: no-repeat;
	background-color: #f0f9ff;
}

h1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #fff;
	margin: 0.1em 0 0.25em 10px;
}

h2 {
  clear: right;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0.5em 0 0.25em 0;
	color: #369;	
}

p.sous-titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #369;	
	text-align: left;
	margin: 0 0 1em 0;
	padding: 0 0 0 0;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0 0 0.25em 0;
}	

p {
	margin: 0 20px 0.25em 0;
	text-align: justify;
	font-size: 11px;
}

li {
	margin: 0 20px 0.25em 30px;
	text-align: justify;
	font-size: 11px;
}

td.bouton {
	width: 60px;
	text-align: center;
}

.encart-gauche {
	width: 166px;
	margin-top: 20px;
	background-color: #fff;
	clear: left;
}

.encart-gauche p {
	font-size: 10px;
	text-align: left;
	margin: 0 5px;
	clear: both;
}

img.signaletique {
	float: left;
}

/* -- BAS DE PAGE -- */

#bas-de-page {
	margin: 0 auto;
	width: 755px;
}

#logoEFSC {
	float: left;
}

#logoFrance5 {
	float: right;
}

