body {
    text-align: center;
	font-family: "Trebuchet MS", "Arial", "Comic Sans MS", "Times New Roman";/*choix de la police*/
	background-color: #f8f0bd;
	margin:0;
	margin-top:0px;
	padding:0px;
	font-size:13px;
	color: #463d33;
}
a{text-decoration: none;color: #2f27d6;}

a:hover{text-decoration: underline;}

img{border: none; margin:0px; padding:0px;}

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

h1{font-size:16px;margin:0 0 0 0;}

h2{font-size:15px;color:#f9a908;}

h3 {font-size: 13px;text-decoration: underline;}

table {border:none;}
tr {border:none;}
td {border:none;}


input {border:1px solid #f9a908; background-color:#ffffff; color:#8e8888; font-size: 12px; font-weight: bold; text-align: center;}

label {color:#836503;font-size: 12px; font-weight: bold;}

table{ text-align:justify;}

/******************** DESIGN GLOBAL ********************/ 
#global {
	margin : 15px auto 0 auto;
	width: 870px;
	}
#translate{
	text-align:right;
	margin-top: 5px;
	margin-right: 9px;
	}

#header {
	height: 119px;
	background : url('images/headerfond.png') no-repeat;
	}
#header_logo {
	width: 399px;
	height: 88px;
	border: none;
	background: none;
	position:relative;
	top: 10px;
	left: 15px;
	float: left;
	margin: 0px 0 0 0px; 
	}

#menu {
	width: 870px;
	height: 33px;
	background : url('images/menufond.png') no-repeat;
	font-size: 14px;
	}
	#menu a{margin-right:25px;font-size: 14px;}
#main{
	width: 870px;
	background : url('images/fondmain.png') repeat-y;
}
#bottom {
	height: 57px;
	background : url('images/bottom.png') no-repeat;
	}

	
.CentrTexte {
	float: middle;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	}
.GcheTexte {
	float: left;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	}
.DroiteTexte {
	float: right;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	}


