body{
	font-family: Arial;
	font-size: 11px;
	text-align: center;
}

table{
	font-family: Arial;
	font-size: 11px;
}

#global{
	width: 967px;
	background-image: url(images/structure/bg_repete.jpg);
	margin-left: auto;
    margin-right: auto;
}

#entete{
	background-image: url(images/structure/bg_haut.jpg);
	background-repeat: no-repeat;
}

#pied{
	background-image: url(images/structure/bg_bas.jpg);
	height:  38px;
	clear: both;
}

#principal{
	text-align: left;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
}

#img-entete{
	margin-top: 13px;
}

#cadre_g{
	float:left;
	width: 440px;
	eight: 280px;
}

#cadre_d{
	float:right;
	width: 440px; 
}

#cadre_g2{
	float: left;
	width: 260px;
	height: 280px;
}

#cadre_d2{
	float: left;
	width: 560px; 
	margin-right: 40px;
}

h1{
	font-family: Arial;
	font-size: 14px;
	text-align: left;
	margin-bottom: 4px;
	margin-top: 4px;
}

h2{
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	margin-bottom: 4px;
	margin-top: 4px;
}

p{
	margin: 0px;
	text-align: justify;
}

img{
	border: 0;
}

.miniature{
	margin-left: 10px;
}

.erreur{
	color: red;
	font-style: italic;
}

.liens{
	margin-top: 0px;
	margin-bottom: 4px;
}

label{
	float: left;
	width: 150px;
	font-weight: bold;
}

input, select, textarea{
	font-family: Arial;
	font-size: 11px;
}
}