@charset "iso-8859-1";
/* Titres */
/*CSSEditor|content,title|Tous les titres*/
h1, h2, h3, h4, h5, h6 {
	font-family: 'lato',Arial, sans-serif;
	font-weight: bold;
	line-height: normal;
	margin: 10px 0;
}

a, li, img {
transition:all 0.3s ease 0s!important;	
	}
/*CSSEditor|content,title|Titres de niveau 1*/
h1 {
	color: #0097C7;
	font-size: 2em;
	font-weight: normal;
}
/*CSSEditor|content,title|Titres de niveau 2*/
h2 {
	color: black;
	font-size: 1.8em;
	font-weight: normal;
}
/*CSSEditor|content,title|Titres de niveau 3*/
h3 {
	color: #0097C7;
	font-size: 1.6em;
}
/*CSSEditor|content,title|Titres de niveau 4*/
h4 {
	color: #1FBDF0;
	font-size: 1.4em;
}
/*CSSEditor|content,title|Titres de niveau 5*/
h5 {
	color: #0097C7;
	font-size: 1.3em;
}
/*CSSEditor|content,title|Titres de niveau 6*/
h6 {
	color: #1FBDF0;
	font-size: 1.2em;
}
/* Liens */
/*CSSEditor|content,link|Apparence générale*/
a:link {
	color: #0097C7;
	text-decoration: none;
}
/*CSSEditor|content,link|Lien déjà visité*/
a:visited {
	color: #b200c7;
}
/*CSSEditor|content,link|Lien actif*/
a:hover, a:active {
	color: #1dcaff;
	text-decoration: underline;
}
* html a:active, * html a:hover, * html a:link, * html a:visited {
	color: #FFCC00;
	text-decoration: none;
}
/* IE n'interprète pas les pseudo-éléments :after, ceci ne sera donc pas affiché pour IE */
#contents a.LinkOut:after {
	color: #bbb;
	content: " ["attr(hreflang)"]";
	font-weight: normal;
	text-decoration: none;
}
/* Blocs de Medias */
.medias {
	margin: 10px 0;
}
.medias .flash {
}
.medias .audio, .medias .video, .medias .center {
	text-align: center;
}
.medias .right {
	text-align: right;
}
.medias .left {
	text-align: left;
}
.medias img {
	margin: 5px;
}
.medias a, .medias a:hover, .medias a:visited {
	background: none;
	text-decoration: none;
}
.medias .description {
	display: none;
}
/****/ /* CONTENU WIKI & Cie. */ /*****/
/*CSSEditor|content,others|Paragraphe*/
p {
	margin: 5px 0;
}
/*CSSEditor|content,others|Texte en gras*/
strong {
	font-weight: bold;
}
/*CSSEditor|content,others|Texte en italique*/
em {
	font-style: italic;
}
address {
	color: #366;
}
address:before {
	content: "Adresse : \A";
}
/*CSSEditor|content,others|Texte préformaté*/
pre {
	background: #f0f6f7;
	border: 1px solid #0097C7;
	font-family: Courier, MS Courier New, Prestige, Everson Mono;
	font-size: 1.1em;
	margin: 20px auto;
	overflow: auto;
	padding: 5%;
	width: 80%;
}
code {
	background: #44bb34;
	color: #ffffff;
	font-family: Courier, MS Courier New, Prestige, Everson Mono;
	font-size: 1.1em;
	padding: 2px;
}
/* astuce css pour les blocs de citation: http://notes.natbat.net/2006/11/21/inineimagequotes/ */
blockquote {
	background: url(/common_images/skin001/quotes1.png) no-repeat 0 2px;
	margin: 10px 50px;
	text-indent: 25px;
}
blockquote p {
	background: url(/common_images/skin001/quotes2.png) no-repeat bottom right;
	display: inline;
	margin: 0;
	padding-right: 24px;
}
cite {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 1.1em;
	padding: 0 3px 0 3px;
}
acronym {
	border-bottom: 1px dashed #1FCAFF;
	cursor: help;
}
q {
	color: #0097C7;
	font-style: italic;
}
q:after {
	content: " ' Source: "attr(cite)" ";
	font-size: 1em;
}
/*CSSEditor|content,list|Apparence générale|list*/
ul {
	color: #616161;
	list-style: none;
	margin: 5px 0 5px 25px;
}
/*CSSEditor|content,list|Eléments des listes*/
ul li {
	background: url(/common_images/skin001/ul.gif) no-repeat 0 7px;
	padding: 0 0 0 0px;
}
/*CSSEditor|content,list|Liste ordonnée|list*/
ol {
	color: #616161;
	list-style: inside decimal-leading-zero;
	margin: 5px 0 5px 25px;
}
hr {
	border-bottom: 2px ridge #61615f;
	border: 0;
}
.separator {
	clear: both;
	visibility: hidden;
}
/*** Liste de definitions ***/
dl {
	margin: 10px 5px;
}
dt {
	color: #1e1e1c;
	font-size: 1.1em;
	font-weight: bold;
}
dd {
	font-style: normal;
	margin: 0;
	padding: 0;
	text-indent: 10px;
}
/*** Tableaux ***/
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0px solid #0097C7;
	font-size: 1em;
	margin: auto;
	width: 100%;
}
table caption {
	color: #0097C7;
	font-size: 1.3em;
	font-weight: bold;
	margin: 5px 0;
	text-align: left;
}
th {
	background: #ccc;
	border: 0px solid #0097C7;
	color: #0097C7;
	font-size: 1.1em;
	font-weight: bold;
	padding: 2px;
}
td {
	border: 0px solid #0097C7;
	padding: 2px;
}
/*elements de mise en page dans la zone de contenu*/
.une_colonne, .deux_colonnes {
	clear: both;
	display: inline;
}
.colleft {
	float: left;
	margin: 0 2% 0 0;
	margin: 0;
	padding: 0;
	width: 47%;
}
.colright {
	float: left;
	margin: 0;
	padding: 0;
	width: 48%;
}
.intext_left {
	float: left !important;
	padding: 5px !important;
}
.intext_right {
	float: right !important;
	padding: 5px !important;
}
.above_left {
	text-align: left;
}
.above_right {
	text-align: right;
}
.above_center {
	text-align: center;
}
.below_center {
	text-align: center;
}
.below_right {
	text-align: right;
}
.below_left {
	text-align: left;
}
.above_center img, .above_right img, .above_left img, .below_center img, .below_right img, .below_left img {
	float: none !important;
}
.center {
	text-align: center;
	width: 100%;
}
.left {
	text-align: left;
	width: 100%;
}
.right {
	text-align: right;
	width: 100%;
}
input, textarea {
	background: #CCC;
}
#page {
  min-height: 700px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}


