/* CSS Document */
img, p, h1, h2, h3, h4, h5, h6, table, tr, td, div, a, dt, dd, ul, li, form{
	margin:0px;
	padding:0px;
}
p{
	padding-bottom:10px;
}

body {
	background:#adb7db;
	color:#000000;
	font-family:Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:12px;
	margin:0px;
	position:relative;
}

/***** Conteneur *****/

#conteneur {
	margin:auto;
	position:relative;
	width:990px;
	padding:10px;
}

/***** corps *****/
#corps {
	margin:auto;
	position:relative;
	width:990px;
}

/***** Bandeau *****/
#bandeau{
	background: transparent url(../images/fond-bandeau.gif) no-repeat;
	height:217px;
	margin-top:5px;
}

#affBandeau{
	position:absolute;
	right:8px;
	top:2px;
	z-index:99;
}

#affBandeau p{
	font-size:1em;
	line-height:15px;
	padding:20px 0 10px;
	text-align:justify;
	width:590px;
}

#logo{
	position:absolute;
	left:6px;
	top:5px;
	background: url(../images/logo.png) no-repeat;
    width:399px;
	height:205px;
	z-index:101;
}

/***** Conteneur2 *****/
#conteneur2{
	background: #adb7db url(../images/fond_conteneur2.gif) repeat-y;
	padding:0 8px 0 2px;
	width:980px;
}

/***** Menu *****/
#menu{
	background: #F9B200 url(../images/fond_menu.gif) no-repeat;
	padding:9px 0px 0px 4px;
	width:237px;
	min-height:475px;
	float:left;
	font-size:1em;
}

.pas_de_ssmenu{
	background:url(../images/menu_premier_niveau.png) no-repeat;
	height:22px;
	padding-left:11px;
	margin-bottom:10px;
}

.pas_de_ssmenu img {
	padding:9px 0px 17px 10px;
}

.ssmenu{
	background:url(../images/menu_titre.png) no-repeat;
	height:21px;
	margin-top:2px;
	padding-left:11px;
}

.ssmenu img{
	padding:7px 0px 1px 10px;
}

.ssmenu_bottom{
	background:url(../images/menu_bottom.png) no-repeat;
	height:6px;
	width:237px;
}

.smenu{
	background:url(../images/menu_fond.png) repeat-y;
	padding:5px 0px 0px 25px;
	list-style:disc;
	color:#f9b200;
}

.smenu li{
	margin-right:20px;
}

.smenu a{
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}

.smenu a:hover{
	text-decoration:underline;
	font-weight:bold;
}

.smenu a.active{
	text-decoration:underline;
	font-weight:bold;
}

/***** Corps *****/
#contenu{
	position:relative;
	float:left;
	margin:0px;
	width:739px;
}

#Outils{
	position:absolute;
	top:0;
	left:565px;
	text-align:right;
	width:170px;
}

.paragraphe{
	text-align:justify;
}

.titre p{
	margin-right:5px;
	font-size:1.25em;
	color:#27A22D;
	font-weight:bolder;
	font-style:italic;
	text-align:right;
}

.titre a{
	color:#27A22D;
	text-decoration:none;
}

.titre a:hover{
	color:#000000;
}

#presentation{
	width:699px;
	padding:10px 20px;
}

#bottomCorps{
	background:url(../images/corps_bottom.gif) no-repeat;
	width:742px;
	height:26px;
	clear:both;
}

a.lien{
	color:#f9b200;
	text-decoration:none;
}

a.lien:hover{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

#Outils2{
	font-size:1.2em;
}

/***** Footer *****/
#footer {
	background:transparent url(../images/footer.gif) no-repeat top left; /* IE6, IE7beta2, Gecko */
	clear:both;
	color:#000;
	height:47px;
	padding:3px 10px 0 243px;
	text-align:center;
	width:739px;
}

#footer a{
	color:#000
}

#footer a:hover{
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}

/***** LIENS GÉNÉRAUX *****/
a{
	color:#f9b200;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	color:#000000;
	text-decoration:underline;
}

/***** TABLES *****/
table.tableau{
	margin:10px 10px 0px;
	background:#F9B200;
}

.tableau th{
	background-color:#F9B200;
	color:#000000;
	text-align:center;
	font-size:1.2em;
}

.tableau tr{
	background-color:#FFFFFF;
}

.tableau td{
	color:#000000;
	padding:3px;
}

/***** INPUT *****/
.input{
	border:1px solid #AAAAAA;
	font-family:Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:0.9em;
}

.input200{
	width:200px;
	border:1px solid #AAAAAA;
	font-family:Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:0.9em;
}

/***** Séparation *****/
.separation{
	margin:5px 0px 0px 13px;
	padding-bottom:3px;
}

/***** Affichages page par page *****/
#affPageParPage{
	text-align:center;
	padding-top:5px;
	width:726px;
}

/***** Page d'impression *****/
#contenuPrint{
	background:#FFFFFF;
}

/***** Bouton *****/
.bouton{
  font-family: verdana;
  font-size: 0.9em;
  color: #FFFFFF;
  font-weight: normal;
  border: 1px solid #000000;
  background:#27A22D;
  padding: 0px 10px 2px 10px;
  height: 19px;
  cursor:pointer;
  margin:0px;
  margin-bottom:5px;
  width:auto;
  letter-spacing:0px;
}

/***** Titre H *****/
h1{
	margin-right:5px;
	font-size:1.25em;
	color:#FFFFFF;
	font-weight:bolder;
	font-style:italic;
}

h2{
	font-size:1em;
	color:#000000;
	text-align:left;
	font-weight:bold;
}


/***** Menu text *****/
.menuText{
	color:#EEEEEE;
	font-size:1.25em;
	font-weight:bold;
	text-transform:capitalize;
}

.menuText a{
	color:#EEEEEE;
}

.menuText a:hover{
	color:#f9b200;
	text-decoration:none;
}

.menuTextActif{
	color:#f9b200;
	text-transform:uppercase;
}

/***** Clearer *****/
.clearer{
	clear:both;
	font-size:0.1em;
}

/***** Mots clés *****/
#conteneur #corps .nuage{
	position:absolute;
	top:-15px;
	left:0;
	font-size:12px;	
	width:990px;
	text-align:center;
	color:#BCC6EA;
}

#conteneur .nuage{	
	font-size:12px;	
	width:990px;
	text-align:center;
	color:#BCC6EA;
}
