body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	font-style: normal; 
	font-weight: normal; 
	color:#ffffff;
	background-color:#000000;
	background-repeat: repeat;
	background-position: top left;
	background-repeat: repeat;
	background-position: top left;
	/*background-color:#ffffff;*/
}

img{
 	border: 1px solid black;
}

hr{
	border: 1px solid #999999;
	width: 100px;
}

#link { 
	background-color:#000000;
}

a { 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: underline;
	color:#FFFFFF;
	font-size: 9pt;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt;
	text-decoration: underline;
	color:#ffffff;
	
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}


#important {
	color:#a6cce9;
	font-weight:bold;
}

#contours {
	width: 799px;
	text-align: left;
	border:#000000 solid 1px;
}

#haut {
	width: 799px;
	height: 379px;
	background-repeat: no-repeat;
	background-position: top left;
}

#menu {
	width: 794px;
	height: 21px;
	background-image: url(../images/middle.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top:5px;
	padding-left:5px;
	color:#FFFFFF;
	font-weight:bold;
}

#contenu {
	width: 799px;
	height:500px;
	background-color:#000000;
	background-repeat: repeat;
	background-position: top left;
	background-image: url(../images/contenu.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#texte {
	width: 780px;
	height:680px;
	color:#CCCCCC;
	font-weight:bold;
	margin-left:10px;
	font-size:12px;
}

#titre{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	width:200;
	font-family:Arial, Helvetica, sans-serif; 
	/*font-weight:bold;*/ 
	font-size:12px;
	font-weight:bold;
	color:#000000;
	
}

#spacer {
	  clear: both;
}

#bas {
	width: 794px;
	height: 21px;
	padding-top:5px;
	color:#CCCCCC;	
	background-color:#000000;
	background-repeat: repeat;
	background-position: top left;
}

#bas a {
	color:black;
	font-weight: bold;
	font-size: 7pt;  
}

#bas a:hover {
	color:#333333;
	text-decoration:none;
	font-size: 7pt; 
}


/*Formulaires*/

.champs{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	text-decoration: none;
	/*width: 65px;*/
	height:15px;
	background-color:#FFFFFF;
	line-height:10px;
	border: 1px solid #AAAAAA;
	font-weight:bold;
	padding-top:3px;
}

select, option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#FFFFFF;
	color:#000000;
	border: 1px solid #AAAAAA;
	font-weight:bold;
	padding-top:3px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#FFFFFF;
	color:#000000;
	border: 1px solid #AAAAAA;
	font-weight:bold;
	padding-top:3px;
}
.bouton{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
	/*width: 65px;*/
	height: 20px;
	background-color:#fccf8b;
	border:1px solid #000000;
	cursor:pointer;
	line-height:10px;
}