#page #banner {
  background: rgba(0, 0, 0, 0) url("/images/banner_fond.jpg") repeat-y scroll center / 100% auto;
  height: 250px;
  margin: 0;
  padding: 0;
  width: 100%;
}
/*CSSEditor|structure,global|Zone intérieure*/
#page #wrapper {
  min-height: 470px;
  margin: 0;
  padding: 0;
  width: 100%;
}
#page #conteneur {
	background: transparent;
	border: 0px solid #000;
	padding: 0 210px 0 0px;
	float: left;
	margin: 0;
}
#page #contents {
	background: transparent;
	padding: 10px;
	margin: 0;
	width: 450px;
	height: 400px;
	border: 0px solid #666;
}
/*CSSEditor|structure,global|Zone de contenu*/
#page #contents #main {
	background: transparent;
	width: 540px;
	height: 400px;
	margin: 0;
	padding: 0;
}
/*CSSEditor|structure,global|Colonne de gauche*/

#page #leftbar {
	background: transparent;
	float: left;
	height: 500px;
	width: 115px;
	margin: 0 0 0 -900px;
	padding: 0 0 0 10px;
}
* html #page #leftbar {
	height: 500px;
}
/*CSSEditor|structure,global|Colonne de droite*/
#page #rightbar {
	background: #CCC url(../images/fond_right.png) no-repeat 0 100%;
	float: left;
	width: 190px;
	padding: 5px;
	height: 98%;
	margin: 0 0 0 -205px;
}
* html #page #rightbar {
	height: 100%;
}
/* End structure/mainPage.html */

* html #page.flash {/*-------------------------------------IE6-------------------------------------*/
}
/*CSSEditor|structure,global|Zone de pied de page*/

