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


body {
	width:100%;
	height: 100%;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background: url(../img/bg.jpg) repeat-x #00385e;
}
div#bg {
	width:100%;
	height: 100%;
	margin: 0px;
	background: url(../img/bg_light.jpg) no-repeat center top;
}
div#conteneur {
	width:810px;
	margin-left: auto;
	margin-right: auto;
}
div.clear {
	clear: both;
}



/* HEADER */

div#header {
	width: 810px;
	height: 185px;
	margin-bottom: 5px;
}
div#header div#logo {
	display:inline-block;
	float: left;
	width: 810px;
	text-align: center;
	z-index: 1;
}
div#header div#flags {
	display:inline-block;
	margin-top: -175px;
	float:right;
	width: 95px;
	height: 21px;
	background: url(../img/bg_flags.png) no-repeat;
	text-align: center;
	z-index: 10;
}



/* INTRO */

div#entrer {
	font-size: 14px;
	color: #fff;
}
div#entrer a {
	color: #fff;
}
div#entrer a:hover {
	color: #000;
}



/* MENU */

div#menu {
	width: 802px;
	height: 30px;
	background: url(../img/bg_menu.png) no-repeat;
	margin-bottom: 10px;
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
}
div#menu div.onglet {
	display: inline-block;
	margin-left:-5px;
	vertical-align: top;
}
div#menu div.onglet a, div#menu div.onglet_selected a {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 6px;
	padding-bottom: 5px;
	color: #0f6896;
	text-decoration: none;
	line-height: 30px;
}
div#menu div.onglet_selected a {
/*color: #ffffff;*/
}
div#menu div.onglet a:hover {
	background: url(../img/bg_onglet_hover.png) repeat-x;
}
div#menu div.onglet_selected {
	display: inline-block;
	margin-left:-5px;
	vertical-align: top;
	background: url(../img/bg_onglet_selected.png) repeat-x;
}
div#menu div.separation_menu {
	display: inline-block;
	height: 30px;
	vertical-align: top;
}



/* CORPS */

div#corps div#corps_contenu {
	width: 742px;
	height: auto;
	background: url(../img/bg_contenu.png) repeat-y;
	padding: 0px 30px 0px 30px;
	font-size: 12px;
}
div#corps img.bottom {
	margin-top: -1px;
}



/* FOOTER */

div#copyr {
	color: #7692a9;
	text-align: center;
	font-size: 10px;
}
div#copyr a {
	color: #7692a9;
	text-decoration: none;
}
div#copyr a:hover {
	color: #ffffff;
	text-decoration: underline;
}



/* CONTENU */

