/* FEUILLE DE STYLE */
body {
	background-color: #CBCBCB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.corps {
	width: 800px;
}

.cellule_1 {
	width: 190px;
	height: 400px;
	text-align: left;
	vertical-align: top;
}

.cellule_2 {
	width: 610px;
	height: 35px;
	text-align: right;
}

.cellule_3 {
	width: 610px;
	height: 400px;
	vertical-align: top;	
}

.interieur {
	width: 610px;
	background-color: #DCDCDC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1B274E;
}

.cellule_interieur1 {
	width: 60px;
	height:23px;
}

.cellule_interieur2 {
	width: 550px;
	height: 23px;
}

.cellule_interieur3 {
	width: 109px;
	background: url(images/fondint.gif);
	vertical-align: top;
}

.cellule_interieur4 {
	width: 109px;
	height: 11px;
	background: url(images/fondint.gif);
	vertical-align: bottom;
}

.cellule_interieur5 {
	width: 501px;
	background-color: #EAEAEA;
}

.cellule_interieur6 {
	width: 50px;
	height: 50px;
	background-color: #EAEAEA;
}

.cellule_interieur7 {
	width: 200px;
	height: 50px;
	background-color: #EAEAEA;
}

.cellule_interieur8 {
	width: 60px;
	height: 20px;
	background-color: #EAEAEA;
}

.cellule_interieur9 {
	width: 200px;
	height: 20px;
	background-color: #EAEAEA;
}

.cellule_interieur10 {
	width: 150px;
	height: 20px;
	background-color: #EAEAEA;
	text-align: right;
}

.cellule_interieur11 {
	width: 351px;
	height: 20px;
	background-color: #EAEAEA;
	font-weight: bold;
}

.photo {
	width: 660px;
	background-color: #EAEAEA;
	border: 1px #000000 solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
}

.imprimer {
	width: 500px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1B274E;
}

.cellule_imprimer1 {
	width: 150px;
	height: 20px;
	text-align: right;
}

.cellule_imprimer2 {
	width: 350px;
	height: 20px;
	text-align: left;
	font-weight: bold;
}


input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

a:active,a:visited,a:link {
color: #1B274E;
text-decoration: none;
}

a:hover {
color: #1B274E;
text-decoration: none;
}