#footer {
  background: rgba(255,255,255,0.5);
  height: 30px;
  margin: 0;
  padding: 15px 0;
  width: 100%;
}
/*CSSEditor|structure,global|Zone de signature*/

#signature {
	position: relative;
	width: 900px;
	height: 15px;
	margin: 0 auto 50px auto;
	padding: 0;
}
#signature p {
	text-align: center;
	font-size: 1em;
	font-family: 'Geneva', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	line-height: 13px;
	word-spacing: 0;
	letter-spacing: 0;
}
/* Begin structure/error.html */

.spec {
	color: #CC0000;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	width: 930px;
	margin: 0 auto;
}
#page #error_page {
}
/* End structure/error.html */
/*CSSEditor|menu,level_1|Zone globale*/
#not_nested {
  background: rgba(0, 0, 0, 0) url("../images/fond_nested.png") repeat-x scroll 0 0;
  height: 50px;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #F92483;
}
/*#not_nested ul{
		padding:0;
	    margin:0;
	}*/
* html #not_nested {/*------------------------------IE6--------------------------------*/
	padding: 0;
	margin: 0;
}
#menu, #menu ul /* Liste */ {
	padding : 0; /* pas de marge intérieure */
	margin : 0; /* ni extérieure */
	list-style : none; /* on supprime le style par défaut de la liste */
	line-height : 21px; /* on définit une hauteur pour chaque élément */
	text-align : center; /* on centre le texte qui se trouve dans la liste */
}
#menu {
  font-family: 'lato',Arial;
  font-size: 20px;
}

#menu a {
  background: transparent none repeat scroll 0 0;
  color: #fff;
  display: block;
  height: 47px;
  padding: 3px 0 0;
  text-decoration: none;
  width: 100%;
  line-height: 45px;
}
#menu li {
  border-right: 0 solid #fff;
  display: inline-block;
  float: none;
  width: 18%;
}
#menu li ul li a {
	color: #FFFFFF;
}
/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li {
	border-right: 0px solid transparent; /* on met une bordure transparente à droite de chaque élément */
}
#menu li ul /* Sous-listes */ {
	position: absolute; /* Position absolue */
	width: 135px; /* Largeur des sous-listes */
	left: -999em; /* Hop, on envoie loin du champ de vision */
}
#menu li ul li /* Éléments de sous-listes */ {
	/* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
	border-top : 1px solid #fff; /* on met une bordure blanche en haut de chaque élément d'une sous liste */
	background: #FF0066;
	font-size: 12px;
}
/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li {
	border-top : 1px solid transparent; /* on met une bordure transparente en haut de chaque élément */
}
#menu li ul ul {
	margin : -22px 0 0 144px; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */
	/* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
	border-left : 0px solid #fff; /* Petite bordure à gauche pour ne pas coller ... */
}
/* IE ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */
html>body #menu li ul ul {
	border-left : 0px solid transparent; /* on met une bordure transparente sur la gauche de chaque élément */
}
#menu a:hover /* Lorsque la souris passe sur un des liens */ {
	color: #000; /* On passe le texte en noir... */
	background: #FFCC33; /* ... et au contraire, le fond en blanc */
}
#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */ {
	left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}
#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */ {
	left: auto; /* Repositionnement normal */
	min-height: 0; /* Corrige un bug sous IE */
}
a.mprodup {
	background: #FFCC33!important;
	color: #000!important;
}
/*--------------------------------SIMPLE----------------------------------------*/

