@charset "UTF-8";
body  {
	font: 15px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #787878;
	line-height:1.3em;
	letter-spacing:0.02em;
}

/**** LIENS ***/

a:link {
	text-decoration:underline;
/*	color:#8f5318;  marron */	
	color:#1e636a;
}

a:visited {
	color:#1e636a;
	text-decoration:underline;
}

a:hover {
	color:#1e636a;
	text-decoration:none;
}

a.a-orienter:link, a.a-orienter:visited, a.a-orienter:hover, a.a-apprendre:link, a.a-apprendre:visited, a.a-apprendre:hover  {
	font-weight:bold;
}

#header h1 a {
	display:block;
}



/*** TITRES ***/

body#presentation h1, body#presentation h3, body#liens h1, body#liens h3, body#contact h1, body#contact h3 {
	color:#ffde00;
}

body#apprendre h1, body#apprendre h3 {
	color:#fca531;
}

body#orienter h1, body#orienter h3 {
	color:#ff0000;
}

body#former h1, body#former h3 {
	color:#990000;
}

body#ecoliers h1, body#lyceens h1, body#adultes h1, body#pros h1 {
	color:#1e636a;
}

h2.h2-apprendre, h3.h3-apprendre {
	color:#fca531;
}

h2.h2-orienter, h3.h3-orienter {
	color:#ff5400;
}

h2.h2-former, h3.h3-former {
	color:#990000;
}

h1 {
	font-size:27px;
	font-weight:normal;
	line-height:1.2em;
	letter-spacing:0.08em;
	text-align: left;
}

h2 {
	font-size:20px;
	font-weight:normal;
	padding-top:1.5em;
	color:#1e636a;
	text-align: left;
}

body#ecoliers h2 {
	padding-top:0.5em;
}

h2 span{
	color:#5e5e5e;
}

h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:0;
	padding-left:20px;
	text-transform:uppercase;
}

h3 span{
	color:#5e5e5e;
	text-transform:none;
	font: 15px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	font-weight:bold;
	color:#000;
	margin-bottom:0;
	padding-left:20px;
}

#header h1 {
	float:left;
	width:200px;
	padding: 0;
	margin:0;
}

#header h1 a {
	display: block;
	height:170px;
	width: 200px;
	line-height: 50px;
	text-decoration: none;
	text-indent: -5000px;
	background: transparent url(images/logo1-2-reflet.png) top left no-repeat;
}

#sidebar h1 {
	text-indent:-5000px;
}


/*** MISE EN FORME ET TYPO ***/

p {
	padding-left:20px;
}

.intro {
	padding-left:0;
}

body#presentation p {
	padding-left:0;
}

body#presentation img {
	padding-left:20px;
}

strong {
	color:#5e5e5e;
}

li {
	list-style:square;
}

hr {
	height:2px;
	border:0;
	margin-top:40px;
	width:70%;
}

body#presentation hr {
	color:#ffde00;
	background-color:#ffde00;
	margin-top:20px;
	margin-bottom:20px;
}

body#ecoliers hr, body#lyceens hr, body#adultes hr, body#pros hr {
	color:#1e636a;
	background-color:#1e636a;
}

body#orienter hr {
	color:#ff0000;
	background-color:#ff0000;
}

#footer p {
	margin: 0; /* la mise a zero de la marge du premier element du pied de page permet d'eviter une possible disparition de la marge (espace entre les elements div) */
	padding: 2em 0 2em 0;
	font: 0.7em Verdana,Arial, Helvetica, sans-serif;
	color:#000;
	text-align:right;
}

#encart-apprendre {
	float:right;
	width:200px;
	margin: 0 0 15px 20px;
	background-color:#f5f5f5;
	border:2px dashed #1e636a;
}

#encart-apprendre p {
	padding-left:15px;
	padding-right:15px;
	font-style:italic;
	font-size:13px;
	line-height:1.4em;
}

#encart-contact {
	float:right;
	width:350px;
	margin: 0;
}

p#champs-requis {
	color:#000;
	font-style:italic;
}

#submitter {
	margin-left:450px;
}

img {
	border:0;
}

ul.italic li {
	font-style:italic;
}

#msgok {
	text-align:right;
	padding-right:2em;
	color:green;
}

#fail, #warning {
	text-align:right;
	padding-right:2em;
	color:#ff0000;
}

/*** MENU ***/

ul#menu {
	text-align:right;
	margin:0;
	padding:0;
	float:left;
	width:670px;
	font-size:15px;
}
	
ul#menu li {
	padding:0;
	list-style:none;
	float:left;
	margin:0 9px 0 0;
	width:125px;
}
	
ul#menu li a {
	text-decoration:none;
	display:block;
	padding:9em 0.2em 0 0;
}

ul#menu li a#menu1 {
	color:#666;
	background-color:#ffde00;
}

ul#menu li a#menu1:hover, ul#menu li a#menu1:focus {
	background: #ffde00 url(images/lettrine-P1.png) no-repeat;
}

body#presentation ul#menu li a#menu1, body#liens ul#menu li a#menu1, body#contact ul#menu li a#menu1 {
	background: #ffde00 url(images/lettrine-P1.png) no-repeat;
}

