/* 
Feuille de style 
Outil d'administration NOOVEO
*/

/* Corps */
body {
	margin: 0px;
	padding: 0px;
	font-family: "Tahoma", sans-serif;
	font-size: 12px;
	color: #8b8b8b;
	background-color: #fbfaf5;
	background-image: url("./images/head_fond.jpg");
	background-repeat: repeat-x;
}

/* Textes */
a:link, a:visited {
	color: #a67a59;
	font-weight: bold;
	text-decoration: underline;
}
a:hover, a:active {
	color: #8b8b8b;
	font-weight: bold;
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #bbaa82;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	color: #bbaa82;
	text-decoration: none;
}
#langue a:link, #langue a:visited {
	color: #bbaa82;
	text-decoration: underline;
}
#langue a:hover, #langue a:active {
	color: #bbaa82;
	text-decoration: none;
}
.bouton a:link, .bouton a:visited {
	color: #8b8b8b;
	font-weight: bold;
	text-decoration: none;
}
.bouton a:hover, .bouton a:active {
	color: #8b8b8b;
	font-weight: bold;
	text-decoration: underline;
}
p {
	text-align: justify;
	margin-right: 60px;
	margin-top: 30px;
}
h1 {
	background-image: url("./images/contenu_vignette.gif");
	background-repeat: no-repeat;
	font-family: "Arial", sans-serif;
	font-size: 20px;
	color: #986641;
	font-weight: lighter;
	text-indent: 31px;
}
h2 {
	font-weight: bold;
	color: #986641;
	font-size: 18px;
}
h3 {
	font-weight: bold;
	color: #986641;
	font-size: 16px;
}
h4 {
	margin-top: 0;
	font-weight: bold;
	color: #986641;
	font-size: 12px;
	margin-right: 60px;
}
span.titreDevis {
	font-family: "Arial", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #505050;
}
span.champsRequis {
	color: #FF0000;
	font-weight: bold;
}

/* Cadres */
div#header {
	width: 100%;
	height: 32px;
	position: absolute;
	background-image: url("./images/footer_fond.gif");
	background-repeat: repeat-y;
	background-position: center;
	background-color: #51311e;
}
div#flashcontent {
	text-align: center;
	font-size: 16px;
}
div#total {
	width: 100%;
}
div#contenu {
	width: 763px;
	text-align: left;
}
div#cadreLangue {
	background-image: url("./images/drapeau_fond.gif");
	background-repeat: repeat-x;
	width: 763px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
}
div#langue {
	padding-top: 9px;
	font-size: 10px;
	text-align: right;
}
div#footer {
	height: 24px;
	background-image: url("./images/footer_fond.gif");
	background-repeat: repeat-y;
	background-position: center;
	background-color: #51311e;
	color: #bbaa82;
	font-size: 11px;
}
div#cadreGauche {
	background-image: url("./images/cadre_gauche_separation.gif");
	background-repeat: repeat-y;
	margin-top: 35px;
	float: left;
	width: 480px;
}
div#cadreDroite {
	margin-top: 35px;
	float: right;
	width: 283px;
}
div#cadreGaucheContact {
	background-image: url("./images/cadre_gauche_separation_con.gif");
	background-repeat: repeat-y;
	margin-top: 35px;
	float: left;
	width: 423px;
}
div#cadreDroiteContact {
	margin-top: 35px;
	float: right;
	width: 340px;
}
div#cadreTotal {
	margin-top: 35px;
	width: 763px;
}
div.bouton {
	height: 45px;
	margin-top: 30px;
	margin-bottom: 50px;
}
div.boutonGauche {
	float: left;
	width: 56px;
}
div.boutonTexte {
	height: 45px;
	padding-top: 15px;
	background-image: url("./images/btn_fond.jpg");
	background-repeat: repeat-x;
	text-indent: 10px;
	float: left;
}
div.boutonDroite {
	height: 45px;
	float: left;
}
div#finContenu {
	clear: both;
	width: 100%;
	height: 50px;
}
div#divLabel {
	width: 10px;
	float: left;
}

/* Images */
img {
	border: 0px;
}
img.alignCenter {
	vertical-align: middle;
}
img.btn {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
img.btnHover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7; 
}

/* Formulaires */
input {
	font-family: "Tahoma", sans-serif;
	font-size: 11px;
	color: #8b8b8b;
	font-weight: bold;
}
label {
	background-image: url("./images/icone_fleche.jpg");
	background-repeat: no-repeat;
	color: #7f6048;
	margin-right: 20px;
	padding-left: 20px;
}
