
* {
	margin:0;
	padding:0;
	-webkit-font-smoothing:antialiased;
	outline: none;
}

html, body, #page {
	/*background:url(image2.jpg) no-repeat fixed;*/
	background-size:100%;
	height: 100%;
	-webkit-text-size-adjust: none;
}

::-moz-selection {
	background: #29A5B3;
	color: white;
}
::selection {
	background: #29A5B3;
	color: white;
}

 

#contenu.sticky {
	/*text-align:center;*/
	min-height: 100%;
	height: auto !important;
	margin: 86px auto -327px; 
	 width: 960px;
	 background:#FFF;
   
    -webkit-box-shadow: 0px 0px 10px #999999;
    -moz-box-shadow: 0px 0px 10px #999999;
    box-shadow: 0px 0px 10px #999999;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    position: relative;
}

#contenu h4{
	margin-left:29px;
}
body {
	font:14px/1.3 'Segoe UI',Arial, sans-serif;
	color: #444;
	/*color: #000000;*/

}

header #group{
	width: 960px;
	margin: auto;
	position: relative;
	z-index: 4000;
	display: block;
}

h1, h2, h3 {
	font-family: "Open Sans";
	font-weight: 400;
}

h2  {

	text-align: center;

	display: inline;
	padding: 5px 0px;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 29px;
} 

#bodywarper{
	/*background-image:url(../images/bg.jpg);*/
}
ul li {
margin-left: 0px;
}

#page>header {
	background-image: linear-gradient(#3C99DD, #88B7DA);
	height: 71px;
	width: 100%;

	position: fixed;
	top:0;
	z-index: 10000;
	border-top: 1px ridge rgba(255,255,255,.1);
	-moz-box-shadow: 0px 1px 5px #121212;
	-webkit-box-shadow: 0px 1px 5px #121212;
	box-shadow: -2px 10px 29px #494D4E;
	border-radius:0px 0px 138px 12px;
}

header a#logo {
	display: block;
	width: 175px;
	height: 47px;
	float: left;

}
#quisomme{
	text-align:center;
	padding-top:35px;
}
#news{
	text-align:center;
	padding-left:10px;
}
header #logo img#IODImg {
	margin-top: 3px;
	margin-left:-50px;
	border: none;
}
p{
	margin-bottom: 5px;
	line-height: normal;
}

#searchAndRss {
	position: absolute;
	right: 0;
	float: right;
	width: 335px;
	margin: 15px -41px 0 0;
}
#searchAndRss input{
	margin:1px 0 0;padding:3px 8px;
}
#searchAndRss input[type=text], input[type=password] {
	font-size: 13px;
	background: #FFF url(../images/bg_input.png) repeat-x 0 -3px;
	color: #636363;
}
#searchAndRss input[type=submit] {
	background: #0064AD;
	color: #fff;
	border: none;
	padding: 3px 20px;
	margin-top: -5px;
	font-size: 12px;
	cursor: pointer;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

/* ===========================
   ========== Menu =========== 
   =========================== */
#contenu.sticky nav {
	text-align:center;
	font: 13px/1.5 "Helvetica Neue", Helvetica,Verdana,Arial,sans-serif;
	/*background-color: #f3fbfe;*/
	background-color: #69abdb;
	border-top: 1px solid #eaf3f5;
}
#menu, #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
	
#menu {
	z-index:1;
	background-color: #90C9F1;
	/*background-image: -moz-linear-gradient(#444, #111); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));	
	background-image: -webkit-linear-gradient(#444, #111);	
	background-image: -o-linear-gradient(#444, #111);
	background-image: -ms-linear-gradient(#444, #111);
	background-image: linear-gradient(#444, #111);*/
/*		-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;*/
	border-top: 0.05em solid #eaf3f5;
	
}
ul#menu li:last-child{
	border-right:none;
}
#menu:before, #menu:after {
	content: "";
	display: table;
}
#menu:after {
	clear: both;
}
#menu li {
	float: left;
	position: relative;
	border-right : 1px solid #DDE0E6;
}
#menu a {
	float: left;
	padding: 9px 37px;
	color : #2C2C2C;
	width:117px;
	text-transform: uppercase;
	/*font: bold 12px Arial, Helvetica;*/
	text-decoration: none;
	/*		text-shadow: 0 1px 0 #000;*/
}
#menu li:hover > a {
	color: white;/*#2944FA;*/
	background:#1E72AF;
	/*background-image: linear-gradient(#0064AD, #96BFDD);*/
}
* #menu li a:hover { /* IE6 only */
	color: #fafafa;
}