#lien_droite {
	float: right;
	margin: 26px 0 0 0;
	width: 360px;
}
#simple, #simple ul /* Liste */ {
	padding : 0; /* pas de marge intérieure */
	margin : 0; /* ni extérieure */
	list-style : none; /* on supprime le style par défaut de la liste */
	line-height : 21px; /* on définit une hauteur pour chaque élément */
	text-align : center; /* on centre le texte qui se trouve dans la liste */
}
#simple /* Ensemble du menu */ {
	font-weight : bold; /* on met le texte en gras */
	font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
	font-size : 12px; /* hauteur du texte : 12 pixels */
}
#simple a /* Contenu des listes */ {
	display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
	padding : 0; /* aucune marge intérieure */
	background : transparent; /* couleur de fond */
	color : #000; /* couleur du texte */
	text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
	width : 120px; /* largeur */
	height: 25px;
}
#simple li /* Elements des listes */ {
	float : left;
	/* pour IE qui ne reconnaît pas "transparent" */
	border-right : 0px solid #fff; /* on met une bordure blanche à droite de chaque élément */
}
/* IE ne reconnaissant pas le sélecteur ">" */
html>body #simple li {
	border-right: 0px solid transparent; /* on met une bordure transparente à droite de chaque élément */
}
#simple li ul /* Sous-listes */ {
	position: absolute; /* Position absolue */
	width: 120px; /* Largeur des sous-listes */
	left: -999em; /* Hop, on envoie loin du champ de vision */
}
#simple li ul li /* Éléments de sous-listes */ {
	/* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
	border-top : 1px solid #fff; /* on met une bordure blanche en haut de chaque élément d'une sous liste */
	background: #ccc;
}
/* IE ne reconnaissant pas le sélecteur ">" */
html>body #simple li ul li {
	border-top : 1px solid transparent; /* on met une bordure transparente en haut de chaque élément */
}
#simple li ul ul {
	margin : -22px 0 0 144px; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */
	/* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
	border-left : 0px solid #fff; /* Petite bordure à gauche pour ne pas coller ... */
}
/* IE ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */
html>body #simple li ul ul {
	border-left : 0px solid transparent; /* on met une bordure transparente sur la gauche de chaque élément */
}
#simple a:hover /* Lorsque la souris passe sur un des liens */ {
	color: #000; /* On passe le texte en noir... */
	background: #fff; /* ... et au contraire, le fond en blanc */
}
#simple li:hover ul ul, #simple li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */ {
	left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}
#simple li:hover ul, #simple li li:hover ul, #simple li.sfhover ul, #simple li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */ {
	left: auto; /* Repositionnement normal */
	min-height: 0; /* Corrige un bug sous IE */
}
li.contact_right {
	width: 135px;
	float: right!important;
	margin: 0 30px 0 0;
	background: transparent!important;
}
li.contact_right a {
	background: url(../images/contact.png) no-repeat center 2px!important;
}
li.contact_right a:hover {
	background: #FFF url(../images/contact1.png) no-repeat center 2px!important;
}
#page_index #footer_index {
	width: 900px;
	height: 30px;
	margin: 0;
	padding: 0;
}
#footer_index ul {
	margin: 0;
	padding: 0;
	height: 40px;
	width: 900px;
	text-align: center;
}
#footer_index ul li {
}
#footer_index ul li.spe {
	padding: 0px 6px 3px 6px;
	margin: 0 5px 0 5px;
}
#footer_index ul li img {
	padding: 0;
	margin: 0;
}
#footer_index ul li a {
	color: #333399;
}
#footer_index ul li a:link {
	color: #333399;
}
#footer_index ul li a:visited {
	color: #333399;
}
#footer_index ul li a:hover {
	color: #FF0000;
	text-decoration: none;
}
#footer_index ul li a:active {
	color: #333399;
}
#signature .adresse {
	text-align: center;
	width: 900px;
	margin: 0 auto;
}
/*-----------------------------ESPACE HEIGHT -------------------------------*/
.espace_2 {
	height: 2px;
}
.espace_5 {
	height: 5px;
}
.espace_10 {
	height: 10px;
}
.espace_20 {
	height: 20px;
}
.espace_30 {
	height: 30px;
}
.espace_40 {
	height: 50px;
}
.espace_50 {
	height: 50px;
}
.espace_60 {
	height: 60px;
}
.espace_65 {
	height: 65px;
}
.espace_70 {
	height: 70px;
}
/*-------------------------------META------------------------------*/
.meta {
	margin: 15px auto 0 auto;
	position: relative;
	width: 900px;
	height: 15px;
	text-align: center;
}
.meta p {
	font-size: 1em;
	font-family: 'Geneva', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
}
/*-------------------------------BANNER------------------------------*/

