/* CSS Document */

body {
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

p {
margin: 0 0 10px 0;
text-align:justify;
}

h1 {
	font-size:18px;
	text-align:center;
	color:#99CC33;
}

h2 {
    color: #99CC33;
    font-size:12px;
    text-align:center;
}

h3 {
	font-size:12px;
	color: #99CC33;
	font-weight:bold;
	text-align:center;
	text-decoration: none;
}

legend{
color:#666666;
font-size:13px;
}


fieldset{
    border: 1px solid #99CC33;
}   



#header {
    height: 180px;
    background: url(../images/header.png) no-repeat;
}

#conteneur {
    position: relative;
    width: 1024px;
    margin: 0 auto;
    background: url(../images/content.png) repeat;
}


#menu {
	position: absolute;
	width: 290px;
	top: 190px;
	word-spacing: -0.1em;
	}


#menu ul {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	margin-left:-2px;
	padding-left:85px;
}


#menu li {
	list-style-type: none;
	font-weight: normal;
	margin-left: 20px;
	font-style: normal;
	line-height: 15px;
	text-decoration:none;

}

#menu a {
    margin: 0 2px;
    text-decoration: none;  
    color: #333333;
}

#menu a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #9999CC;
	background-color: #FFFFFF;
}

#menu a:active {
    text-decoration: none;
    color: #99CC33;
}

#centre {
	padding-left: 280px;
	padding-right: 160px;
	text-align: justify;
	vertical-align: top;
}

#centre a {
    text-decoration: underline;
    color: #99CC33;
    font-weight: bold;
}



#centre a:link {
    text-decoration: underline;
    color: #99CC33;
    font-weight: bold;
}


#centre a:hover {
    text-decoration: none;
	color: #9999CC;
	background-color: #FFFFFF;
}


#centre a:active {
text-decoration: none;
color: #99CC33;
font-weight: bold;
}


#centre a:visited {
text-decoration: none;
color: #99CC33;
font-weight: bold;
}


#pied {
	height: 75px;
	background: url(../images/footer.jpg) no-repeat;
	text-align: center;
	vertical-align: bottom;
	color:#99CC33;
	font-weight:bold;
	font-size:11px;
}


#pied a {
	color:#99CC33;
	font-weight:bold;
	font-size:11px;
	text-decoration:underline;
}

#pied a:hover {
color:#9999cc;
	font-weight:bold;
	font-size:11px;
	text-decoration:underline;
}

#motscles {
    position: relative;
    width: 895px;
	margin-left:65px;
	padding-right:60px;
	text-align:justify;
	background-color:#666666;
}


.tableautitre {
	font-variant: normal;
	color: #9999CC;
	font-weight: bold;
	background-image: url(images/TABLEAU.gif);

}