body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	/*background: #F3F3F3;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/* general */
a {
	color:#000000;
	line-height:20px;
}
a:hover {
	color:#999999;
}
	
div#bandeau {
	width:1320px;
	height:100px;
	background-color:#66FF66;
}
#bandeau .gauche{
	margin:20px;
}
#bandeau .droite{
	float:right;
	/*margin:10px;*/
	
}
#bandeau .droite2{
	float:right;
	margin:20px;
	/*top:200px;*/
	
}
div#container {
	width:1200px;
	max-height:900px;
	min-height:500px;
	/*min-width:1000px;*/
	background-color:#FFFFFF;
	
	left:120px;
	top:100px;
	position : absolute;
	/*overflow-x:visible;
	overflow-y:auto;*/
	margin:20px;
	
}
div#container2 {
	width:1100px;
	max-height:800px;
	min-height:500px;
	/*min-width:1000px;*/
	background-color:#FFFFFF;
	
	left:220px;
	top:100px;
	position : absolute;
	/*overflow-x:visible;
	overflow-y:auto;*/
	margin:20px;
	
}
div#containersimple {
	width:1300px;
	max-height:800px;
	min-height:500px;
	/*min-width:1000px;*/
	background-color:#FFFFFF;
	
	left:10px;
	top:100px;
	position : absolute;
	overflow-x:visible;
	overflow-y:auto;
	margin:20px;
	
}
#container p{
	text-align:justify;
	margin:20px;
}
div#menu {
	
	position:fixed;
	width:120px;
	height:1065px;
	background-color:#CCFFCC;
	text-align:center;
}
div#menu2 {
	float:left;
	width:220px;
	height:830px;
	background-color:#CCFFCC;
	text-align:center;
}
#menu ul li a{
	color:#000000;
	text-decoration:none;
    
}
#menu ul li a:hover {
	color:#999999;
	text-decoration:none;
}
#menu ul{
	list-style-type: none;
	padding-left:0px; 
}
#menu ul li{
	border-bottom:2px solid #b484da;
	list-style:none;
	padding:25px 15px;
}
div#piedpage {
	width:1200px;
	height:185px;
	background-color:#CCFFCC;
	/*background-color:#CCFFFF;*/
	position : absolute;
	left:120px;
	top:900px;
	text-align:center;
	/*clear:both;*/
}

#container .soumettre {
	background:#ccffcc;
	font-size:16px;
	width:80px;
	padding:3px;
}
#container .soumettre2 {
	background:#ccffcc;
	font-size:14px;
	/*width:80px;*/
	padding:3px;
}
#container textarea {
	background:#ccffcc;
	display:block;
	border:1px solid #000000;
	padding:3px;
	margin:5px;
}
#container .error{
	color:red;
	text-align:right;
}
.tabtitre{
	font: 16px Verdana, Arial, Helvetica, sans-serif;
}
.titre{
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	color:green;
}
#container2 hr {
	height:1px;
	width:1270px;
	border-style:solid;
	border-color:green;
	padding:0px;
	text-align:left;
	margin-left:0;
}
#menu2 dt {
	font-weight: bold;
	text-decoration: none;
	/*font: 14px Verdana, Arial, Helvetica, sans-serif;*/
}
#menu2 dd {
	margin: 0;
	/*padding: 0 0 0.5em 0;*/
}
#menu2 dd a{
	color:#000000;
	text-decoration:none;
    
}
#menu2 dd a:hover {
	color:#999999;
	text-decoration:none;
}
img{
	border:0px;
}

.forpdf{
	/*padding:0px;*/
	margin:2px 0;
	
}
.tabaccueil{
	margin:20px;
}
