@charset "utf-8";
/* CSS Document */
body
{
	font-family:"Myriad Pro";
	font-size: 12pt;
	background-color: #555555;
	text-align:center;
}
h1
{
	font-size: 13pt;
	color: #3898D0;
	font-variant: normal;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2
{
	font-size: 12pt;
	color: #3898D0;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	text-align: left;
	margin: auto;
}
div
{
	padding-left: 2px; padding-right: 2px;
}
a
{
	text-decoration:none;
	color: #000;
}
a:visited {
	text-decoration:none;
}
a:active
{
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color: black;
}


/* Id */
#principal {
	padding-top:30px;
	padding-left: 0px;
	padding-right: 0px;
	width:100%;
	margin: auto;
}
#logo {
	background-color: #FFFFFF;
	height:95px;
	vertical-align:middle;
	float:left;
}
#entete {
	background-color: #FFFFFF;
	height:100px;
	width:1024px;
	text-align:center;
	vertical-align:middle;
	border-bottom: 1px solid #CCCCCC;
	font-size: 16pt;
}
#menuhaut {
	background-color: #EEEEEE;
	font-size: 12pt;
	height:20px;
	width:1021px;
	text-align:left;
	vertical-align:middle;
	border-bottom: 1px solid #CCCCCC;
	padding-left:5px;
	color: #3898D0;
}
#barregauche {
	background-color: #FFFFFF;
	height:400px;
	float:left;
	width:150px;
	border-right: 1px solid #E0E0E0;
	text-align:left;
}
#contenuprincipal {
	background-color: #FFFFFF;
	text-align:justify;
	height:600px;
	width:1024px;
	padding-top: 10px;
	font-size: 12pt;	
	background-image:url(../img/logoFond.jpg);
}
#piedpage {
	background-color: #FFFFFF;
	font-size: 8pt;
	height:30px;
	width:1024px;
	text-align:center;
	border-top: 1px solid #E0E0E0;
}

#encadrementFinBleu
{
	border:1px solid #3898D0;
}

#encadrementFinVert
{
	border:1px solid #3898D0;
}




/* Class */
.bold {font-weight: bold;}
.bleu_axiten {color: #3898D0;}
.vert_axiten {color: #94CA56;}
.rouge {color: red;}
.centre {text-align:center;}
.vtop {vertical-align:top;}
.colPrest{
	width:110px;
	text-align:left;
	border-width: 1px;
	border-color: #3898D0;
	border-style: solid;
}
.colDesc{
	width:350px;
	text-align: left;
	border-width: 1px;
	border-color: #3898D0;
	border-style: solid;
}
.colTarif{
	width:100px;
	text-align:right;
	border-width: 1px;
	border-color: #3898D0;
	border-style: solid;
}
.colPrestPart{
	width:110px;
	text-align:left;
	border-width: 1px;
	border-color: #94CA56;
	border-style: solid;
}
.colDescPart{
	width:350px;
	text-align: left;
	border-width: 1px;
	border-color: #94CA56;
	border-style: solid;
}
.colTarifPart{
	width:100px;
	text-align:right;
	border-width: 1px;
	border-color: #94CA56;
	border-style: solid;
}
.margeGauche {padding-left:10px;}