#logo_banner .logo {
  height: 200px;
  margin: 10px 0 0 50px;
  width: 50%;
  background: url(/images/logo.png) no-repeat center / 100% auto;
}
#logo_banner .slogan {
	margin: 0 0 0 180px;
	width: 323px;
	height: 112px;
}
/*-------------------------------PAGE PRESEN------------------------------*/
#cont_actu {
	width: 240px;
	height: 310px;
	padding: 0;
	margin: 0 auto;
}
#cont_actu h3 {
	color: #fff;
	height: 24px;
	padding: 0!important;
	margin: 5px 0 0 2px!important;
	font-size: 24px;
}
#cont_actu #marqueecontainer {
	height: 310px;
	overflow: hidden;
	padding: 0;
	/*-moz-border-radius-topright: 10px;
-webkit-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-radius-bottomright: 10px;*/
	position: relative;
	top: 0;
	left: 3px;
}
/* modif CONT PArticulier --> */

#cont_actu .l_actu, #cont_actu .l_actu2 {
	border-bottom: 2px dotted #FFF;
	clear: both;
}
#cont_actu .l_date {
	color: #FF0000;
	color: #FFCC00;
	font-size: 1em;
	text-align: right;
	font-weight: bold;
}
#cont_actu .l_titre {
  float: left;
  font-weight: normal;
  margin: 10px 0 ;
  text-align: left;
  font-size: 120%;
}
#cont_actu .l_titre a {
  color: #000;
  font-size: 1.6em;
  font-weight: normal;
  padding: 0;
  text-decoration: none;
  line-height: 130%;
}

#slogan {
  background: url(/images/slogan.png) no-repeat center;
  width: 268px;
  height: 78px;
  float: right;
  margin: -151px 50px 0 0;
}
#cont_actu .l_titre a:hover {
	color: #FF0000;
}
#cont_actu .l_actu_det {
	text-indent: 0;
}
#cont_actu .l_actu_det .description {
	font-size: 1em!important;
	line-height: 14px;
	color: #000;
}
#cont_actu .l_actu .l_img a img, #cont_actu .l_actu2 .l_img a img {
  float: left;
  margin: 3px 10px 3px 0;
}
#cont_actu .zoom {
	float: left;
	border: 0px solid;
	text-align: right;
	margin: 0;
}
#cont_actu .l_actu2 .zoom {
	display: none;
}
/*----------------------------------CARTOUCHE LIENS-------------------------------------*/
	
#link #link ul /* Liste */ {
	padding : 0; /* pas de marge intérieure */
	margin : 0; /* ni extérieure */
	list-style : none; /* on supprime le style par défaut de la liste */
	line-height : 21px; /* on définit une hauteur pour chaque élément */
	text-align : center; /* on centre le texte qui se trouve dans la liste */
}
#link /* Ensemble du menu */ {
	width: 600px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	font-weight : bold; /* on met le texte en gras */
	font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
	font-size : 12px; /* hauteur du texte : 12 pixels */
}
#link a /* Contenu des listes */ {
	display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
	padding : 0; /* aucune marge intérieure */
	background : transparent; /* couleur de fond */
	color: #000; /* couleur du texte */
	text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
	width : 100px; /* largeur */
	height : 22px;
}
#link a:link {
	color: #000; /* couleur du texte */
}
#link a:visited {
	color : #666; /* couleur du texte */
}
#link a:hover {
	color: #FF3300;/* couleur du texte */
	border-bottom: 3px solid #FF3300;
}
#link a:active {
	color : #000; /* couleur du texte */
}
#link li /* Elements des listes */ {
	float : left;
	/* pour IE qui ne reconnaît pas "transparent" */
	border-right : 0px solid #fff; /* on met une bordure blanche à droite de chaque élément */
	margin: 0 0 0 10px;
	text-align: center;
}
/* IE ne reconnaissant pas le sélecteur ">" */
html>body #link li {
	border-right: 0px solid transparent; /* on met une bordure transparente à droite de chaque élément */
}
/*---------PAGE CONTACT----------------------------------------------------------*/

