﻿body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#index 
{
	width : 50%;
	margin : auto; 
}

#header {
	-moz-box-sizing:border-box;
	height:148px;
	background: url(../img/02blue.jpg);
	background-color:#000000;
	border-width: 0px 0px 3px 0px;
	border-style: double;
	border-color: #999999;
	text-align:center;
}

#conteneur {
	position: absolute;
	width: 100%;
	background-color:#6a6b6b;
	background-image:url('../img/02_coin_gauche.jpg');
	background-repeat:no-repeat;
	/*background-position:0px 750px;*/
	background-position:0px 550px;
}

#conteneurIE {
	position: absolute;
	width: 100%;
	background-color:#6a6b6b;
	background-image:url('../img/02_coin_gauche.jpg');
	background-repeat:no-repeat;
	/*background-position:1px 773px;*/
	background-position:1px 573px;
}

#centre {
	margin-left: 220px;
	height:665px;
	/*height:665px;*/
	-moz-box-sizing:border-box;
	border-width: 0px 0px 0px 3px;
	border-style: double;
	border-color: #576979;
	background-color:#dce8ec;
	padding:10px;	
}

#gauche {
	position: absolute;			
	-moz-box-sizing:border-box;
	left: 0px;
	padding:50px 10px 0px 10px;
	width:220px;
}

#footer {
	-moz-box-sizing:border-box;	
	background-color:#000000;
	border-width: 3px 0px 0px 0px;
	border-style: double;
	border-color: #576979;
	font-size:12px;
	color:#586877;
	text-align:center;
}

p 
{
	margin: 0 0 10px 0;
}

#TxtTitre
{
	margin:0;
	padding:0;
}

.titre {
	-moz-box-sizing:border-box;
	background-color:#6a6b6b;
	background-position:bottom;
	padding:0px;
	margin:0px 0px 10px 0px;
	color:#dce8ec;
	text-transform:uppercase;
	font-size:16px;
	width:100%;
	height:25px;

}

.bloc {
	-moz-box-sizing:border-box;
	background-color:#eef2f6;
	border-style:solid;
	border-width:1px;
	border-color:#93a0ac;
	padding:0px 0px 10px 0px;

}

.blocCommande {
	-moz-box-sizing:border-box;
	background-color:#eef2f6;
	border-style:solid;
	border-width:1px;
	border-color:#93a0ac;
	padding:0px 0px 10px 0px;
	font-size:12px;
}

.back {
	background-color:#eef2f6;
}

.label {
	text-align:left;
	text-transform:capitalize;
	color:White;
	/*color:#31495e;	
	background-color:#e2e5e8;*/
	background-color:#6a6b6b;	
	border-width:0px 0px 0px 3px;
	/*border-style:solid solid solid double;*/
	border-color:#93a0ac;
	padding:2px 8px 2px 8px;
}
.labelMessage {
	text-align:center;
	text-transform:capitalize;
	color:White;	
	background-color:#6a6b6b;	
	border-width:0px 0px 0px 3px;
	border-color:#93a0ac;
	padding:2px 8px 2px 8px;
}