#menu ul {
	margin: 20px 0 0 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 38px;
	left: 0;  
	/*background: #F3FBFE;*/
	background: #90C9F1;
	-moz-box-shadow: 0 -1px rgba(255,255,255,.3);
	-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
	box-shadow: 0 -1px 0 rgba(255,255,255,.3);	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;  
	z-index:2000;
}
#menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: -1px;  
}
#menu ul ul {
	top: 0;
	left: 192px;
	margin: 0 0 0 20px;
	_margin: 0; /*IE6 only*/
/*		-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	box-shadow: -1px 0 0 rgba(255,255,255,.3);*/	
}
#menu ul li {
	float: none;
	display: block;
	border: 0;
	_line-height: 0; /*IE6 only*/
/*		-moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	-webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	box-shadow: 0 1px 0 #111, 0 2px 0 #666;*/
	border-bottom:  1px solid #CAEDFB;
}
#menu ul li:last-child {   
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;    
}
#menu ul a {    
	padding: 5px 31px;
	width: 130px;
	_height: 10px; /*IE6 only*/
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
}
#menu ul a:hover {
	color:white;
	background-color: #0186ba;
	background-image: -moz-linear-gradient(#F2397E,  #DA3279);	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F2397E), to(#DA3279));
	background-image: -webkit-linear-gradient(#F2397E, #DA3279);
	background-image: -o-linear-gradient(#F2397E, #DA3279);
	background-image: -ms-linear-gradient(#F2397E, #DA3279);
	background-image: linear-gradient(#0064AD, #96BFDD);
}
#menu ul li:first-child > a {
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
#menu ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #BEEAFA;
}
#menu ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;	
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #F3FBFE;
}
#menu ul li:first-child a:hover:after {
	border-bottom-color: #04acec; 
}
#menu ul ul li:first-child a:hover:after {
	border-right-color: #0299d3; 
	border-bottom-color: transparent; 	
}
#menu ul li:last-child > a {
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
/* Mobile */
#menu-trigger {
	display: none;
}

/******** Fin Menu ********/

#slide{
 height:340px;
 box-shadow: 0px 6px 39px #A0ACA3;
}
.clearFloat{
	clear:both;
}


/* ===========================
   ====== Contact Form ======= 
   =========================== */

/*#contact  {
	padding: 50px 100px;
	font-size: 13px;
}
#contact input,#contact textarea {
	padding: 10px;
	border: 1px solid #E5E5E5;
	width: 200px;
	color: #999999;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;		
}

#contact textarea {
	width: 400px;
	height: 150px;
	max-width: 400px;
	line-height: 18px;
}

#contact input:hover,#contact textarea:hover,
#contact input:focus,#contact textarea:focus {
	border-color: 1px solid #C9C9C9;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;	
}

#contact .form label {
	//margin-right:20px;
	color: #999999;
}

/* ===========================
   ====== Submit Button ====== 
   =========================== */

/*#contact .submit input {
	width: 100px; 
	height: 40px;
	background-color: #474E69; 
	color: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;		
}*/

/* ===========================
   ========= Footer ========== 
   =========================== */
footer
{
    padding: 10px;
	border-bottom: 16px solid #3C99DD;
    background: #FFFFFF;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    /*height: 115px;*/
    height: 130px;
    clear: both;
}

footer .footerBox
{
    padding: 10px 20px;
    width: 200px;
    float: left;
    border: 2px dotted #0096d7;
    height: 110px;
    border-width: 0 2px 0 0;
}
footer .footerGauche{
	padding: 10px 20px;
    width: 75px;
    float: left;
    border: 2px dotted #0096d7;
    height: 110px;
    border-width: 0 2px 0 0;
}

footer .footerBox a img{
	text-align: center;
	margin-left: 53px;
}
footer .footerBox .title
{
    font-weight: bold;
    color: #3B3B3B;
    text-align: center;
}

footer .footerBox:first-child
{
    text-align: center;
}

footer .footerBox:first-child .title
{
    margin-bottom: 10px;
}

footer .footerBox:last-child
{
    text-align: left;
    border: none;
    text-align: center;
}

footer .footerBox ul,footer .footerBox li
{
    padding: 0;
    margin: 0;
    list-style: none;
}

footer .footerBox li
{
    padding: 5px 0 0 10px;
}

footer .footerBox a
{
    font-size: 11px;
    color: #666666;
    text-decoration: none;
}

footer .footerBox a:hover
{
    text-decoration: underline;
}
footer .footerBox span
{
    font-size: 11px;
    color: #666666;
    text-decoration: none;
}

footer p{
	text-align: justify;
	font-size: 11px;
}

footer #copyright{
	color: #666663;
	font-size: 11px;
	text-align:center;
	margin-top:11px;
}
a.partnerLogo {
	display: block;
}
