body {
	font-family: "Comic Sans MS", Verdana, Arial, serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background-color: #369;
   }

#header {
	height: 174px;
	background-color: #EC901B;
}
#navcontainer
{
background: #369;
border-top: 1px solid #9CC;
font: bold normal 1.3em "Comic Sans MS", Verdana, Arial, sans-serif;
}

#navlist
{
list-style: none outside none;
margin: 0;
padding: 0;
}

@media all {
#navlist {
text-align: center
}
}

#navlist li
{
bottom: 11px;
display: inline;
line-height: 1.2em;
margin: 0;
padding: 0;
position: relative;
}

html>body #navlist li
{
background: #000;
margin: 0 3px 0 0;
padding: 4px 0px 4px 0;
}

#navlist a, #navlist a:link, #navlist a:visited
{
background: #CC6600;
border: 1px solid #FFF;
bottom: 2px;
color: #FFF;
cursor: pointer;
display: inline;
height: 1em;
margin: 0;
padding: 3px 5px 3px 5px;
position: relative;
right: 2px;
text-decoration: none;
}

#navlist a:hover
{
background: #C00;
bottom: 1px;
color: #FFF;
position: relative;
right: 1px;
}

#navlist a:active
{
background: #999;
bottom: 0px;
color: #FFF;
position: relative;
right: 0px;
}

#navlist li#active
{
background: #369;
bottom: 13px;
display: inline;
margin: 0 3px 0 0;
padding: 0;
position: relative;
}

html>body #navlist li#active
{
background: #000;
margin: 0 4px 0 4px;
}

#navlist #active a, #navlist #active a:link, #navlist #active a:visited, #navlist #active a:hover
{
background: #369;
border-bottom: none;
border-left: 1px solid #9CC;
border-right: 1px solid #9CC;
border-top: 1px solid #9CC;
bottom: 0;
color: #FFF;
cursor: text;
margin: 0;
padding: 2px 5px 0 5px;
position: relative;
right: 0;
}

/* contenu DL du menu droit contenant entre autre les news */
dl.margins-removed
{
	margin: 0;
	padding: 0;
	width: 181px;
	border: 1px solid #FF9900;
}

.margins-removed dt
{
	margin: 0;
	padding: 0.3em;
	font-weight: bold;
	font-size: 1.1em;
	color: #FFFFFF;
	background-color: #CC6600;
	text-align: center;
}

.margins-removed dd
{
	margin: 0 0 0em;
	padding: 0.2em;
	background-color: #FFEBAE;
	text-align: center;
}

#conteneur {
position: absolute;
width: 100%;
}
#centre {
	background-color:#FFFFFF;
	margin-left: 160px;
	border: 1px solid #FF9900;
	padding: 5px;
	margin-right: 190px;
}
/************** image ou texte vers la droite *****************/
.imgdroite {
	clear: both;
	position: static;
	text-align: right;
	margin-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
/************** images ou texte centré avec bordure *****************/
.imgcentrebord {
	clear: both;
	position: static;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #336600;
}
/************** images ou texte centré sans bordure *****************/
.imgcentresansbord {
	clear: both;
	position: static;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.2em;
}
/************** .bloctableu ***************/
.bloctableau{
}
.bloctableau h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.bloctableau img{
	float: left;
	padding: 10px 10px 0px 0px;
}

/*************** liste avec toutes les icones ******************/
.iconlist
{
list-style: none;
margin: 0;
padding: 0;
}
.iconlist a {
margin: 0 2px;
text-decoration: underline;
}
.iconlist a:hover {
text-decoration: none;
}
li.pdf
{
	background-image: url(img/coche.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 6px 0 5px 30px;
	margin: 0.4em 0;
	font-size: 1.3em;
	font-weight: normal;
}

li.doc
{
	background-repeat: no-repeat;
	background-position: 0 50%;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-right: 0;
	margin-right: 0;
	margin-left: 0;
}

li.text
{
	background-image: url(bullet_text.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
	font-style: italic;
	font-size: 1.1em;
	font-weight: bold;
	color: #336600;
}

li.htm
{
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 5px;
	margin: 0.4em 0;
	font-size: 1.3em;
	color: #CC6600;
}
li.main
{
	background-image: url(img/main-droite.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 6px 0 5px 35px;
	margin: 0.4em 0;
	font-size: 1.3em;
	font-weight: normal;
}
li.flechegris
{
	background-image: url(img/fleche_gris_droite.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 6px 0 5px 35px;
	margin: 0.4em 0;
	font-size: 1.3em;
	font-weight: normal;
}
/************** liste styles avec puce type carré *****************/
#carrelist {
	list-style-type: square;
	font-size: 1.2em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

#gauche {
position: absolute;
left:0;
width: 150px;
}
#droite {
	position: absolute;
	right:-1px;
	width: 150px;
	border: Aucune;
}
#pied {
clear: both;
	padding: 10px;
	margin-top: 0px;
	text-align: center;
	background-color: #FFDE9B;
	border: 1px solid #FF9900;
}

.menugauche {
list-style-type: none;
margin: 0;
padding:0;
}
.menugauche li {
margin-bottom: 5px;
}
.menugauche a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menugauche a:hover {
text-decoration: none;
}
.menudroit {
list-style-type: none;
margin: 0;
padding:0;
}
.menudroit li {
margin-bottom: 5px;
}
.menudroit a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menudroit a:hover {
text-decoration: none;
}
/************** .mot centré brun *****************/
.phrcentre {
	clear: both;
	position: static;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #CC6600;
	font-size: 1.3em;
	color: #CC6600;
}
.paratele{
	padding: 4px;
}

.paratele h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.paratele img{
	float: left;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 10px;
}
/************** .dblcol styles ***************/

.dblcol{
	padding: 4px;
}

.dblcol h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.dblcol img{
	float: left;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 10px;
}
p {margin: 0 0 10px 0;}

