@charset "utf-8";
/* CSS Document */

html {
	font-size: 100%; /* Voir -> Note 1 à la fin de la feuille de styles. */
}
body {
	margin: 0;
	padding: 10px 20px; /* Note -> 2 */
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif; /* 3 */
	font-size: .8em; /* -> 4 */
	line-height: 1.25; /* -> 5 */
	color: black;
	background: white;
}

/* Titres */

h1, h2 {
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-weight: normal; /* -> 7 */
}
h1 {
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
	font-size: 1.6em;
	color: #CCC;
	text-align: center;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	font-variant: small-caps;
}
h2 {
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	font-size: 1.4em; /* -> 8 */
	font-style: italic;
	color:#FF0033;
}
h3 {font-size: 1.2em;}
h4 {font-size: 1em;}

/* Listes */
ul, ol {
	margin: .75em 0 .75em 24px;
	padding: 0; /* -> 9 */
}
ul {
	list-style: square;
}
li {
	margin: 0;
	padding: 0;
}

/* Paragraphes */
p {
	margin: .75em 0;
}
li p, blockquote p {
	margin: .5em 0;
}

/* Citations */
blockquote, q {
	font-size: 1.1em;
	font-style: italic;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
}
blockquote {
	margin: .75em 0 .75em 24px;
}

/* Liens */
a {
	color: mediumblue;
	text-decoration: underline;
}
a:hover, a:focus {
	color: crimson;
}
a img {
	border: none; /* -> 10 */
}

/* Divers éléments de type en-ligne */
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color: dimgray;
}


/* --- STYLES POUR CERTAINS CONTENUS DES GABARITS --- */

pre, code {
	font-size: 100%;
	font-family: "Bitstream Vera Mono", "Lucida Console", "Courier New", monospace;
}
pre {
	width: 90%;
	overflow: auto;
	overflow-y: hidden;
	margin: .75em 0;
	padding: 12px;
	background: #eee;
	color: #555;
}
pre strong {
	font-weight: normal;
	color: black;
}

#menuhaut {
	width: 550px;
	height: 42px;
	padding: 0;
	margin-top: 45px;
	margin-bottom: 0;
	margin-left: 210px;
}
#menuhaut ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#menuhaut li {
	float: left;
}
#menuhaut a {
	display: block;
	width: 135px;
	height: 30px;
	padding-top: 8px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ED1A3A;
	border: none;
}
#menuhaut a:hover, #menu .current_page_item a {
	text-decoration: none;
	background-color: #CFCFCF;
}

#entete {
	padding-top: 2px;
	padding-bottom: 0px;
	height:112px;
	background-image: url(img/bandeau-rose.jpg);
	background-repeat: no-repeat;
	width: 774px;
}

#gauche {
	display:block;
	background-image: url(img/virgule.gif);
	background-repeat: no-repeat;	
}
#navigation {
	width: 210px;
	margin-top: 15px;
	float: none;
	padding: 5px;
}
#agenda {
	width: 210px;
	margin-top: 15px;
	background-image: url(img/agenda.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
	background-color: #EAEAEA;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6a6964;
}

#photo {
	background-color: #010101;
	background-image: url(img/img01.jpg);
	background-repeat: no-repeat;
	height: 133px;
	width:auto;
}
#bas {
	background-image: url(img/bas.jpg);
	background-repeat: no-repeat;
	height: 50px;
}
#contenu_texte {
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#E7E7E4;
}
#contenu_texte a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#E7E7E4;
	text-decoration:underline;
}
#contenu_texte a:hover{
	text-decoration:underline;
	color:#FF0033;
}


/* Pied de page */
#pied {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6a6964;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#pied a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6a6964;
	text-decoration:underline;
}
#pied a:hover{
	text-decoration:underline;
	color:#FF0033;
}

/* Menu gauche */

#navmenu{
	display:block;
	width:180px;
	margin:3px;
	margin-bottom:10px;
}

#navmenu a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6a6964;
	text-decoration:none;
}

#navmenu a:hover{
	text-decoration:underline;
}

#navmenu .menuTitre{
	display:block;
	margin-top:4px;
	padding-top:4px;
	margin-bottom:0px;
	padding-bottom:2px;
	background-image:url(../images/navigation-sep.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	line-height:10px;
	
}

#navmenu .menu1 .menuTitre a{
	color:#6a6964;
	padding-left:15px;
	background-image:url(../images/fleche-bleuvert.gif);
	background-repeat:no-repeat;
}


#navmenu .menu2 .menuTitre a{
	color:#6a6964;
	padding-left:15px;
	background-image:url(../images/fleche-vert-pomme.gif);
	background-repeat:no-repeat;
}
#navmenu .menu3 .menuTitre a{
	color:#6a6964;
	padding-left:15px;
	background-image:url(../images/fleche-jaune.gif);
	background-repeat:no-repeat;
}
#navmenu .menu4 .menuTitre a{
	color:#6a6964;
	padding-left:15px;
	background-image:url(../images/fleche-rose.gif);
	background-repeat:no-repeat;
}



.menu_soustitres a{
	margin-left:15px;
}


#navmenu .menu_soustitres2 a{
	margin-left:30px;
}

#navmenu .menu1 .menu_element a{
	padding-left:8px;
	background-image:url(../images/minifleche-bleuvert.gif);
	background-repeat:no-repeat;
}

#navmenu .menu2 .menu_element a{
	padding-left:8px;
	background-image:url(../images/minifleche-vert-pomme.gif);
	background-repeat:no-repeat;
}

#navmenu .menu3 .menu_element a{
	padding-left:8px;
	background-image:url(../images/minifleche-jaune.gif);
	background-repeat:no-repeat;
}

#navmenu .menu4 .menu_element a{
	padding-left:8px;
	background-image:url(../images/minifleche-rose.gif);
	background-repeat:no-repeat;
}


img.puceMenu{
	width:12px;
	height:13px;
	margin-right:4px;
	cursor:"pointer";
}

.menuCompl .shadowcontent{
	width:185px;
	padding-bottom:5px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#f38019;
}

.menuCompl a:hover{
	text-decoration:underline;
}

.menuTitreOrange{
	display:block;
	margin-top:4px;
	padding-top:4px;
	margin-bottom:0px;
	padding-bottom:2px;
	background-repeat:no-repeat;
	font-weight:bold;
	line-height:10px;
	
}



.menu_elementOrange a{
	margin-left:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#f38019;
}

