/* ############## Dans ce fichier ########### */
/* GENERAL */
/* TEXTE */
/* LISTES */
/* TABLEAUX */
/* FORMULAIRES */
/* MISE EN PAGE */
/* MISE EN PAGE DU MENU */
/* DIAPORAMA */

/* vert : 00A94F */
/* bleu : 034EA2 */

/* ############## GENERAL ########### */
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	background: #000000 url(/interface/fond_page.jpg) 0px 0px no-repeat;
}
/* ############## TEXTE ########### */
h1 {
	font-size: 2.2em;
	font-weight: bold;
	font-family:"Arial Black", Arial, sans-serif;
	margin-top: 1em;
	margin-bottom: 0.5em;
	color: #000000;
}
h2 {
	font-size: 1.7em;
	font-weight: bold;
	margin-top: 0.8em;
	margin-bottom: 0.5em;
	color: #034EA2;
	font-family:"Arial Black", Arial, sans-serif;
	line-height: 1.2em;
}
h3 {
	font-size: 1.2em;
	color: #333333;
	font-weight: bold;
	background: url(/interface/puce_fleche_petite.gif) 0px 0.3em no-repeat;
	padding-left: 10px;
}
p {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	text-align: left;
}
.texte_gris {
	font-weight: normal;
	color: #999999;
	font-style: italic;
}
.texte_en_valeur {
	color: #00A94F;
	font-weight: bold;
}
sup {
	vertical-align: 0.4em;
}
acronym, abbr, dfn {
	border-bottom: 1px dotted #000000;
	cursor: help;
}
div.zone_colonnes {
	clear: both;
}
div.colonne {
	width: 49%;
	float: left;
}
.cadre {
	border: 1px solid #cccccc;
	margin: 1em;
	padding: 0.5em;
	text-align: left;
}
.cadre_a_droite {
	float: right;
	border: 1px solid #cccccc;
	margin: 0px 0px 10px 15px;
	padding: 0.5em;
	width: 220px;
	border-color: #dbe761;
	background-color: #e7ef8c;
}
.cadre_a_droite p {
	text-align: left;
}
.cadre_a_droite h3 {
	background: url(/interface/papier_crayon.gif) bottom left no-repeat;
	padding-top: 1.5em;
	padding-left: 34px;
	/*padding-bottom: 0px;
	height: 2.5em;*/
	/*display: block;
	vertical-align: bottom;*/
}
.img_gauche {
	float: left;
	margin: 0px 10px 5px 0px;
}
.img_droite {
	float: right;
	margin: 0px 0px 5px 10px;
}
a:link {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a.lien_externe {
	background: url(/interface/picto_lien_externe.gif) no-repeat 100% bottom;
	padding: 0 20px 0 0;
}
a.telecharger_pdf {
	background: url(/interface/picto_pdf.gif) no-repeat 0px 0px;
	padding: 10px 0 0px 40px;
	display: block;
	height: 43px;
}
.puce_alerte {
	margin-top: 1.5em;
	margin-bottom: 1em;
	background: url(/interface/puce_alerte.gif) no-repeat 0px 4px;
	padding-top: 3px;
	padding-left: 19px;
	padding-bottom: 3px;
}
hr {
	color: #999999;
	border: none;
	border-top: 1px solid #999999;
	height: 1px;
	margin-top: 1.3em;
	margin-bottom: 1.3em;
}
hr.invisible {
	border: 0px;
	height: 0px;
	clear: both;
	margin: 0;
	padding: 0;
}
/* Pour l'info bulle */
a.infobulle, a.definition {
	text-decoration: none;
	border-bottom: 1px dotted #000000;
	position: relative;
	/*background: url(interface/point_interrogation.gif) right 1px no-repeat;
	padding-right: 13px;*/
	cursor: help;
}
a.infobulle span, a.definition span {
	display: none;
}
a.infobulle:hover span, a.definition:hover span {
	display: block;
	position: absolute;
	z-index: 100;
	background-color: #cccccc;
	color: #000000;
	padding: 5px 5px 5px 15px;
	width: 200px;
	right: -219px;
	top: -11px;
	font-style: italic;
	text-align: center;
	background: url(interface/fond_infobulle.gif) left top no-repeat;
}
/* ############## BOUTONS ############ */
.bouton_retour {
	background: url(/interface/retour.gif) left center no-repeat;
	padding-left: 20px;
}
a.bouton_imprimer {
	position: absolute;
	top: 205px;
	left: 685px;
	display: block;
	height: 40px;
	width: 40px;
	/*font-size: 0.9em;
	padding: 4px 0px 4px 20px;*/
	background: url(/interface/imprimer.gif) left center no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
/* ############## LISTES ########### */
ul {
	list-style-image: url(/interface/puce_liste.gif);
	margin-left: 22px;
}
li {
	margin: 2px 0px 0.3em 10px;
}
/* ############## TABLEAUX ########### */
table {
	border: 1px solid #000;
	margin: 5px;
}
th {
	background-color: #cccccc;
	padding: 0.3em;
}
td {
	border-bottom: 1px solid #cccccc;
	padding: 0.1em;
}

/* ############## FORMULAIRES ########### */
div.tete_form {
	background-color: #c0c912;
	color: #ffffff;
	font-weight: bold;
	font-size: 1em;
	padding: 3px;
}
div.corp_form {
	border: 1px outset #999999;
	padding: 0.8em;
	background-color: #ffffff;
}
div.pied_form {
	background-color: #999999;
	background: url(interface/bas_form.gif) top left repeat-x;
	padding: 0.2em;
	text-align: center;
}
p.champs_obligatoires {
	font-weight: normal;
	color: #999999;
	font-style: italic;
	text-align: right;
	margin: 1px;
	font-size: 0.85em;
}
.alerte_obligatoire {
	background-color: #ff0000;
}
form .obligatoire {
	font-weight: bold;
}
fieldset{
	border: 1px solid #f5b153;
	padding: 4px;
}
fieldset legend {
	color: #F5B153;
	font-weight: bold;
	padding: 1em 0.3em 1em 0.3em;
}
form label {
	clear: both;
	margin-top: 0.3em;
/*	float: left;
	width: 175px;
	text-align: left;
	border: 1px inset red;
	position: relative;*/
	display: block;

}
form div.conteneur_inline {
	/*height: 90px;*/
	padding-left: 145px;
}
form label.inline_et_largeur {
	float: left;
	width: 170px;
}
form label.inline {
	/*width: 170px;
	float: left;*/
	display: inline;
	float: none;
	clear: none;
	margin-right: 0.7em;
	white-space: nowrap;
	text-align: left;
}
form li label, form h3 label {
	width: auto;
	float: none;
}
form span.complement_info {
	color: #999999;
	font-style: italic;
}
form select, form textarea, form input {
	font-size: 1em;
	border: 1px inset #999999;
	margin: 2px;
/*
	font-weight: normal;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: 150px;
	display: block;
	*/
}
form input[type=checkbox] {
	border: none;
}
form select:focus, form textarea:focus, form input:focus {
	background-color:#dddddd;
}
form div.pied_form input, form input.valider {
	background-color:#4b4b4b;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	border: none;
	padding: 2px;
	font-size: 1em;
/*
	height: 20px;
	margin-left: 150px;
	margin-top:5px;
	position: relative;
	float: none;
*/
}

/* ############## MISE EN PAGE ########### */
/* Conteneurs, pour centrer la page. 1 pour le centrage vertical, 2 pour le centrage horizontal */
div#conteneur1 {
	width: 100%;
}
div#conteneur2 {
	width: 928px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}
