/* CSS Document */
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none}

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

body{
	margin:0px;
	color:#404040;
	background-color:#FFFFFF;
	line-height:21px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:15px;
}
body.bg1{
	background-image:url(../images/bg1.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	}
body.bg2{
	background-image:url(../images/bg2.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	}
body.bg3{
	background-image:url(../images/bg3.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	}
body.bg4{
	background-image:url(../images/bg4.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	}
body.bg5{
	background-image:url(../images/bg5.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	}
a{
	color:#0075AD;
	text-decoration: none;
	margin: 0;
}
a:hover{
	color: #1E2337;
	text-decoration: underline;
}
.conteneur{
	margin:auto;
	width:990px;
}
#slider{
	background-color:#FFFFFF;
	height:722px;
	width:100%;
	
	}
.wide-container {
     /* max-width: 1000px;*/
      height: 722px;
      margin: 0 auto;
	  width:100%;
    }
.slides-pagination {
    margin-bottom: 14px;
    margin-left: 450px;
    position: absolute;
    width: 100%;
	color:#999999;
	z-index:999;
	display:none;
	
}
strong{
	font-weight:700;
	}
#header{
	position:absolute;
	z-index:9998;
	background-image:url(../images/bg_menu.png);
	background-repeat:repeat-x;
	background-position:top;
	height:192px;
	display:block;
	width:100%;
	}
.menu{
	margin-left:420px;
	position:absolute;
		margin-top:45px;
	}
.menu a{
	font-size:14px;
	color:#3B3B3B;
	padding-left:11px;
	padding-right:11px;

	display:inline-block;
	}
.menu a:hover{
	text-decoration:none;
	color:#0097CE;
	}
.slogan{
	margin-top:304px;
	font-size:47px;
	font-weight:300;
	color:#000000;
	line-height:45px;
	letter-spacing:-1px;
	}
.petit_slogan{
	font-size:37px;
	font-weight:600;
	}
.bleu{
	color:#007BA7;
	}
#entete {
    background-color: #88a4af;
    height: 454px;
}
#bande_grise{
	width:100%;
	background-color:#171717;
	background-image:url(../images/bande_grise.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-size:cover;
	min-height:494px;
	}
#footer{
	background-image:url(../images/bg_footer.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#DEDEDE;
	min-height:150px;
	padding-top:50px;
	font-size:12px;
	color:#2A2A2A;
	}
.colonne_gauche_bande{
	width:240px;
	float:left;
	font-size:24px;
	font-weight:700;
	color:#FFFFFF;
	padding-left:35px;
	}
.colonne_droite_bande{
	padding-left:65px;
	width:625px;
	float:left;
	font-size:15px;

	color:#FFFFFF;
	}
a.onglet1{
	display:block;
	float:left;
	width:180px;
	padding-left:29px;
	padding-right:29px;
	padding-top:17px;
	background-image:url(../images/onglet1.png);
	background-repeat:no-repeat;
	background-position:top center;
	color:#FFF;
	min-height:351px;
	text-decoration:none;
	margin-top:-279px;
	z-index:980;
	position:relative;
	}
a:hover.onglet1{
	opacity:0.9;
	margin-top:-289px;
	transition-duration: 0.5s;
	}
a.onglet2{
	display:block;
	float:left;
	width:180px;
	padding-left:29px;
	padding-right:29px;
	padding-top:17px;
	background-image:url(../images/onglet2.png);
	background-repeat:no-repeat;
	background-position:top center;
	color:#FFF;
	min-height:351px;
	text-decoration:none;
	margin-top:-279px;
	z-index:980;
	position:relative;
	margin-left:12px;
	}
a:hover.onglet2{
	opacity:0.9;
	margin-top:-289px;
	transition-duration: 0.5s;
	}
a.onglet3{
	display:block;
	float:left;
	width:180px;
	padding-left:29px;
	padding-right:29px;
	padding-top:17px;
	background-image:url(../images/onglet3.png);
	background-repeat:no-repeat;
	background-position:top center;
	color:#FFF;
	min-height:351px;
	text-decoration:none;
	margin-top:-279px;
	z-index:980;
	position:relative;
	margin-left:12px;
	}
a:hover.onglet3{
	opacity:0.9;
	margin-top:-289px;
	transition-duration: 0.5s;
	}
a.onglet4{
	display:block;
	float:left;
	width:180px;
	padding-left:29px;
	padding-right:29px;
	padding-top:17px;
	background-image:url(../images/onglet4.png);
	background-repeat:no-repeat;
	background-position:top center;
	color:#FFF;
	min-height:351px;
	text-decoration:none;
	margin-top:-279px;
	z-index:980;
	position:relative;
	margin-left:12px;
	}
a:hover.onglet4{
	opacity:0.9;
	margin-top:-289px;
	transition-duration: 0.5s;
	}
a.onglet5{
	width:455px;
	padding:20px;
	background-image:url(../images/onglet5.png);
	background-repeat:no-repeat;
	background-position:left top;
	color:#FFF;
	min-height:89px;
	text-decoration:none;
	z-index:980;
	position:relative;
	display:inline-block;
	}
a:hover.onglet5{
	opacity:0.9;
	transition-duration: 0.5s;
	}
a.onglet6{
	width:450px;
	padding:20px;
	background-image:url(../images/onglet6.png);
	background-repeat:no-repeat;
	background-position:left top;
	color:#FFF;
	min-height:89px;
	text-decoration:none;
	z-index:980;
	position:relative;
	display:inline-block;
	}
a:hover.onglet6{
	opacity:0.9;
	transition-duration: 0.5s;
	}


.description{
	font-size:14px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	display:block;
	font-weight:600;
	padding-top:19px;
	padding-bottom:19px;
	}
.titre{
	font-size:18px;
	border-top: 1px solid #FFF;
	display:block;
	padding-top:19px;
	padding-bottom:19px;
	text-align:center;
	margin-top:180px;
	}
.titre_section{
	padding-top:244px;
	color:#FFF;
	padding-bottom:45px;
	}
h1{
	font-size:65px;
	padding-bottom:13px;
	padding-top:28px;
	}
h2{
	color:#2C2C2C;
	font-size:48px;
		border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
		padding-top:28px;
	padding-bottom:28px;
	display:block;
	width:100%;
	margin-bottom:30px;
	}
h3{
	font-size:18px;
	width:95%;
	display:block;
	font-weight:700;
	padding:10px;
	margin-bottom:10px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:15px;
	border-left: 5px solid #0097ce;
	text-transform:uppercase
	}
	
h4{
	color:#0097CE;
	font-size:18px;
	width:95%;
	display:block;
	font-weight:300;
	}
	
h5 {
  border-left: 5px solid #0097ce;
  padding-left: 10px;
}

.sous_titre{
	color:#1A1A1A;
	font-size:24px;
	font-weight:300;
	text-align:right;
float:right;
margin-top:0px;
	}
.bg_blanc{
	width:100%;
	background-color:#FFFFFF;
	padding-bottom:30px;
	padding-top:10px;
	}
.colonne_gauche{
	float:left;
	width:487px;
	}
.colonne_droite{
	float:left;
	width:487px;
	margin-left:16px;
	}
	
 .colonne_gauche p{
	padding-left:25px;
	}
	
 .colonne_droite p{
	padding-left:25px;
	}
	
li{
	list-style:url(../images/puce.jpg);
	margin-bottom:10px;
	}
li li{
	
	list-style:url(../images/puce2.jpg);
	margin-bottom:10px;
	}

.bande_footer{
	background-image:url(../images/bande_footer.jpg);
	background-position:center bottom;
	background-repeat:repeat-x;
	text-align:right;
	padding-bottom:42px;
	margin-top:-150px;
	position:absolute;
	width:100%;
	height:258px;

	}
	
	
/*navigation*/


	
.menu ul {
 padding:0;
 margin:0;

 }
.menu ul li {
	margin-left: 2px;
	float: left; /*pour IE*/
	list-style-type: none;
	list-style-image: none;
	float: left;
	display: inline;
	position: relative;
	z-index:998;
 }
.menu ul li a {
	display: block;
	float: left;
	width: auto;
	font-size:14px;
	color:#3B3B3B;
	padding-left:13px;
	padding-right:13px;
	padding-bottom:30px;
	display:inline-block;
 }
.menu ul li a:hover {
	color: #0097CE;

 } 
 
 
 .menu ul li ul li a {
	display: block;
	float: left;
	width: 350px;
	text-decoration: none;
	text-align: left;
	border-right: none;
	border-top: 1px solid #006C9A;
	text-transform: normal;
	padding:5px;
	padding-top:10px;
	padding-bottom:0px;
	color:#000000;
	font-size: 14px;
	text-transform:none;
 }
 
 .menu ul li ul li a:hover {
	color: #FFF;

 } 
 
 .menu ul ul {
		position: absolute;
		left: 0;
		top: 100%;
		background: #0097ce;
		display: none;
		z-index:9999;
	
	}
	
 .menu ul ul ul {
		top: 5px;
		left:100%;
		background: #999;
		z-index:9999;

	}

	
li:hover > ul {
		display: block;
	}
.tableau_accueil a:hover{
	color:#FFFFFF;
	text-decoration:none;
	}

#my-gallery {
	margin-top: 15px;

}
#my-gallery a img {
	
		width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#my-gallery a {
	
width: 23% !important;
	height: auto !important;
	display: inline-block !important;
	margin: 0px;
	padding: 0px;
	margin: 1%;
}
#my-gallery a:hover {
	opacity: 0.8;
}

/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.7);
   /* cursor:pointer;*/
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:9999 !important;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #000;
    display: inline-block;
    height: auto;
    max-width: 800px;
    min-height: 50px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 0;
    padding: 0;
	text-align:left;
}

.hover_bkgr_fricc > div > div h1 {
	color: #0096CE; 
	font-size: 30px; 
	font-weight: 800; 
	text-transform: uppercase;
	padding-top: 0px;
}

.popupCloseButton {
    background-color: #000;
    border: 1px solid #000;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
	color:#6E6E6E;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}


@media (max-width:650px) {
.hover_bkgr_fricc > div > div h1 {
	font-size: 21px;  

}
	
.hover_bkgr_fricc > div {
    width: 90%;
}
}

/* Popup box BEGIN */

/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
   /* cursor:pointer;*/
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: rgba(16,157,211,0.9);
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 50px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
	color:#ffffff !important;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto', sans-serif;;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
/* Popup box BEGIN */

.hover_bkgr_fricc a{
color:#fff !important;
text-decoration: underline !important;
}



