@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0;
	padding:0;
	overflow:hidden;
	/*
	background-color:#0e0f0f;
	background-image: url(fond.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	*/
}
.orange {
	color:#ff7c24;
}
#logo {
	margin-left:125px;
	margin-top:11px;
	position:absolute;
}
#conteneur {
	width:1024px;
	height:768px;
	margin-left:-512px;
	margin-top:-384px;
	position:absolute;
	left:50%;
	top:50%;
	background-image: url(fond_grandpublic.jpg);
	overflow:hidden;
	background-repeat: no-repeat;
}
#contenu {
	margin-left:173px;
	margin-top:143px;
	width:679px;
	height:453px;
	background-image: url(centre_grandpublic.gif);
	background-repeat: no-repeat;
}
#retour_accueil {
	position:absolute;
	width:155px;
	height:65px;
}
#retour_testeur {
	position:absolute;
	width:360px;
	height:65px;
	margin-left:250px;
}
#retour_accueil span {
	display:none;
}
#contenu #entete {
	height:77px;
	width:679px;
}
#contenu #entete ul, #contenu #entete li {
	margin:0;
	padding:0;
}
#contenu #entete ul {
	margin-left:470px;
	padding-top:15px;
}
#contenu #entete li {
	margin:0;
	background-image: url(puce.gif);
	padding-left: 20px;
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 0px 2px;
	margin-bottom:4px;
}
#contenu #entete li a {
	text-decoration:none;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
#contenu #entete li a:hover {
	color:#FF6600;
}
#contenu #menu {
	height:21px;
	width:679px;
	padding-top:9px;
}
#contenu #menu a {
	text-align:center;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	padding-left:12px;
	padding-right:13px;
}
#contenu #menu a:hover {
	color:#FF6600;
}
#contenu #menu #sous_menu {
	display:block;
	position:absolute;
	background-color:#646464;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5a515b;
	margin-top:6px;
	margin-left:174px;
}
#contenu #menu #sous_menu a {
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5a515b;
}
#contenu #page {
	height:346px;
	width:679px;
	margin-top:10px;
}
#contenu #page form #droite {
	text-align:left;
}
#contenu #page form .nombre {
	width:20px;
	height:12px;
}
#contenu #page #gauche {
	height:336px;
	width:223px;
	float:left;
}
#contenu #page #gauche #liens {
	margin-top:10px;
}
#contenu #page #droite {
	height:336px;
	width:436px;
	margin-left:20px;
	float:right;
	text-align:justify;
}
#contenu #page h1 {
	color:#FF6600;
	margin:0;
	padding:0;
	font-size:16px;
}
#contenu #page #droite p {
	margin:0;
	padding:0;
}
#contenu #page #droite ul, #contenu #page #droite li, #contenu #page #gauche ul, #contenu #page #gauche li {
	margin:0;
	padding:0;
}
#contenu #page #droite li, #contenu #page #gauche li {
	list-style:none;
	background-image: url(ptt_puce.gif);
	background-position: 0px 4px;
	padding-left:12px;
	background-repeat:no-repeat;
}
#contenu #page a {
	text-decoration:none;
	color:#FF6600;
	font-weight:bold;
}
#contenu #page a:hover{
	color:#000000;
}
#contenu #page #droite #carte_accueil {
	float:left;
	margin-right:20px;
	margin-bottom:80px;
	margin-top:10px;
}
#contenu #page #droite #clef {
	float:left;
	margin-right:20px;
	margin-bottom:60px;
	margin-top:10px;
}
#contenu #page #droite #flv {
	margin-bottom:10px;
	margin-top:10px;
	background-color:#F1F1F1;
	width:432px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	border: 1px solid #989898;
}
#contenu #pied {
	margin-top:-1px;
	width:679px;
	text-align:right;
	color:#FFFFFF;
}
#contenu #pied .gauche {
	float:left;
}
#contenu #pied .right {
	float:right;
}
#contenu #pied a {
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}
#contenu #pied a.deconnexion {
	color:#24c4ff;
}
#contenu #pied a:hover {
	color:#FF6600;
}