/******************************* HTML GENERAL ****************************************/
body {
	background-color: white;
	color: #262626;
	font-family: Georgia;
	font-size: 10pt;
}


/****************************** BASE *****************************************/
.base{
	/*border: 1px solid pink;
	/*Taille*/
	height: auto;
	width: 800px;
	/*Positionnement*/
	position : absolute;
	top: 0px;
	margin-top: 0px;
	left: 50%;
	margin-left: -400px;
}
.tete, .pied, .corp{
	/*background-color: red;
	border: solid 1px white;
	/*Taille*/
	height: auto;
	width: 100%;
	/*Positionnement*/
	position : relative;
	float: left;
	top: 0px;
	margin: 0px;
	padding: 0;
}
.signature{
	text-align : center;
	font-size : 10px;
	font-weight : bold;
	font-family : Georgia;
	color : #000000;
}
.signature a{
	text-decoration: none;
	color : #FF0000;
}
.corp{
	/*background-color:	#da70d6;*/
	/*border: 1px solid #EDEDED;*/	
}

/******************************** ENCADREMENT ***************************************/
.bandeau{
	background-image:url(../IMAGE/bandeau.jpg);
	background-repeat: no-repeat;
	background-color: #D9D9D9;
	/*Taille*/
	height: 120px;
	width: 100%;
	/*Positionnement*/
	position: relative;
	float : left;
	margin: 0px;
}
fieldset, legend{
	border: 1px solid #D9D9D9;
	padding: 5px;
}
legend{
		font-weight: bold;
}
img{
	border: none;
}

.page{
	/*background-color:	#FFA500;*/
	/*border: 1px dashed red;
	/*Taille*/
	height: auto;
	/*width: 610px; /*Avec la partie info*/
	width: 800px;
	/*Positionnement*/
	position: relative;
	float : left;
	/*margin: 5px;*/
	
}
img {
		margin-left: 0px;
		float : left;
}
p {
	text-align: center;
	font-size : 15pt;
}
.info{
	/*background-color:	#32cd32;*/
	border: 1px dashed #EDEDED;
	/*Taille*/
	height: auto;
	width: 175px;
	/*Positionnement*/
	position: relative;
	float : left;
	margin-top: 5px;
}
/*************************************************************************************************/
.titre{
	font-size: 14pt;
	font-family: Broadway;
	border: 3px double #373737;
	background-color:	#D9D9D9;
	text-align: center;
	color:	#373737;
}