#main_pres #bloc_contact #contact {
	margin: 0 auto;
	width: 800px;
	padding: 0;
}
#bloc_contact #contact h2 {
	color: #FFF!important;
	font-size: 2em!important;
	font-weight: bold;
	text-align: left;
	padding: 0;
	width: 550px;
	border-bottom: 1px solid #FFF;
}
.intro_contact {
	color: #000!important;
	font-size: 1.2em!important;
	font-weight: bold;
	text-align: center;
	padding: 0;
	width: 500px;
	margin: 0 auto;
}
#bloc_contact #contact #form {
	overflow-y: auto;
	width: 500px;
	height: 270px;
	margin: 0 auto;
	padding: 0;
}
#bloc_contact #contact fieldset {
	font-size: 1.2em;
	font-family: 'Arial', Helvetica, sans-serif;
	padding: 0;
	margin: 0 auto;
	width: 370px;
	border: 1px solid #FF0099;
}
#contact fieldset p {
	color: #000;
	font-size: 1.2em;
	text-align: center;
	padding: 0;
	margin: 15px 0 0 0;
}
#bloc_contact #contact fieldset legend {
	font-weight: bold;
	font-size: 1.3em;
	font-family: 'Arial', Helvetica, sans-serif;
	color: #FF0099;
	margin: 0 0 0 15px;
	padding: 0 3px 0 3px;
}
#bloc_contact #contact fieldset .bloc {
	margin: 5px;
	width: 380px;
}
#bloc_contact #contact fieldset .bloc textarea {
	width: 400px;
	height: 80px;
	margin: 0 auto;
}
#bloc_contact #contact fieldset .bloc .champs {
	width: 130px;
	float: left;
	text-align: right;
}
#contact #form .bloco {
	width: 300px;
	text-align: center;
	margin: 0 auto;
}
#bloc_contact #contact fieldset label {
	width: 230px;
	text-align: right;
	color: #660033;
	font-weight: bold;
}
#bouton_valide {
	width: 300px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
#bouton_valide input {
	background: none;
}
.obligatoire {
	color: #CC0033;
	font-size: 1em;
	font-family: 'Verdana', Helvetica, sans-serif;
	font-weight: bold;
}
/*------------------------------PAGE CONTACT VALIDATION-------------------------------*/

#page_valide {
	background: #fff;
	margin: 20px auto 5px auto;
	position: relative;
	width: 450px;
	border: 1px solid #FF0066;
}
#banner_valide {
	text-align: center;
}
#slogan_valide h2 {
	text-align: center;
	color: #CC0000;
}
#wrapper_valide {
	background: url(../img/contact_valide.jpg) no-repeat 0 0;
	width: 450px;
	height: 40px;
	padding: 0;
	margin: 0;
	text-align: center;
}
#wrapper_valide .send {
	font-family: 'Geneva', Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #333333;
	padding: 3px;
}
#adresse_valide {
	width: 510px;
	margin: 0 auto 15px auto;
	text-align: center;
	color: #000;
}
#adresse_valide p {
	font-family: 'Geneva', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	padding: 0;
	margin: 0;
}
#adresse_valide_back {
	width: 450px;
	margin: 0 auto;
	text-align: center;
}
#adresse_valide_back a {
	background: #fff;
	font-family: 'Geneva', Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #FF3333;
	padding: 3px;
}
.bonreduction {
	background: #FF0066;
	height: 20px;
}
.bonreduction a {
	font-size: 1.6em;
	font-weight: bold;
	color: #FFF;
}
.bonreduction a:hover {
	color: #000;
}
/*---------PAGE MENTIONS LEGALES----------------------------------------------------------*/
#bloc #mentions {
	margin: 0 0 0 20px;
	padding: 0;
	width: 600px;
	height: 380px;
	overflow-y: auto;
}
#bloc #mentions h2 {
	color: #FFF;
	font-size: 2.5em!important;
	font-weight: bold;
	text-align: left;
}
#bloc #mentions h3 {
	color: #333333;
	font-size: 1.7em!important;
	font-weight: bold;
	text-align: left;
	margin: 10px 0 5px 15px;
}
#bloc #mentions p {
	color: #333;
	font-size: 1.2em;
	font-weight: normal;
	padding: 3px;
	margin: 0 0 0 15px;
}
/*---------PAGE PRESENTATION----------------------------------------------------------*/

#main_pres {
	width: 100%;
	margin: 0;
	padding: 0;
}

img.ombre {
box-shadow:0 5px 25px -10px #000000;	
	}

