/* CSS Document */
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
body {
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #000000;	/*
	background-image: url(../img/fond.jpg);
	background-repeat: repeat-x;
	background-position: top;
	*/
}

a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}

ul {
	padding-left:45px;
}

input {
	border: 1px solid #FFFFFF;
	height:15px;
}
textarea {
	border: 1px solid #FFFFFF;
	height:15px;
}


/***********************************************/
/* Liens générique + couleurs */
/***********************************************/
.CouleurBlanc {
	color: #FFFFFF;
}
.CouleurNoir {
	color: #000000;
}
.CouleurRouge {
	color: #FF0000;
}
.CouleurJaune {
	color: #FECF44;
}
.CouleurBleu {
	color: #00418C;
}

/***********************************************/
/* Masque */
/***********************************************/
#masque_message {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	filter:alpha(opacity=50);
	-khtml-opacity: .5;
	-moz-opacity: .5;
	opacity: .5;
	z-index: 9;
	display: none;
}
#masque_message_cadre {
	display: none;
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -300px;
	z-index: 10;
	width: 600px;
	padding: 10px;
	background-color: #FFFFFF;
	color:#685C53;
	border: 1px solid #685C53;
}
.masque_tab_entete_donnees {
	text-indent: 5px;
	color: #FFFFFF;
	background-color: #685C53;
}
#masque_message_cadre a {
	color: #685C53;
	font-size:11px;
}
/***********************************************/
/* ACCUEIL */
/***********************************************/

#accueil_conteneur {
	position:absolute;
	left: 50%;
	margin-top: 0px;
	margin-left: -477px;
	width: 955px;
	text-align: left;
	background-color:#A79D96;
}
.position_titre {
	text-align: right;
	vertical-align: bottom;
}
.menu a {
	font-size:12px;
	font-weight:bold;
}
.menu a:hover {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#A12C25;
}
#accueil_texte {
	text-align:justify;
	padding-left:5px;
	padding-right:5px;
	padding-top:80px;
}
#accueil_texte p {
	font-size:11px;
}
.bas_modele {
	padding-top:13px;
	color:#FFFFFF;
	text-align:center;
}
.bas_modele a {
	color:#FFFFFF;
}
.signature {
	color:#685C53;
	background-color:#000000;
}
.signature a {
	color:#685C53;
	background-color:#000000;
}
.texte_societe {
	text-align:justify;
	font-size:12px;
	font-weight:bold;
	line-height: 16px;
}
.texte_rea1 {
	font-size: 11px;
	color: #FFFFFF;
}
.texte_rea1 a {
	font-size: 11px;
	color: #FFFFFF;
}
#contact_fond_d {
	background-image: url(../img/contact/img2.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.texte_contact {
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold;
}
