body{
	margin:0px;
	background-color: #efefef;
}
body, html { text-align:center; }

#page {
	position:relative;
	margin:0 auto;
    height:650px;
	width:900px;
	text-align:center;
}
#flash
{
	position:absolute;
	width:900px;
	height:650px;
	z-index:10;
	top:0px;
	left:0px;
}
#footer
{
	width:900px;
	height:20px;
	margin:0 auto;
}
#options {
	width:355px;
	height:220px;
	position: absolute;
	z-index:1000;
	top:190px;
	left:30px;
}

#index {
	position:relative;
	width:470px;
	margin:0 auto;
}

#index-ref {
	position:relative;
	width:650px;
}

form table tr td { padding:0px; margin:0px;}
/* //////////////////////////////////////////// Textes //////////////////////////////////////////////// */

.Texte {
	font-family:Verdana, Arial, Helvetica;
	font-size:12px;
	color:#831F1F;
}
.petitTexte {
	font-family:Verdana, Arial, Helvetica;
	font-size:10px;
	color:#831F1F;
}
.petitBlanc {
	font-family:Verdana, Arial, Helvetica;
	font-size:10px;
	color:#fff;
}
.boldBlanc {
	font-family:Verdana, Arial, Helvetica;
	font-size:12px;
	color:#fff;
	font-weight:bold;
}
.boldBlanc a {
	font-family:Verdana, Arial, Helvetica;
	font-size:12px;
	color:#fff;
	font-weight:bold;
}
h1 {
	font-family:Verdana, Arial, Helvetica;
	font-size:12px;
	color:#831F1F;
	}

/* //////////////////////////////////////////// Liens //////////////////////////////////////////////// */

a.lienRouge {
	font-family:Verdana, Arial, Helvetica;
	font-size:12px;
	color:#831F1F;
	text-decoration:underline;
}
a.lienRouge:hover {
	font-family:Verdana, Arial, Helvetica;
	font-size:12px;
	color:#666666;
	text-decoration:underline;
	font-weight:bold;
}
a.lienRougePtt {
	font-family:Verdana, Arial, Helvetica;
	font-size:10px;
	color:#831F1F;
	text-decoration:underline;
}
a.lienRougePtt:hover {
	font-family:Verdana, Arial, Helvetica;
	font-size:10px;
	color:#666666;
	text-decoration:underline;
	font-weight:bold;
}

.input 
{
	height:18px;
	/*background:#fff;*/
	border:none;
	margin:1px 2px;
/*	border:1px #5f0f0f solid;*/
}
textarea {
	background:#fff;
	border:none;
}


/*** mentions légales ***/
.ML_simple {
    font-size: 13px;
    color:#831F1F;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
}
.ML_bold {
    font-size: 13px;
    color:#831F1F;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
}
.ML_titre {
    font-size: 13px;
    color:#831F1F;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
#bdp_client_perso, #bdp_client_perso a { color:#555; }

.EVEpolice { /* couleur et style de la police dans le div*/
color:#831F1F;
font-family:Arial;
font-size:14px;
}
.EVEtourimg { /* couleur du tour de la photo dans le div*/
border-color:#ffffff;
}
.EVEcoulseparation { /*couleur du trait de séparation du titre et du libellé dans le div*/
background-color:#ffffff;
}

.EVEdiv { /*couleur de fond du div et style du contour (couleur et type)*/
background-color:#ddd;
border: 3px double #ffffff;
}

.EVEinput {
background-color: transparent;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#831F1F;
text-decoration:none; 
border-style:none;
padding: 0;
margin: 0; 
}