#main_pres #bloc_contact {
background:rgba(255,255,255,0.8);	
	}
#main_pres .col_d {
	width: 270px;
	height: 470px;
	margin: 0;
	padding: 0;
	float: right;
}
#main_pres .col_d2 {
	width: 270px;
	height: 380px;
	margin: 0;
	padding: 0;
	float: right;
}
.col_d #img_contact {
	width: 240px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
}
.col_d #group_actu {
	background: url(../images/fond_actu_d.png) no-repeat 0 0;
	width: 250px;
	height: 380px;
	margin: 0 auto;
	padding: 0;
}
#main_pres .col_d h2 {
	width: 250px;
	color: #FFF;
	font-size: 2em!important;
	font-weight: bold;
	text-align: center;
}

#main_pres #bloc {
  float: left;
  margin: 0;
  width: calc(100% - 275px);
  background: rgba(255,255,255,0.8);
}

#main_pres #bloc #article {
  margin: 0;
  min-height: 410px;
  overflow-y: visible;
  padding: 2%;
  width: 96%;
  box-shadow: 0 5px 25px -15px #000;
}

.clear {
	width:100%;
	clear:both;
	}
	
	
#bloc h2.categorie, #bloc2 h2.categorie, #bloc_contact h2.categorie {
	color: #FF3366;
	font-size: 2em;
	text-align: left;
	font-weight: bold;
	padding: 0 0 0 28px;
	margin: 0 0 0 10px;
	background: url(../images/star.png) no-repeat 0 0;
	text-transform: uppercase;
}
/*#main_contact #bloc p{
color:#FFFFFF;
font-size:1em;
font-family:'Verdana', Helvetica, sans-serif;
font-weight:normal;
width:380px;
padding:3px;
}*/



/*---------PAGE PRODUIT ----------------------------------------------------------*/

#main_pres #products {
	width: 360px;
	height: 420px;
	overflow: hidden;
}
#main_pres #products .desc_ref {
	clear: left;
	font-size: 11px;
	line-height: 13px;
	overflow: auto;
	overflow-x: hidden;
	color: #fff;
	max-height: 128px;
}
#main_pres #carte h2.titre {
	background: url(../images/puce2.png) no-repeat 0 8px;
	color: #669933;
	font-size: 2.5em!important;
	font-weight: bold;
	text-align: left;
	padding: 0 0 0 19px!important;
}
#main_pres #carte {
	text-align: left;
	width: 325px;
	height: 420px;
	overflow-y: auto;
	padding: 0 5px 0 0;
}
#main_pres #products table {
	float: left;
}
#main_pres .vignette_focus {
	height: 260px;
}
#main_pres .vignette_focus a {
	display: block;
	width: 350px!important;
	overflow: hidden;
}
#main_pres #cont_part .vignette_focus {
	background: transparent;
}
#main_pres .vignette_focus a img {
	max-width: 420px;
	margin: auto!important;
	display: block;
	max-height: 255px;
}
#main_pres table td.vignette {
	border: 1px solid #CCCCCC;
	height: 50px!important;
	width: 80px!important;
	display: block;
	overflow: hidden;
}
#main_pres table td.vignette {
	border: 1px solid #CCCCCC;
	height: 60px!important;
	width: 75px!important;
	display: block;
	overflow: hidden;
}
#main_pres #products table {
	background: transparent;
	float: left;
	width: 80px!important;
	height: 30px!important;
	margin: 3px;
	overflow: hidden;
}
#main_pres table .vignette img {
	display: block;
	margin: auto;
	max-width: 75px;
	max-height: 60px;
}
#main_pres .lb_hide {
	visibility: hidden;
	position: absolute;
}
#main_pres .d_back {
	float: right;
	width: 115px;
	height: 21px;
	background: url() no-repeat;
	margin: -22px 2px 0 0;
}
#main_pres .d_back span {
	visibility: hidden;
	position: absolute;
}
#main_pres .d_back img {
	border: 0px solid red;
	width: 115px;
	height: 20px;
}
/*---------PAGE ACTUALITES----------------------------------------------------------*/

