/* no list-markers by default, since lists are used more often for semantics */
ol {
	list-style-type: decimal;
}

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */
body {
	font-family: "Tahoma", sans-serif;
	color: #2F8731;
	font-size: 11px;
	background-color: #1C7728;
	line-height: 18px;
	background-image: url(../commun/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

a:link {
	font-weight: normal;
	text-decoration: none;
	color: #006027;
	}
a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #006027;
	}
a:hover  {
	text-decoration: underline;
	color: #6EAB23;
	}
	
#container {
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(../commun/background-content.jpg);
	background-repeat: no-repeat;
}

strong {
	font-weight: bold;
	color: #75BB37;
}
.legende {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	color: #999999;
	font-weight: normal;
	line-height: normal;
}
.champs {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #07467A;
	background-color: #E8EFE8;
}
#droite {
	text-decoration: none;
	background-image: url(../FR/images/droite.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#encadre {
	text-decoration: none;
	display: block;
	padding: 10px;
	background-color: #E9F2DF;
}
#encadre h1 {
	color: #996600;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9B6804;
}



li {
	text-decoration: none;
	list-style-image: url(../images/bullet.gif);
}

#basmenu {
	width: 123px;
	position: relative;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 458px;
	margin-left: auto;
	padding-right: 600px;
}

#backTD {
	background-image: url(../commun/backgroundTD.jpg);
	background-repeat: no-repeat;
}

#backtitre {
	background-image: url(../commun/back-titre.jpg);
	background-repeat: no-repeat;
	background-color: #E8EFE8;
	height: 29px;
	width: 517px;
	font-weight: bold;
	color: #70AC26;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 14px;
}


#menu{
	WIDTH: 272px;
	font-size: 11px;
}


#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	list-style-type: none;
	color: #FFFFFF;
	display: block;
	width: 272px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C3C3C3;
}
#menu li a {
	list-style-type: none;
	color: #FFFFFF;
	display: block;
	width: 252px;
	padding-top: 2px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 2px;
	text-decoration: none;
	background-color: #006027;
}
#menu li a:hover {
	list-style-type: none;
	color: #000000;
	display: block;
	width: 252px;
	padding-top: 2px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 2px;
	text-decoration: none;
	background-color: #C1E0BE;
}
.section   {
	background-repeat: repeat-x;
	color: #FFFFFF;
	background-color: #8BD041;
	font-weight: bold;
	text-indent: 10px;
	height: 25px;
	padding-top: 5px;
}

.grande_section   {
	background-repeat: repeat-x;
	color: #FFFFFF;
	background-color: #3B8627;
	font-weight: bold;
	text-indent: 10px;
	height: 25px;
	padding-top: 5px;
}
.sous_section {
	background-repeat: repeat-x;
	width: 10px;
	color: #FFFFFF;
	background-color: #7CC23B;
	font-weight: bold;
}


#bulletin {
	text-decoration: none;
	display: block;
	padding: 20px;
	background-color: #FFFFFF;
	background-image: url(../commun/backBulletin.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
}

#footer{
	WIDTH: 100%;
	background-color: #0F4015;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #80B495;
}

#footer p{
	padding:30px; 
}

.Barre {
	background-repeat: repeat-x;
	width: 10px;
	color: #6EAB23;
	font-weight: bold;
	text-decoration: line-through;
}
.Speciaux {
	background-repeat: repeat-x;
	width: 10px;
	color: #900;
	font-weight: bold;
	text-decoration: blink;
	font-size: 150%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F00;
}