/* Page */
html {
	font-size: 100%;
}
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.25;
	color: #CCCCCC;
	background: white;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background: #FFFFFF;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
}
h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 1.5em;
	font-style: normal;
	background-color: #FFD1CC;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #EBE8E8;
	text-transform: none;
	color: #000000;
	font-variant: small-caps;
}
h2 {
	font-size: 1.3em;
	font-style: normal;
	background-color: #FFE8E6;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #EBE8E8;
	text-transform: none;
	color: #000000;
}
h3 {
	font-size: 1.2em;
	font-style: normal;
	background-color: #F6F6F5;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #EBE8E8;
	text-transform: none;
	color: #000000;
	font-weight: bold;
	}
h4 {font-size: 1em;}

/* Listes */
ol {

}
ul, ol {
	margin: .75em 0 .75em 24px;
	padding: 0;

}
ul {
	
}
li {
	margin: 0;
	padding: 0;

}

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

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

/* --- POSITIONNEMENT --- */

/* Page */

#global {
	width: 760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #EBE8E8;
}

/* En-tte */
#entete {
	margin-top: 0px;
	margin-bottom: 0px;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}

/* Bloc central contenant #navigation et #contenu */
#centre {
	width: 100%;
	overflow: hidden;
	background-image: url(../img/template2_03.gif);
	background-repeat: no-repeat;
	background-position: 180px top;
	background-color: #EBE8E8;
}
/* Navigation */
#navigation {
	width: 180px;
	float: left;
	background-image: url(../img/template2_02.gif);
	background-repeat: no-repeat;
}
#navigation a {
	color: #000000;
	display: block;
	height: 1%;
	font-size: 0.9em;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
	font-weight: bold;
	}
#navigation a:hover, #navigation a:focus {
	background: #FFD1CC;
	color: #FF0000;
}
#navigation ul{
	margin: 0;
	list-style: none;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#menu ul {
	margin: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#submenu {
}

	
/* Contenu principal */
#contenu {
	color: #363B29;
	margin-left: 200px;
	background-color: #eceae9;
	margin-top: 0px;
	vertical-align: top;
}
#contenu a {
	color: #332510;
}
#contenu a:hover, #contenu a:focus {
	color: #6E5122;
}

#contenucontent {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right:10px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
	background-image: url(../img/fond.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#contenucontent ul,ol {
	list-style: url(../images/bullet2.gif);
}

#contenucontent p, #contenu li {
	line-height: 1.5;
}
#contenutop {
	background-image: url(../img/template2_04haut.gif);
	background-repeat: no-repeat;
	margin-left:0px;
     	margin-top: 5px;
	margin-bottom: 2px;
	height: 17px;
}
#contenubot {
	margin-top: 2px;
	margin-bottom: 0px;
	height: 17px;
	background-image: url(../img/template2_04bas.gif);
	background-repeat: no-repeat;
}


/* pied */
#pied {
	margin: 0;
	background-color: #EBE8E8;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20;
}

/* copyright */
#copyright {
	color: #000000;
	font-size: 0.9em;
}
#copyright a {
	color: #848F63;
	text-decoration: none;
}
#copyright a:hover, #copyright a:focus {
	text-decoration: underline;
}
.rouge {
	font-weight: bold;
	color: #FF0000;
}
#menu li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: pink;
}
#submenu li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.active {
	background-color: #FFD1CC;
}
.active  a{
	color: #FF0000;
}
.vert {
	color: #228B22;
	font-size: 120%;
	font-weight: bold;
}
.rouge {
	color: #FF4500;
	font-size: 120%;
	font-weight: bold;
}
.bleu {
	color: #1E90FF;
	font-size: 120%;
	font-weight: bold;
}
#menuevidence {
}
#menuevidence li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: silver;
}
.dimension {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -1px;
}


.inputrouge {
	background-color: #FFD1CC;
}
.erreur {
	color:red; 
	font-style:italic; 
}