#main_pres #bloc2 {
  box-shadow: 0 5px 25px -15px #000;
  float: none;
  margin: 0;
  width: 100%;
}
#bloc2 #actualites h2 {
	color: #FFF;
	font-size: 2.5em!important;
	font-weight: bold;
	text-align: left;
}
#bloc2 #actualites h3 {
	color: #006699;
	font-size: 1.7em!important;
	font-weight: bold;
	text-align: left;
	margin: 0 0 0 15px;
}
#actualites {
	margin: 0 auto;
	padding: 5px;

}
#actualites .l_actu .l_date {
	float: right;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	font-style: italic;
	padding: 3px;
}

#actualites .l_actu {
  background: #ffcccc none repeat scroll 0 0;
  border: 1px solid #ff0099;
  height: 120px;
  margin: 10px auto;
  overflow: hidden;
  padding: 1%;
  width: 745px;
}

#actualites .l_actu2 {
	display: none;
}
#actualites .l_actu .l_img, #actualites .l_actu .l_img2 {
	float: left;
}
#actualites .l_actu2 .l_img {
	float: left;
}
#actualites .l_titre {
	background: #FF0099;
	text-align: left;
	font-size: 1.8em;
	font-weight: bold;
	color: #FFF;
	padding: 3px 0 3px 3px;
	margin: 0px 0 5px 0;
}

#actualites .img_z {
  float: left;
  margin: 5px 20px;
}
#actualites .img_z img {
	width: 250px;
	margin: 3px;
}

#actualites .head_actu {
  background: #fff none repeat scroll 0 0;
  border: 3px solid #f92483;
  border-radius: 15px;
  box-shadow: 0 5px 20px -9px #000;
  margin: 2% 5%;
  padding: 1% 5%;
  width: 80%;
}
#actualites .head_actu .date {
	text-align: right;
	font-family: 'Arial', Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #CC3300;
	font-style: italic;
	padding: 3px;
}
#bloc2 #actualites .head_actu h1 {
	text-align: left;
	font-size: 2.5em!important;
	color: #FF0000!important;
	margin: 0;
	padding: 0 0 0 5px;
	border-left: 6px solid red;
}
/*---------PAGE PARTENAIRES----------------------------------------------------------*/

#bloc #article #part {
	width: 150px;
	height: 170px;
	border: 1px solid #CCC;
	margin: 10px 20px 10px 28px;
	float: left;
	overflow: hidden;
	background: #FFF;
}
#bloc #article #part .img_part2 {
	text-align: center;
	height: 100px;
	overflow: hidden;
}
#bloc #article #part .img_part {
	text-align: center;
	height: 100px;
	overflow: hidden;
}
#bloc #article #part h2 {
	color: #669933;
	font-size: 1.3em!important;
	font-weight: bold;
	text-align: center;
	height: 25px;
}
#bloc #article #part .ico_web {
	text-align: center;
}
/*---------PAGE GALERIE----------------------------------------------------------*/

#picture {
	border: 1px solid #999;
	background: #CCC;
	width: 150px;
	height: 170px;
	padding: 0;
	margin: 15px;
	float: left;
	overflow: hidden;
}
#picture #view {
	text-align: center;
}
#picture h2 {
	text-align: center;
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 10px;
}
img.rel_actu {
	position: relative;
	left: -20px;
	top: 40px;
}
#adresse {
  height: 35px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background: rgba(0,0,0,0.6);
}
#adresse p {
  color: #fff;
  font-size: 1.4em;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 30px;
}
/* COMMON STYLES */
/*reset d'un certain nombre de styles css par defaut*/
* {
	border: 0;
	font-style: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
/*CSSEditor|structure,global|Zone extérieure|notext*/
body {
  background: rgba(0, 0, 0, 0) url("../images/fond_body.jpg") repeat-y scroll center center / 100% auto;
  font-family: "Verdana",Arial,Helvetica,sans-serif;
  font-size: 65%;
  line-height: 160%;
  margin-top: 0;
}
/*CSSEditor|content,image|Apparence des images|notext,noizimedia*/
img {
	border: 0;
	vertical-align: bottom;
}
.clear {
	clear: both;
	border: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

.wrap {
	width:1100px;
margin:auto;	
	}
	
#lnkfb {
  float: right;
  margin: -23px  0 0 0 ;
}