@charset "iso-8859-1";

body{
	font-family:Verdana, Arial, sans-serif;
	font-size:small;
	text-align:center;
}

input, textarea, select{
	border:1px solid #287aa4;
	vertical-align:middle;
}

div#general{
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:602px;
}

div#tete{
	background-image:url(image/tete.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:61px;
	width:602px;
}

div#logo{
	position:absolute;
	margin-left:7px;
	margin-top:7px;
}

div#logo img{
	border:none;
	vertical-align:middle;
}

div#lecentredumonde{
	position:relative;
	margin-right:7px;
	padding-top:7px;
	text-align:right;
}

div#lecentredumonde img{
	border:none;
	vertical-align:middle;
}

div#menu{
	background-image:url(image/menu.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:20px;
	width:602px;
}

div#menu div{
	position:absolute;
	border:1px solid #CACACA;
	border-top:none;
	height:19px;
	text-align:center;
	width:120px;
	vertical-align:middle;
	padding-top:2px;
}

div#menu div#menu_1{
	z-index:5;
}

div#menu div#menu_2{
	padding-left:120px;
	z-index:4;
}

div#menu div#menu_3{
	padding-left:240px;
	z-index:3;
}

div#menu div#menu_4{
	padding-left:360px;
	z-index:2;
}

div#menu div#menu_5{
	padding-left:480px;
	z-index:1;
}

div#menu a{
	text-decoration:none;
	color:#287aa4;
	font-weight:bold;
	font-size:11px;
}

div#corps{
	background-image:url(image/corps.jpg);
	background-repeat:repeat-x;
	background-position:top;
	border-left:1px solid #CACACA;
	border-right:1px solid #CACACA;
	padding-bottom:10px;
	min-height:600px;
	width:600px;
}

div#titre{
	color:#287aa4;
	font-weight:bold;
	margin-left:15px;
	padding-top:10px;
}

div#titre img{
	margin-right:10px;
}


div#texte{
	margin-left:40px;
	font-size:x-small;
	text-align:justify;
	background-color:#91b8d7;
	padding:10px;
	color:#FFFFFF;
	font-size:11px;
	border:1px solid #287aa4;
	width:527px;;
}

span#important{
	font-weight:bold;
}

div#texte a{
	color:#287aa4;
}

div#pied{
	background-image:url(image/pied.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:16px;
	text-align:center;
	color:#287aa4;
	font-weight:bold;
	font-size:x-small;
	width:602px;
}

div#pied a{
	color:#287aa4;
	text-decoration:none;
}

div#cadre_tete{
	background-image:url(image/cadre_tete.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:14px;
	margin-top:20px;
	margin-left:40px;
	width:549px;
}

div#cadre_corps{
	border-left:1px solid #CACACA;
	border-right:1px solid #CACACA;
	background-color:#f6f6f6;
	margin-left:40px;
	padding:10px;
	background-image:url(image/fond.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-bottom:200px;
	width:527px;
}

div#cadre_pied{
	background-image:url(image/cadre_pied.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:14px;
	margin-left:40px;
	width:549px;
}

div#erreur_grande{
	position:absolute;
	margin:0px;
	padding:0px;
}

div#erreur_grande img{
	padding-left:50px;
}

div#message{
	position:relative;
	font-size:11px;
	font-weight:bold;
	color:#df331d;
	width: 439px;
	padding-left:85px;
}

div#champ_text, div#champ_radio, div#champ_date, div#champ_departement, div#champ_select, div#champ_checkbox{
	height:25px;
}

div#champ_textarea{
	height:155px;
}

div#erreur_petite{
	position:absolute;
	width:17px;
	padding-top:2px;
}

div#libelle{
	position:absolute;
	width:170px;
	text-align:right;
	margin-left:20px;
}

div#objet{
	position:absolute;
	padding-left:200px;
	width:320px;
}

div#objet input{
	width:320px;
}

div#objet textarea{
	width:320px;
	height:150px;
}

div#champ_radio input{
	width:auto;
	border:none;
}

div#objet select{
	width:322px;
}

div#champ_date select{
	width:auto;
}

div#champ_departement select{
	width:auto;
}

div#champ_checkbox input{
	width:auto;
	border:none;
}


div#submit{
	margin-left:200px;
	margin-top:10px;
}

div#submit input, div#champ_departement input{
	border:none;
	cursor:pointer;
	margin:0px;
	width:85px;
	height:20px;
	text-align:center;
	background:transparent url(image/bouton_vide.gif) no-repeat;
	font-size:x-small;
	font-weight:bold;
	color:#287aa4;
	padding-bottom:4px;
}

div#submit a{
	font-size:x-small;
	color:#287aa4;
	font-weight:bold;
}

form{
	margin:0px;
	padding:0px;
}