* {
	margin:0;
	padding:0;
}
/* tableau global */

.tab_global {
	color:#000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width:742px;
}

.tab_global table {
	color:#000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width:742px;
}


/* interface */

.header {
	background:url(images/header.jpg) no-repeat top left;
	height:122px;
}

.contact_h {
	/*padding-top:20px;*/
}

.contact_h a {
	height:40px;
	background:#FFC000;
	color:#333;
	font-weight:bold;
	text-decoration:none;
	display:block;
	
	
}

.contact_h p {
	padding-top:10px;
	text-align:center;
}


.contact_h a:hover {
	text-decoration:underline;
	background:#FFCC00;
	
}



.bloc_b {
	/*height:65px;*/
	background:#114201;
	padding:20px 0px;
}

.bt_b {
	margin-left:215px;	
}


.bt_b p {
	padding-top:9px;
	text-align:center;
}

.bt_b a {
	display:block;
	color:#333;
	font-weight:bold;
	text-decoration:none;
	background:#FFC000;
	height:50px;
	width:300px;
}

.bt_b a:hover {
	text-decoration:underline;
	background:#FFCC00;
}




