@charset "utf-8";
/* CSS Document */

body{
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;	
}

.tab_fond{
	background:url(images/fond_degrade.jpg) left top repeat-y;
}

.bloc_menu{
	height:30px;
	background-color:#004494;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding-left:40px;
}

a .bouton{
	width:241px;
	height:22px;
	padding-top:8px;
	text-align:center;
	cursor:pointer;
	float:left;
	background-color:#004494;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

a:hover .bouton{
	width:241px;
	height:22px;
	padding-top:8px;
	text-align:center;
	cursor:pointer;
	float:left;
	background-color:#2064b3;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.tab_contenu{
	border:1px solid #555555;
}

.tab_contact{
	border:1px solid #004494;
	background:url(images/fond_contact.jpg) right bottom no-repeat;
}

.footer{
	height:20px;
	background-color:#004494;
	color:#FFFFFF;
	font-size:11px;
	padding-top:5px;
	padding-bottom:5px;
}

.titre{
	font-size:18px;
	font-weight:bold;
	color:#004494;
}

.texte_normal{
	font-size:11px;
	color:#333333;
}

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

.btn{
	cursor:pointer;
	border:2px solid #788391;
	background-color:#FFFFFF;
	color:#788391;
	font-weight:bold;
}

.marge_image{
	float:left;
	padding-right:10px;
}

.image{
	border: 1px solid #788391;
}

.texte_gros{
	font-size:14px;
	color:#788391;
}

.gros_titre{
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
