body {
	background: #ffffff;
	font-size: 13px;
	font-family: Verdana, Arial;
	text-align: justify;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
.color_blue {
	color: #007aa6;
}
h1 {
	margin-bottom: 40px;
	font-size: 1.3em;
	color: #007aa6;
}
h2 {
	font-size: 1.1em;
	margin-bottom: 10px;
}
#contenu p {
	margin-bottom: 10px;
}
#contenu article, #contenu .p_margin_b_plus  {
	margin-bottom: 35px;
}
#contenu  #col_gauche .last {
	margin-bottom: 80px;
}
a {
	color: #007aa6;
	text-decoration: none;
}
a:hover {
	color: #908f8f;
}
.little_font_size {
	font-size: 0.8em;
}
.Commentaires {
	color: #908f8f;
	font-style:italic;
}

/* ******* */
/* en-tête */
/* ******* */
header {
	background: url(../img/bg_header.png) top left no-repeat;
	height: 128px;
}
#logo {
	margin-left: 70px;
	margin-top: 20px;
}

/* ************** */
/* menu principal */
/* ************** */
#menu_principal {
	background: #343434;
	height: 25px;
	text-align: center;
}
ul {
	margin: 0;
}
#menu_principal ul {
	list-style: none;
	padding: 0;
}
#menu_principal li {
	display: inline-block;
	padding-top: 3px;
}
#menu_principal a {
	text-decoration: none;
	display: block;
	padding: 0 30px;
	color: #ffffff;
	font-size: 1.1em;
	border-left: 1px solid #ffffff;
}
#menu_principal a:hover {
	color: #908f8f;
}
#menu_principal .first_link {
	border-left: none;
}
.float_left {
	float: left;
}

/* ******* */
/* Contenu */
/* ******* */
#contenu {
	border-right: 20px solid #343434;
	border-bottom: 20px solid #343434;
	border-radius: 0 0 50px 0;
	background: url(../img/bg_content.png) top left repeat-y;
}

/* ***************** */
/* Colonne de gauche */
/* ***************** */
#col_gauche {
	padding: 0 10px;
	padding-right: 20px;
	width: 760px;
	padding-top: 70px;
}
/* Contact */
#form_contact {
	margin-left: 105px;
	width: 555px;
	margin-bottom: 70px;
}
#form_contact p {
	margin-bottom: 10px;
}
#sous_col_d {
	margin-left: 300px;
}
input {
	width: 250px;
	outline-style: none;
}
textarea {
	outline-style: none;
}
#demande_contact {
	width: 550px;
}
#case_contact {
	width: 20px;
}
#envoi_contact {
	width: 100px;
	margin-left: 455px;
	background: #007aa6;
	color: #ffffff;
}
#wrapper .no_margin_bottom {
	margin-bottom: 0;
}

/* ***************** */
/* Colonne de droite */
/* ***************** */
#col_droite {
	width: 150px;
	margin-left: 790px;
}
.img_col_droite {
	width: 150px;
	height: auto;
}

/* ****** */
/* footer */
/* ****** */
footer {
	position: relative;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 20px;
	font-size: 0.9em;
}
#lien_mentions {
	position: absolute;
	right: 63px;
	top: -18px;
}
footer a {
	color: #ffffff;
}
#prise_usb {
	position: absolute;
	left: -1px;
	bottom: -7px;
}

