/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	background-image:url(../img/charte/bg.gif);
	background-color:#CCCCCC;
}
h1{
	font-size:14px;
	margin:0;
	margin-left:15px;
}
h2{
	font-size:12px;
	font-weight:bold;
	color:#666666;
	margin-left:25px;
}
ul{
	margin:0;
}
li{
	margin:0;
	list-style-type:none;
}
#page{
	width:920px;
	background-image:url(../img/charte/bg2.gif);
	background-color:#FFFFFF;
	border:1px solid #456268;
	margin:auto;
	margin-top:10px;
}
#simple{
	margin:10px;
}
#simple h2{
	color:#333333;
	font-size:16px;
}
#simple h3{
	font-size:14px;
	color:#666666;
}
#menu ul{
	margin-left:50px;
}
#menu ul li{
	display:block;
	float:left;
}
#menu ul li a{
	display:block;
	padding:5px;
	height:55px;
	width:100px;
	margin-right:10px;
	border:1px solid #CCCCCC;
	color:#456268;
	text-decoration:none;
	text-align:center;
	background-color:#FBFBFB;
}
#menu ul li a:hover{
	background-color:#EFEFEF;
	color:#333333;
	text-decoration:none;
}
#right{
    margin-top:50px;
	float:right;
	margin-left:1px;
	margin-right:1px;
	margin-bottom:10px;
}
#left{
	float:left;
	width:515px;
}
.clear{
	clear:both;
}
.blok{
	float:left;
	width:163px;
	margin-left:10px;
	height:500px;
}
.lastBlok{
	float:right;
	width:195px;
	height:550px;
}
.tiret{
	font-size:12px;
	padding-top:5px;
	background-image:url(../img/charte/tiret.gif);
	background-repeat:repeat-x;
	margin-bottom:10px;
	padding:5px;
}
.blok div{
	color:#333333;
	background-image:url(../img/charte/bg3.jpg);
	background-repeat:repeat-x;
	font-size:11px;
	padding:5px;
	padding-top:10px;
}
.blok2{
	background-image:url(../img/charte/bg4.gif);
	background-repeat:repeat-y;
	background-color:#f2f2f2;
	border-top:1px solid #bfbfbf;
	padding-left:20px;
}
.blok2 h2{
	margin:0;
	margin-top:5px;
}
.blok2 a{
	font-size:12px;
	font-weight:bold;
	background-color:#f08f00;
	color:#FFFFFF;
	padding:2px;
	text-decoration:none;
	line-height: 18px;
}
.blok2 a:hover{
	background-color:#ffffff;
	color:#f08f00;
	text-decoration:none;
}
.blok2 ul li{
	float:left;
	width:45%;
	margin-top:10px;
	background-image:url(../img/charte/fleche.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:16px;
}
.blok2 .clear{
	height:20px;
}
#contener{
	padding-left:8px;
	padding-right:10px;
}
#footer{
	height:30px;
	background-image:url(../img/charte/footer.jpg);
	clear:both;
}
#footer ul li{
	display:inline;
}
#footer ul li a{
	color:#666666;
	padding-right:5px;
	margin-left:5px;
	border-right:1px solid #CCCCCC;
	text-decoration: none ;
}
#footer ul li a:hover{
	color:#000000;
	text-decoration:underline;
}
.logo{
	float:right;
}
.prod{
	margin-top:12px;
	border-top:1px solid #999999;
	padding-top:15px;
	padding-left:40px;
}
.prod h3{
	font-size:15px;
}
.prod ul, #simple ul{
	margin:10px;
}
.prod ul li, #simple li{
	margin-bottom:5px;
	margin-left:20px;
	list-style-type:disc;
}
.prod td{
	color: #333333;
	background-color:#ffffff;
}
.orange h2, .orange h3, .orange a, .orangeMachine{
	color:#f08f00;
}
.rouge h2, .rouge h3, .rouge a, .rougeMachine{
	color:#be3a00;
}
.bleu h2, .bleu h3, .bleu a, .bleuMachine{
	color:#1c67a3;
}
.vert h2, .vert h3, .vert a, .vertMachine{
	color:#6bbf00;
}
.orange h2, .rouge h2, .bleu h2, .vert h2{
	font-size:16px;
	
}
.orange a, .rouge a, .bleu a, .vert a{
	font-weight: bold;
	
}

.orangeMachine, .rougeMachine, .bleuMachine, .vertMachine{
	font-weight: bold;
}
/*--------------- CONTACT ---------------*/
td,th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border:1px solid #FFFFFF;
}
td{
	color: #333333;
	background-color:#e9e9e9;
}
th{
	color: #FFFFFF;
	background-color:#7a7a7a;
}
.ligne1{
	background-color:#E9E9E9;
}
	
.ligne2{
	background-color:#DADADA;
}
.btn_send{
	margin:10px;
	margin-right:320px;
}
.btn_send a{
	display:block;
	border-left:0;
	border-right:0;
	width:70px;
	height:21px;
	background-image:url(../img/btn_send.gif);
	background-position:left;
}
.btn_send a:hover{
	background-image:url(../img/btn_send.gif);
	background-position:right;
	
}
/*--------------- ERRoR ---------------*/
.ligneError{
	background-color:#ffcfcf;
}
.error{
	border-top:2px solid #CC0000;
	border-bottom:2px solid #CC0000;
	padding:10px;
	padding-left:50px;
	background-image:url(../image/sensunique.jpg);
	background-position:center left;
	background-repeat:no-repeat;
	background-color:#ffcfcf;
}
.cRouge{
	color:#be3a00;
}
#fil{
	font-size:10px;
	margin-left:10px;
	margin-bottom:20px;
}
#fil,#fil a{
	font-size:10px;
	color:#999999;
}
#fil a:hover,.retour a:hover{
	color:#666666;
}
.retour{
margin-right:10px;
}
.retour a{
	font-size:11px;
	float:right;
	color:#999999;
	margin-bottom:10px;
	font-weight:normal;
}
.actu td{
	color: #333333;
	background-color:#ffffff;
}
.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.copyright a{
	color: #999999;
}