/************************************************************************************************************************************************************************/
/*																											Suppression des comportements par défaut des navigateurs	*/
/************************************************************************************************************************************************************************/

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 1px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}

html {
	height: 100%;
	width: 100%;
}

body {
	background-color: #DCE3F6;
	font-size: 1px;
	margin: 0px; 
	padding: 0px;
	cursor: default;
	height: 100%;
	width: 100%;
}

table {
	border: 0px;
}

a {
	text-decoration: underline;
	cursor: pointer;
}

/************************************************************************************************************************************************************************/
/*																																								Index	*/
/************************************************************************************************************************************************************************/

#index {
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#index_banniere {
	height: 156px;
	background: url(images/interface/banniere.jpg) no-repeat;
}

#index_menu_haut {
	height: 30px;
	border-left: 1px solid #9799C9;
	border-right: 1px solid #9799C9;
	background: url(images/interface/menu.gif) repeat-x;
}

#index_menu_haut ul {
	list-style-type: none;
}

#index_menu_haut li {
	float: left;
}

#index_menu_haut a {
	width: 160px;
	line-height: 30px;
	font-size: 12px;
	color: #355E8A;
	display: block;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #9799C9;
}

#index_menu_haut a.connexion {
	width: 354px;
	border-right: none;
}

#index_menu_haut a:hover {
	background: url(images/interface/menu.gif) repeat-x 0 -30px;
	color: #3300CC;
}

#index_messages {
	height: 30px;
	border-left: 1px solid #9799C9;
	border-right: 1px solid #9799C9;
	background-color: #FFFFFF;
}

#index_messages p {
	padding-left: 5px;
	line-height: 30px;
	font-size: 14px;
	color: #C1A5A4;
	font-style: italic;
	font-weight: bold;
	position: absolute;
}

#index_milieu {
	border-top: 1px solid #DBE3F5;
	border-left: 1px solid #9799C9;
	border-right: 1px solid #9799C9;
	border-bottom: 1px solid #9799C9;
	background-color: #FFFFFF;
}

#index_menu_gauche {
	margin-top: 8px;
	float: left;
}

#index_menu_gauche ul {
	list-style-type: none;
}

#index_menu_gauche li {
	line-height: 30px;
	border-right: 1px solid #DBE3F5;
	margin-top: 2px;
}

#index_menu_gauche a{
	display: block;
	width: 160px;
	font-size: 12px;
	color: #355E8A;
	text-decoration: none;
	text-align: center;
	background: url(images/interface/menu.gif) repeat-x;;
}

#index_menu_gauche a:hover{
	background: url(images/interface/menu.gif) repeat-x 0 -30px;
	color: #3300CC;
}

#index_bandeau {
	background: url(images/interface/bandeau_compas.gif) no-repeat;
	height: 232px;
	width: 29px;
	margin-left: 60px;
	margin-top: 10px;
}

#index_contenu {
	margin-left: 180px;
	margin-top: 10px;
	margin-right: 10px;
}

#index_milieu_fin {
	clear: both;
	height: 10px;
}

#index_bas {
	height: 24px;
}

#index_bas p {
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #9999CC;
}

/************************************************************************************************************************************************************************/
/*																																								Titres	*/
/************************************************************************************************************************************************************************/

h1 {
	line-height: 20px;
	color: #9999CC;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #DBE3F5;
	border-left: 3px solid #DBE3F5;
	margin-bottom: 30px;
}

h2 {
	line-height: 16px;
	color: #9999CC;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #DBE3F5;
	border-left: 3px solid #DBE3F5;
	margin-top: 20px;
	margin-bottom: 20px;
}

/************************************************************************************************************************************************************************/
/*																																								Listes	*/
/************************************************************************************************************************************************************************/

ul.liste1 {
	padding-left: 20px;
	list-style-image: url(images/interface/puce1.gif);
}

ul.liste1 li {
	line-height: 15px;
}

/************************************************************************************************************************************************************************/
/*																																				Types de zones textes	*/
/************************************************************************************************************************************************************************/

.texte1 {
	font-size: 12px;
}

.texte2 {
	font-size: 12px;
	color: #9999CC;
}

.lien1 {
	font-size: 12px;
	color: #355E8A;
}

.lien1:hover {
	color: #3300CC;
}

