html, body {
	height: 100%;
	margin: 0;
	}
	
html {
	background: #ddd url(images/fond.jpg);;
	}	
	
body {
	font: 100% "Trebuchet MS", sans-serif;
	/*background-image : url(images/fond.jpg);*/
	font-family: Trebuchet MS, Arial, Helvetica, Arial, Helvetica, sans-serif;
	/*font-size: 16pt;*/
	color: #333399;
}
	
div#global {
	min-height: 100%;
	width: 750px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
	background: url(images/global.png) center repeat-y;	
	}
	
div#centre {
	/* Pour éviter la superposition 
	du pied de page et du contenu : */
	padding-bottom: 50px; 
	overflow: auto;
	}
div#piedpage {
	position: absolute;
	width: 750px;
	bottom: 0;
	background: #203A97;
	color: #fff;
	}	
	
	
div#contenu {
	float: right;
	width: 530px;
	margin-left: 15px;
	margin-right: 15px;
	}
	
div#sidebar {
	float: left;
	width: 190px;
	}	

div#entete {
	background: #203A97 url(images/banniere2.jpg) no-repeat;
	color: #fff;
	height: 146px;
	position: relative;
	}	
	
div#entete h1 {
	margin: 0;
	position: absolute;
	bottom: 10px;
	left: 120px;
	font-size: 1.5em;	
	text-align: center;
	color: #42DFFF;
	width: 630px;

	}
	
div#menu {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	/*border: 1px solid #203A97;*/
}

div#menu h1 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 1.2em;
	text-align: center;
	border: 1px solid #203A97;
	color: #fff;
	background-color: #203A97;
}

#contenu ul {
	margin-top: 5px;
	list-style: url(images/liste_image.gif);
}
	

ul li {
	padding-bottom: 6px;
}	

ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	}
		
ul#menu li a {
	display: block;
	/*height: 30px;
	line-height: 30px;*/
	padding-left: 15px;
	/*margin: 2px 0;
	margin-top: 10px;*/
	padding-top: 5px;
	padding-bottom: 5px;
	/*border-bottom: 1px solid #203A97;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #333399;
	font-size: 1.1em;
	vertical-align: bottom;
}
ul#menu li a:hover {
	color: #fff;
	background-color: #203A97;
}	

ul#menu li a.special {
     color: #ff0000;
}
 
ul#menu li a.special:hover {
     color: #ffffff;
     background-color: #ff0000;
}    


ul#menu li a img {
	border: none;
	vertical-align: middle;
	padding-right: 5px;
}

div#contenu p {
	text-align : justify;
	margin-top: 15px;

}

div#contenu h1 {
	font-size: 18pt;
}

div#contenu h2 {
	font-size: 16pt;
	color: #006633;	
}

div#contenu h3 {
	font-size: 14pt;
	color: #996600;
}

div#contenu h4 {
	font-size: 16pt;
	margin-bottom: 10px;
}
	
div#piedpage p {
	text-align: center;
	margin: 2px 0;
	padding: 2px 0;
	font-size: 0.8em;
	color: #DDD;
	}

div#piedpage a {
	color: #DDD;
	}

div#piedpage a:hover{
	color: #FF6600;
	}

	
a {
	color: #990033;
}

a:hover {
	color: #FF6600;
}

.centre {
	text-align: center;
}
	


table {
	width : 100%;
	font-size: 12pt;
	border: 1px outset grey;
	border-collapse: separate;
}

td,th {
	border: 1px inset grey;
}

/*****************************************************/

.calendrier_date {
	padding-left: 1em;
}

.calendrier_date div{
	width: 1.4em;
	text-align: right;
	float: left;
	margin-right: 5px;
}

.calendrier_date div:after {
	content: ".";
}

.PetitePensee {
	/*border: 1px solid #333399;*/
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 3em;
	padding: 5px;
}

.PetitePensee p{
	text-align: center;
	margin: 0;
}

.EntrevueQuestion  {
	font-weight: bold;
}

.EntrevueReponse {

}

a.Vignette {
	margin-right: 10px;
	margin-bottom: 8px;
	/*border: 2px solid #555555;*/
}

a.Vignette:hover {
	margin-right: 10px;
	margin-bottom: 8px;
	/*border: 2px solid;
	color: #000000;*/
}

a.Vignette img{
	border: 2px solid;
}

#QuestionnaireCanneBlanche ol {
	margin-bottom: 1em;
}

#QuestionnaireCanneBlanche ol li {
	list-style-type: upper-alpha;
}