div.titre_page {
	font-size: 18px;
	color: #003366;
	font-family: "Times New Roman", Times, serif;
	font-variant:small-caps;
	letter-spacing: 2px;
}
div.titre_page img {
	margin-right: 5px;
}
hr.separation {
	color: #d0e9f9;
	background-color: #d0e9f9;
	height: 3px;
	border: 0;
	width: 520px;
	float: left;
}
hr.separation_2 {
	color: #c7dae7;
	background-color: #c7dae7;
	height: 3px;
	border: 0;
}
hr.separation_3 {
	color: #d0e9f9;
	background-color: #d0e9f9;
	height: 3px;
	border: 0;
	width: 747px;
	margin-bottom: 20px;
}
div.box_blanche_petite {
	display: inline-block;
	width: 200px;
	float:right;
	margin-top: -30px;
}
div.box_blanche_petite hr {
	color: #78a4c9;
	background-color: #78a4c9;
	height: 1px;
	border: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.box_blanche_cartes {
	display: inline-block;
	width: 200px;
	float:right;
	margin-top: 10px;
}
div.box_contact_produits {
	display: inline-block;
	width: 200px;
	float:right;
	margin-top: 20px;
}
div.box_blanche_petite_contenu {
	display: inline-block;
	width: 182px;
	text-align: justify;
	padding: 0px 10px 0px 10px;
	background: url(../img/box_blanche_petite_bg.png) repeat-y;
}
div.box_blanche_petite_contenu a {
	color: #003366;
}
div.box_blanche_petite_contenu a:hover {
	color: #006699;
}
div.texte {
	display: inline-block;
	width: 520px;
	float:left;
	text-align: justify;
}
div.texte2 {
	display: inline-block;
	width: 750px;
	float:left;
	text-align: justify;
}



/* NEWS */

div.box_news {
	width: 747px;
	margin-left: auto;
	margin-right: auto;
}
div.box_news a {
	color: #003366;
}
div.box_news a:hover {
	color: #006699;
}
div.box_news_contenu {
	display: inline-block;
	width: 727px;
	text-align: justify;
	padding: 0px 10px 0px 10px;
	background: url(../img/box_blanche_petite_bg.png);
}
div.box_news_contenu div.titre_news {
	display: inline-block;
	width: 600px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
div.box_news_contenu div.date_news {
	display: inline-block;
	width: 100px;
	float: right;
	text-align: right;
	color: #1f8bc4;
}
div.pages {
	text-align: center;
}
div.pages a {
	color: #003366;
}
div.pages a:hover {
	color: #ffffff;
}



/* CONTACT */

table.contact tr {
	height: 32px;
}
table.contact input[type=text] {
	/*background-color: #d8effa;
	border: 1px #78a4c9 solid;
	font-size: 11px;
	width: 160px;*/
	
	
	background: url(../img/text_form_bg.png) no-repeat;
	width: 160px;
	height: 18px;
	border: 0;
	padding-left: 5px;
	padding-top: 3px;
}
table.contact input[type=text].long {
	/*	background-color: #d8effa;
	border: 1px #78a4c9 solid;
	font-size: 11px;
	width: 410px;*/
	
	
	
	background: url(../img/text_form_bg_long.png) no-repeat;
	width: 385px;
	height: 18px;
	border: 0;
	padding-left: 5px;
	padding-top: 3px;
}
table.contact textarea {
	border: 1px #78a4c9 solid;
	background-color: #d8effa;
	font-size: 11px;
	margin-top: 10px;
	width: 493px;
	padding-left: 5px;
	padding-top: 5px;
}
table.contact input[type=submit] {
	background-color: #d8effa;
	border: 1px #78a4c9 solid;
	color: #000000;
	cursor: pointer;
	width: 95px;
	margin-right: 3px;
}
table.contact select {
	background-color: #d8effa;
	width: 165px;
	border: 1px #78a4c9 solid;
}
table.contact input[type=radio] {
	vertical-align:bottom;
}
.userform {
	display: none;
}
div#messagebox {
}
div#message {
	color: #FF0000;
	background-color: #d8effa;
	width:510px;
	border: 1px #78a4c9 solid;
	padding-left: 10px;
	padding-bottom: 3px;
}
span.oblig {
	color: #FF0000;
}
form fieldset {
	padding: 10px;
	border: 1px solid #557794;
	margin:0;
	display: block;
}
form fieldset legend {
	padding: 4px;
	border: 1px solid #557794;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0px;
}



/* PRODUITS */

div.lieu_produit {
	font-size: 16px;
	margin-bottom: 10px;
	color:#003b63;
}
ul.services {
	padding:0;
	margin:0;
	padding-left: 25px;
	list-style-image: url(../img/arrow_right.gif);
}
div.fiche_produit {
	display: inline-block;
	background: url(../img/produits/bg_fiche.png) no-repeat;
	width:225px;
	height: 123px;
	margin-bottom: 20px;
}
div.nom_produit {
	padding-top: 7px;
	padding-bottom: 5px;
}
div.photo_produit {
	height: 60px;
}
div.descriptif{
font-size: 13px;
padding-left: 2px;

}




table.fiche_produit {
	display: inline-table;	
	width:225px;
	margin-bottom: 20px;
}

table.fiches_produit {
	text-align: center;
	margin-bottom: 20px;
}
table.fiches_produit div.info_produit, table.fiches_produit div.nom_produit {
	width:215px;
	margin-left: 5px;
}
table.fiches_produit div.info_produit{
	padding-top: 5px;
}
table.fiches_produit tr.bg td{
		background: url(../img/produits/bg_fiche.jpg) repeat-y;
}
table.fiches_produit tr.bg td.vide{
		background: none;
}







div.illus{
display: inline;
}
div.illus img, div.illus_millieu img{
border: 1px solid #003399;
}
div.illus_millieu{
display: inline;
margin-right:5px; margin-left:5px;
}




div.illus_2{
display: inline;
}
div.illus_2 img, div.illus_millieu_2 img{
border: 1px solid #003399;
}
div.illus_millieu_2{
display: inline;
margin-right:7px; margin-left:7px;
}




div.titre_box{
font-size: 18px;
font-family:"Times New Roman", Times, serif;
color:#4F4894;
text-align: center;
text-transform:uppercase;
}