.lien2 {
	border: 1px solid #D7D7E5;
	padding-left: 2px;
	padding-right: 2px;
}

.lien2:hover {
	text-decoration: none;
	color: #000000;
	border: 1px solid #000000;
	background: #CCCCCC;
}

.lien3 {
	text-decoration: none;
}

.info1 {
	background: url(images/interface/info1.gif) no-repeat;
	padding-left: 25px;
	line-height: 20px;
}

/************************************************************************************************************************************************************************/
/*																																								Images	*/
/************************************************************************************************************************************************************************/

div.image_gauche {
	float: left;
	margin-right: 10px;
}

div.image_droite {
	float: right;
	margin-left: 10px;
}

div.fondu1 {
	width: 500px;
	height: 375px;
	margin-left: auto;
	margin-right: auto;
	border: 4px solid #9999CC;
}

div.fondu1:hover {
	border: 4px solid #355E8A;
}

div.fondu1_liens {
	width: 508px;
	margin-left: auto;
	margin-right: auto;
	line-height: 20px;
}

div.fondu2 {
	width: 250px;
	height: 186px;
	float: left;
	margin-right: 30px;
	border: 4px solid #9999CC;
}

div.fondu2:hover {
	border: 4px solid #355E8A;
}


img.fondu {
	position: absolute;
	display: none;
}

/************************************************************************************************************************************************************************/
/*																																					Iframe Google Maps	*/
/************************************************************************************************************************************************************************/

div.google_maps1 {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	height: 375px;
	border: 4px solid #9999CC;
}

div.google_maps1:hover {
	border: 4px solid #355E8A;
}

div.google_maps2 {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	height: 500px;
	border: 4px solid #9999CC;
}

div.google_maps2:hover {
	border: 4px solid #355E8A;
}

/************************************************************************************************************************************************************************/
/*																																						Mises en page	*/
/************************************************************************************************************************************************************************/

.alinea {
	text-indent: 20px;
}

.gras {
	font-weight: bold;
}

.souligne {
	text-decoration: underline;
}

.italique {
	font-style: italic;
}

.alignc {
	text-align: center;
}

.alignd {
	text-align: right;
}

.alignj {
	text-align: justify;
}

/************************************************************************************************************************************************************************/
/*																																							Tableaux	*/
/************************************************************************************************************************************************************************/

table {
	width: 100%;
}

table td {
	vertical-align: top;
}

table td.colonne_max {
	width: 99%;
}

table.deux_colonnes td {
	width: 50%;
}

table.trois_colonnes td {
	width: 33%;
}

table.quatre_colonnes td {
	width: 25%;
}

table td.paddingg1 {
	padding-left: 5px;
}

table td.paddingd1 {
	padding-right: 5px;
}

table td.paddingg2 {
	padding-left: 10px;
}

table td.paddingd2 {
	padding-right: 10px;
}

table td.valignc {
	vertical-align: middle;
}

table td.valignb {
	vertical-align: bottom;
}

/************************************************************************************************************************************************************************/
/*																																				Tableau espace client	*/
/************************************************************************************************************************************************************************/

#espace_client {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#espace_client td.entete {
	width: 300px;
	height: 26px;
	border: 1px solid #B0B0B0;
	border-bottom: none;
}

#espace_client td.contenu {
	border: 1px solid #B0B0B0;
	background-color: #DBE3F5;
	padding: 5px;
}

#espace_client td.contenu ul {
	padding-left: 20px;
	list-style-type: disc;
}

#espace_client td.contenu ul li {
	line-height: 30px;
}

/************************************************************************************************************************************************************************/
/*																																							Formulaires	*/
/************************************************************************************************************************************************************************/

.form_haut {
	background: url(images/formulaire/fond_haut.gif) no-repeat;
	height: 16px;;
}

.form_milieu {
	background-color: #EFF0E9;
}

.form_milieu div label {
	position: absolute;
	padding-left: 50px;
	font-size: 12px;
}

.form_milieu div.form_div_radio label {
	position: absolute;
	padding-left: 74px;
	font-size: 12px;
}

.form_milieu div label span {
	font-size: 12px;
	color: #D36A00;
}

.form_bas {
	background: url(images/formulaire/fond_bas.gif) no-repeat;
	height: 16px;;
}