div#contenu {
	font-size: 0.9em;
	float: left;
	margin-top: 212px;
	z-index: 2;
	min-height: 250px;
	padding: 35px;
	width: 858px;
	background: #ffffff url(/interface/fond_contenu.jpg) 0px 0px no-repeat;
}
div#logo {
	position: absolute;
	top: 12px;
	left: 0px;
}
div#planete {
	position: absolute;
	top: 50px;
	right: -53px;
}
div#drapeaux {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 190px;
}
div#drapeaux ul {
	list-style-image: none;
	list-style-type: none;
}
div#drapeaux li {
	float: left;
}
div#fil_ariane {
	position: absolute;
	top: 230px;
	left: 16px;
	font-size: 0.7em;
	margin-top: 2px;
	color: #666666;
}
div#fil_ariane a {
	text-decoration: none;
	color: #666666;
}
div#partenaires {
	float: left;
	margin-top: 25px;
	padding: 35px;
	width: 858px;
	background: #ffffff url(/interface/fond_partenaires.jpg) left top no-repeat;
}
div#partenaires h1 {
	font-size: 1.8em;
	margin-top: 0;
}
div#partenaires ul {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
}
div#partenaires li {
	float: left;
	padding-right: 20px;
	margin: 0;
}
div#pied_de_page {
	float: left;
	width: 100%;
	height: 3em;
	padding-top: 12px;
}
div#pied_de_page p {
	font-size: 0.7em;
	color: #cccccc;
	margin: 0px;
	text-align: center;
}
div#pied_de_page p a {
	color: #cccccc;
}
.print {
	display: none;
}
/* ############## MISE EN PAGE DU MENU ########### */
/* Pour les styles du menu, voir dans styles_grand_public.css et styles_professionnels.css */
div#menu {
	position: absolute;
	top: 186px;
	left: -8px;
	z-index: 1;
}
#menu a {
	text-decoration: none;
	color: #ffffff;
	font-size: 1.2em;
	text-transform: uppercase;
	/*letter-spacing: 0.1em;*/
	font-weight: bold;
	padding: 7px 8px 9px 8px;
	display: block;
	font-family: Arial narrow, sans-serif;
}
div#menu dl {
	list-style-image: none;
}
div#menu dt {
	margin: 0px;
	float: left;
}
#menu a:hover {
	background-color: #00A94F;
}
dt.dt_select a {
	background-color: #00A94F;
}
dt.dt_select a {
}

/* ############## DIAPORAMA ########### */
.diaporama {
	float: right;
	width: 530px;
	margin-left: 50px;
}

