@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
#global{
	width:960px;
	margin:0 auto;
}
body{
	font-family:"Lucida Sans Unicode";
	background-image:url(/Design/degrade.jpg);
	background-repeat:repeat-y;
	background-position:center;
	font-size:12px;
	color:#666666;
}
.nettoyeur {
	clear:both;
}
/*************************entete de la page********************************/
#entete{
	width:960px;
	height:170px;
}
img#gauche{
	position:relative;
	left:-11px;
}
img#droit{
	position:absolute;
	left:850px;
	top:20px;
}
/**********************contenu**************************************/
#contenu_general{
	width:940px;
	top:145px;
	padding:10px;
	min-height:250px;
	background-color:white;	
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	border-radius:10px;
}

#contenu_compatibilite, #contenu_notes{
	font-family:"Trebuchet MS";
	font-size:12px;
	width:920px;
	padding:10px 20px;
	background-color:white;	
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	border-radius:10px;
}

#contenu_top{
	width:500px;
	height:47px;
	color:#CE051D;
	border-bottom:#CE051D dotted 1px;
	margin-bottom:25px;
	margin-left:25px;
	padding-top:20px;
}
p.boite{ 
	font-size:22px;
}
p.soustitre{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#FFFFFF;
}

p.soustitre a{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#FFFFFF;
	text-decoration:underline;
}
#contenu_gauche{
	width:300px;
	float:left;
	text-align:center;
	background-color:#FFFFFF;
}
h2.gauche{font-size:22px; color:#000000;}

#contenu_centre{
	width:300px;
	border-left:#333333 dotted 1px;
	float:left;
	text-align:center;
}
h2.centre{
	font-family:"Trebuchet MS";
	font-size:22px;
	color:#FFF;
	font-weight:bold;
	margin-top:10px;
}
#contenu_droit{
	width:300px; 
	float:left;
	text-align:center;
	border-left:#000000 dotted 1px;	
}
h2.droit{ font-size:22px; color:#F59D00;}
ul.scripts{ 
	text-align:left; 
	padding-left:30px;
	font-size:14px;
	padding-bottom:10px;
}
.scripts li{
	list-style-type:none; 
	background-image:url(Design/puce.png); 
	background-repeat:no-repeat; 
	padding-left:15px; 
}
.scripts a{
	color:#666666;
	text-decoration:none;
}
.scripts a:hover{ 
	color:#000000;
}
/**********************tableau*********************************/
#contenu_compatibilite table,#contenu_compatibilite tr,#contenu_compatibilite th {
	text-align:center;
}

/**********************footer de la page*********************************/
#footer{
	font-family:"Trebuchet MS";
	width:960px;
	float:left;
	text-align:center;
	top:150px;
	margin-top:25px;
	background-color:white;
	min-height:200px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}
#footer_gauche{
	width:450px;
	float:left;
	text-align:center;
	padding-top:25px;
}
#footer_droit{
	width:200px;
	float:left;
	margin-left:200px;
	padding-top:22px;
}
ul#foot_droit{
	text-align:left;
	list-style-type:none;
	padding-left:15px;
	text-decoration:none;
	color:#666666;
	font-size:14px;
	font-family:"Trebuchet MS";
}

#foot_droit li{ 
	text-decoration:none; 
	color:#666666; 
	list-style-type:none;
}
#foot_droit a{ 
	text-decoration:none; 
	border:#FFFFFF solid 0; 
	color:#666666;
}
#foot_droit a:hover{
	color:#000000;
}
img {
	padding-right:10px; 
	border:0;
}

/* --------- CONNEXION DECONNEXION --------- */

#bloc_deco{
	margin: 110px 80px;
	float: right;
	height:30px;
	width: 270px;
	background-color:#FFFFFF;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
}

#bloc_deco a{
	text-decoration:none;
	font-size:22px;
	color:#666;
}

#bloc_deco a:hover{
	color: #000;
	text-decoration:none;
}

input.password{
	height:30px;
	width:270px;
	font-size:14px;
	border:solid;
	border-width:1px;
	border-color:#AAA;
	padding:0 5px 0 5px;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

input.submit{
	cursor:pointer;
	height:30px;
	width:100px;
	border:solid;
	border-width:1px;
	color:#555;
	border-color:#CCC;
	background-color:#DDD;
	-khtml-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

input.submit:hover{
	color:#444;
	border-color:#BBB;
	background-color:#CCC;
}