.form_div_text {
	height: 30px;
	line-height: 30px;
}

.form_text {
	height: 22px;
	width: 350px;
	line-height: 20px;
	position: absolute;
	margin-left: 250px;
	margin-top: 2px;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.form_text2 {
	height: 22px;
	width: 350px;
	line-height: 20px;
	position: absolute;
	margin-left: 50px;
	margin-top: 2px;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.form_div_textarea {
	height: 268px;
}

.form_textarea {
	height: 260px;
	width: 350px;
	position: absolute;
	margin-left: 250px;
	margin-top: 2px;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.form_div_radio {
	height: 30px;
	line-height: 30px;
}

.form_radio {
	height: 16px;
	width: 16px;
	position: absolute;
	margin-left: 50px;
	margin-top: 7px;
	cursor: pointer;
}

.form_div_message {
	height: 20px;
	line-height: 20px;
	padding-left: 50px;
}

.form_envoyer {
	width: 73px;
	height: 21px;
	cursor: pointer;
	background: url(images/formulaire/bouton_envoyer.gif) no-repeat;
}

.form_envoyer:hover {
	background: url(images/formulaire/bouton_envoyer.gif) no-repeat 0 -21px;
}

.form_valider {
	width: 73px;
	height: 21px;
	cursor: pointer;
	background: url(images/formulaire/bouton_valider.gif) no-repeat;
}

.form_valider:hover {
	background: url(images/formulaire/bouton_valider.gif) no-repeat 0 -21px;
}

.form_connexion {
	width: 80px;
	height: 21px;
	cursor: pointer;
	background: url(images/formulaire/bouton_connexion.gif) no-repeat;
}

.form_connexion:hover {
	background: url(images/formulaire/bouton_connexion.gif) no-repeat 0 -21px;
}

.form_deconnexion {
	width: 90px;
	height: 21px;
	cursor: pointer;
	background: url(images/formulaire/bouton_deconnexion.gif) no-repeat;
}

.form_deconnexion:hover {
	background: url(images/formulaire/bouton_deconnexion.gif) no-repeat 0 -21px;
}

/************************************************************************************************************************************************************************/
/*																																							Messages	*/
/************************************************************************************************************************************************************************/

.cadre_erreur_haut {
	background: url(images/erreur/fond_haut.gif) no-repeat;
	height: 16px;;
}

.cadre_erreur_milieu {
	background-color: #F2C9C9;
	padding-left: 10px;
}

.cadre_erreur_titre {
	line-height: 16px;
	color: #B50303;
	font-size: 12px;
	font-weight: bold;
}

.cadre_erreur_texte {
	line-height: 16px;
	color: #B50303;
	font-size: 12px;
}

.cadre_erreur_milieu ul {
	padding-left: 16px;
}

.cadre_erreur_milieu ul li {
	line-height: 16px;
	color: #B50303;
	font-size: 12px;
}

.cadre_erreur_bas {
	background: url(images/erreur/fond_bas.gif) no-repeat;
	height: 16px;;
}

.cadre_reponse_haut {
	background: url(images/reponse/fond_haut.gif) no-repeat;
	height: 16px;;
}

.cadre_reponse_milieu {
	background-color: #B3D0AD;
	padding-left: 10px;
}

.cadre_reponse_titre {
	line-height: 16px;
	color: #006600;
	font-size: 12px;
	font-weight: bold;
}

.cadre_reponse_texte {
	line-height: 16px;
	color: #006600;
	font-size: 12px;
}

.cadre_reponse_milieu ul {
	padding-left: 16px;
}

.cadre_reponse_milieu ul li {
	line-height: 16px;
	color: #006600;
	font-size: 12px;
}

.cadre_reponse_bas {
	background: url(images/reponse/fond_bas.gif) no-repeat;
	height: 16px;;
}

/************************************************************************************************************************************************************************/
/*																																							Séparateurs	*/
/************************************************************************************************************************************************************************/

.separateur1 {
	height: 10px;
}

.separateur2 {
	height: 20px;
}

.separateur3 {
	height: 30px;
}

.separateur4 {
	height: 40px;
}

/************************************************************************************************************************************************************************/
/*																																				Comportements spéciaux	*/
/************************************************************************************************************************************************************************/

.pointeur {
	cursor: pointer;
}