/* Styles generaux */
body {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
/* Mise en page */

/* zone d'affichage */
#conteneur {
	width: 800px;
	
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;	
	margin-left: auto;	
	margin-right: auto;

	background-image: url(images/ligne_fond.png);	
	background-repeat: repeat-y;
	background-position: left;
	
	font-family: Arial, Helvetica, sans-serif;
}

/* La tetiere */
#header {
	height: 256px;
	
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;		
	margin-left: auto;	
	margin-right: auto;

	background-image: url(images/tetiere.png);
}
/*slogan ou banniere pub*/
#header h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 100px;
	color: #990000;
	letter-spacing: 1em;
	position: absolute;
	left: 150px;
	top: 90px;
}
#header h1.fond{
	font-family: "Times New Roman", Times, serif;
	font-size: 100px;
	color: #ffffff;
	letter-spacing: 1em;
	position: absolute;
	left: 152px;
	top: 92px;
}
#header h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000066;
	letter-spacing: 0.4em;
	position: absolute;
	top: 10px;
	text-align: right;
	right: 2px;
}
/* zone de menus horizontal */
#haut {
}
/*Differentes colonnes*/
#gauche {
	width: 170px;
	height: 400px;
	
	position: relative;
	left: 9px;

	float: left;
	
	background-color: #990000;
	background-image: url(images/menu_haut.png);
	background-repeat: no-repeat;
	background-position: -9px top;
	
	border-bottom-width: 2px;	
	border-bottom-color: #000000;	
	border-bottom-style: solid;

}
#centre {
	position: relative;
	top: 20px;	
	margin-left: 220px;
	margin-right: 190px;
	
	font-size: 1em;	

}
#droite {
	float: right;
	width: 150px
}

#pied {
	height: 35px;
	width: 800px;
	clear: both;
	
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 5px;
	text-align: center;
	padding-top: 0px;
	
	background-color: #FFFFFF;
	background-image: url(images/pied.png);
	background-repeat: no-repeat;
}

/* M E N U S */
/* position des menus */
dl#menu {
	width: 100%;
	position: relative;
	left: 0px;
	top: 67px
}
/* bloc rubrique/sous-rubrique */
dl#menu ul {
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	
	padding: 0px;
}
/* ligne rubrique */
dl#menu li {
	list-style-type: none;
}

/* ligne rubrique fermee avec lien*/
dl#menu dt a, dl#menu dt a:link {

	height: 30px;

	position: relative;
	top: 0px;	
	margin-top: 0px;
	margin-bottom: 0px;	
	margin-left: 0px;	
	margin-right: 0px;

	background-image: url(images/onglet.png);
	background-repeat: no-repeat;
	background-position: left top;
	
	cursor: pointer;

	font-size: 12px;	
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 3px;
	vertical-align: top;
}

/* survol rubrique fermee avec lien*/
dl#menu dt a:hover {
	color: #ffffff;
	text-decoration: underline overline;
}

/* ligne rubrique ouverte sans lien*/
dl#menu dt.open  {

	height: 23px;
	
	position: relative;
	top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;	
	margin-left: 0px;	
	margin-right: 0px;
	
	font-size: 12px;	
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #ffffff;
	text-align: left;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 3px;
	vertical-align: top;

	background-image: url(images/onglet.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/* bloc des sousrubrique*/
dl#menu dd ul {
	position: relative;
	top: -10px;
	left:-30px;
	background-image: url(images/smenu_ligne.png);
	background-repeat: repeat-y;
	background-position: left top;
}
/* ligne sousrubrique*/
dl#menu dd ul li{
	position: relative;
	top: 0px;
	left:20px;
	height: 20px;
}
/* lien sousrubrique*/
dl#menu dd ul li a, dl#menu dd ul li a:link {
	position: relative;
	left: 0px;
	top: 5px;	
	font-size: 11px;
	font-weight: bold;	
	color: #FFE705;	
	text-decoration: none;
}
dl#menu dd ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}


/* styles de texte */