ul#menu li a#menu2 {
	color:#fff;
	background-color:#fca531;
}

ul#menu li a#menu2:hover, ul#menu li a#menu2:focus {
	background: #fca531 url(images/lettrine-A.png) no-repeat;
}

body#apprendre ul#menu li a#menu2 {
	background: #fca531 url(images/lettrine-A.png) no-repeat;
}

ul#menu li a#menu3 {
	color:#fff;
	background-color:#ff0000;
}

ul#menu li a#menu3:hover, ul#menu li a#menu3:focus {
	background: #ff0000 url(images/lettrine-O.png) no-repeat;
}

body#orienter ul#menu li a#menu3 {
	background: #ff0000 url(images/lettrine-O.png) no-repeat;
}

ul#menu li a#menu4 {
	color:#fff;
	background-color:#990000;
}

ul#menu li a#menu4:hover, ul#menu li a#menu4:focus {
	background: #990000 url(images/lettrine-F.png) no-repeat;
}

body#former ul#menu li a#menu4 {
	background: #990000 url(images/lettrine-F.png) no-repeat;
}
	
ul#menu li a#menu5 {
	color:#fff;
	background:#1e636a;
}
	
ul#menu li a#menu5:hover, ul#menu li a#menu5:focus {
	background: #1e636a url(images/lettrine-P2.png) no-repeat;
}

body#ecoliers ul#menu li a#menu5, body#lyceens ul#menu li a#menu5, body#adultes ul#menu li a#menu5, body#pros ul#menu li a#menu5 {
	background: #1e636a url(images/lettrine-P2.png) no-repeat;
}

ul#menu li ul {
	padding:0;
	margin:0;
	display:none;
}

ul#menu li:hover ul {
	padding:0;
	margin:0;
	display:block;
	position:absolute;
}

ul#menu li ul li {
	float:none;
	width:125px;
	margin:0;
	padding:0;
}

ul#menu li ul#submenu1 li a {
	font-size:0.9em;
	padding:1em 0.2em 0 0.9em;
	color:#666;
	background:#ffde00;
	border-top:1px solid #fff;
	margin:0;
}

ul#menu li:hover a#menu1 {
	background: #ffde00 url(images/lettrine-P1.png) no-repeat;
}
	
ul#menu li ul#submenu5 li a {
	font-size:0.9em;
	padding:1em 0.2em 0 0.9em;
	color:#fff;
	background:#1e636a;
	border-top:1px solid #fff;
	margin:0;
}

ul#menu li:hover a#menu5 {
	background: #1e636a url(images/lettrine-P2.png) no-repeat;
}



/*** STRUCTURE ***/

#container {
	width: 870px;
	margin:0 auto;
	text-align: left;
} 

#header {
	margin: 0;
	padding: 0;
}

#centre {
	width: 100%;
	clear:both;
}

body#presentation #centre {
	background: #ffde00 url(images/fond-presentation.png) no-repeat;
}

body#liens #centre {
	background: #ffde00 url(images/fond-liens.png) no-repeat;
}

body#contact #centre {
	background: #ffde00 url(images/fond-contact.png) no-repeat;
}

body#apprendre #centre {
	background: #fca531 url(images/fond-apprendre.png) no-repeat;
}

body#orienter #centre {
	background: #ff0000 url(images/fond-orienter.png) no-repeat;
}

body#adultes #centre {
	background: #b40000 url(images/fond-adultes.png) no-repeat;
}

body#former #centre {
	background: #990000 url(images/fond-former.png) no-repeat;
}

body#ecoliers #centre {
	background: #1e636a url(images/fond-ecoliers-2.png) no-repeat;
}

body#lyceens #centre {
	background: #1e636a url(images/fond-lyceens-2.png) no-repeat;
}

body#adultes #centre {
	background: #1e636a url(images/fond-adultes.png) no-repeat;
}

body#pros #centre {
	background: #1e636a url(images/fond-pros.png) no-repeat;
}

body#mentions #centre {
	background-color: #787878 ;
}

#sidebar {
	float: left;
	width: 190px;
}

#mainContent {
	background-color: #FFFFFF;
	margin-left: 190px;
	padding:1em 1em 3em 1.8em;
	font-size:0.9em;
	text-align:justify;
} 

body#index #mainContent {
	padding:1em 0 3em 0;
	margin-left: 190px;
}

#footer { 
    padding: 0 10px 0 20px; /* ce remplissage correspond a l'alignement a gauche des elements des div qui apparaissent au-dessus. */
} 



.fltrt { /* cette classe permet de rendre flottant le cote droit d'un element dans la page. L'element flottant doit preceder l'element a cote duquel il doit se trouver dans la page. */
    float: right;
    margin-left: 8px;
}

.fltlft { /* cette classe permet de rendre flottant le cote gauche d'un element dans la page */
    float: left;
    margin-right: 8px;
}

.clearfloat { /* cette classe doit etre placee pour un element div ou break et doit etre l'element final avant la balise de fin d'un conteneur qui doit contenir entierement un element flottant */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#vide, .validator, .cachons {
	display:none;
	visibility:hidden;
}