/*style du centre*/
#centre H1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color: #990000;
}
#centre H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
	font-style: italic;
	font-weight: normal;
}
#centre H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
		font-style: italic;
	font-weight: bold;
}
#centre H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	color: #990000;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-left: 10px;
}
#centre H4 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	color: #990000;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-left: 10px;
	text-decoration: none;
	line-height: 10px;
	height: 12px;
}
#centre H4 a:hover{
	color: #000099;
	text-decoration: none;
}
#centre H4 a:visited{
	color: #990000;
	text-decoration: none;
}
#centre p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	line-height: 1.3em;
	text-align: justify;
	font-weight: bold;
}
#centre li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	line-height: 1.3em;
	text-align: left;
	font-weight: bold;
	list-style-type: square;
}
#centre li a:link, #centre li a:active, #centre li a, #centre li a:visited {
	color: #000000;
	text-decoration: none;	
}
#centre li a:hover {
color: #ffffff;
	text-decoration: none;	
}
#centre.garde p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	line-height: 1.3em;
	text-align: justify;
	font-weight: bold;
}

#centre span.caractencadre-spip {
	font-weight: bold;
	font-size: 90%;
	background-color: #FFFF99;
	padding: 2px;
}
#centre span.texteencadre-spip {
	padding: 2px;
	border: 1px solid #990000;
}
#centre table {
	border: 1px solid #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000033;

}
#centre td {
	padding: 3px;
	vertical-align: top;
}
TR.row_first {
	background-color: #6699FF;
}
TR.row_even {
	background-color: #C1DAFF;
}
TR.row_odd {
	background-color: #C1DAFF;
}
/* styles colonne de droite*/
#droite h1 {
	height: 20px;
	width:100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-bottom-color: #990000;
	border-left-color: #990000;
	border-bottom-style: solid;
	position: relative;
	top: 0px;
	left: 5px;
	padding-left: 3px;
	padding-top: 8px;
	vertical-align: 0%;

}
#droite h2 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	color: #000066;
	line-height: 1.2em;
	text-align: left;
	font-weight: normal;
	padding-right: 15px;
}

#droite h2 a{
font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	color: #000066;
	line-height: 1.2em;
	text-align: left;
	font-weight: bold;
	padding-right: 15px;
}
#droite h2 a:hover {
	color: #990000;
}

#droite h3 {
}

#droite h4 {
}

#droite h5 {
}

#droite h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	color: #000066;
	text-align: left;
	font-weight: bold;
	padding-right: 15px;
	vertical-align: bottom;
	position: relative;
	bottom: -15px;
}
#droite p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	color: #000066;
	line-height: 1.2em;
	text-align: left;
	font-weight: normal;
	padding-right: 15px;
}
#droite img.logos {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	border-right-style: solid;
	position: relative;
	top: 20px;
}

#centre2 {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 200px;
	margin-right: 220px;
	top: 10px;
	position: relative;
	font-size: 1em;
	z-index: 3;
}

.carre, .carre1 {
	background-color: #C4C4FF;
	width: 170px;
	position: relative;
	left: 0px;
	top: 0px;
	display: block;
	float: left;
	margin-left: 30px;
	margin-right: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-image: url(images/pied_carre.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 17px;
}
.carre h1, .carre1 h1 {
	color: #000099;
	height: 36px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	line-height: 23px;
	background-image: url(images/titre_carre.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.carre p, .carre1 p {
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	position: relative;
	top: -12px;
		text-align: center;
}
.carre a:link, .carre a:visited, .carre1 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	text-align: center;
	line-height: 12px;

	text-decoration: none;
}
.carre a:hover, .carre1 a:hover {
	color: #990000;
	text-decoration: none;
}



.documents {
	background-color: #FFFFCC;
	border: 1px dotted #990000;
	padding: 3px;
}
.doc_titre{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align: left;
}
.notes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #990000;
	font-style: normal;
}
.legende {
	background-color: #FFFFCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	text-align: center;
}
#graphoto {
	background-image: url(images/bg-galerie.gif);
	background-repeat: no-repeat;
	height: 340px;
	width: 460px;
}
#graphoto H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	text-align: left;
}
#graphoto p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
#graphoto.notes{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
.spip_doc_titre{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #990000;
}