@charset "iso-8851-1";
/* CSS Document */

<!--


*{  }

/*html{ background:url(/img/image-11.jpg) no-repeat fixed;}*/

body,td,th, select, input {
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 0.96em;
	color: #000000;
}
body {
	background-color: #F9EBD9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
 background: url(img/bgheader.jpg) no-repeat center center fixed;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
	
  
	
}

h1{
	font-family: 'Handlee', cursive;
	color: #006EAB;
	letter-spacing: -2px;
	font-size:42px; 
	font-weight:400;
	margin: 10px 0px 5px 0px;
}
h2{font-size:22px; color: #71B9F4;
margin: 5px 0px 5px 0px;}
h3{
	font-family: 'Handlee', cursive;
	font-size:32px; 
	color: #F8A21B;
	margin: 10px 0px 5px 0px;
	font-weight:400;		
}
a{color: #F00; text-decoration:none;}

p {
	margin: 7px 0px 7px 0px;
}
strong, b{ font-size:larger; letter-spacing:0.04em;  font-size: 0.97em }

.btn{ font-size:10px; border:#CCC solid 1px; padding:5px; }

#body {
	position:absolute; 
	width:100%;
}
#top_header_content {
	position:relative; 
	width:828px; 
	
}

#top_header {
	position:relative; 
	width:828px;
	
}
#top_header_content, #header, #content, #sub_header_content {
	position:relative; 
	margin-left:auto; 
	margin-right:auto; 
	width:828px; 
	
}

#top_header{
	display:none;
}
#top_header_nav{
	display:none;
}
#sub_header_content {
	
}
#body #header {
	background-color: #FFF;
	width:100%;
}
#body_content{
	position:relative;
	margin-left:auto; 
	margin-right:auto; 

	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px; 
	width:788px; 
	padding:40px 20px 60px 20px;
	background-color: #F9F9F9;
}
#footer h3{font-size:34px; margin-bottom:10px;}
#footer h1{margin-top:3px;}
#footer a{
	color: #FFCC01;
}
		
#footer a:hover{
	color: #FFf;
	-o-transition: all 0.8s linear;
	-moz-transition: all 0.8s linear;
	-khtml-transition: all 0.8s linear;
	-webkit-transition: all 0.8s linear;
	-ms-transition: all 0.8s linear;
	transition: all 0.8s linear;
}
#footer hr{ 
	height: 1px;
 	color: #333;
  	background-color: #333;
  	border: 0;
}
#footer{
	-webkit-box-shadow:0px 0 4px rgba(0, 0, 0, 0.9);
    -moz-box-shadow:0px 0 4px rgba(0, 0, 0, 0.9);
    box-shadow:0px 0 4px rgba(0, 0, 0, 0.9);
	padding-top:10px;
	width:100%;

	background-color: rgb(38, 38, 38);
	color:#ffffff;
	}
	

#footer h3{font-size:34px; margin-bottom:10px;}
#footer p{margin-top:10px;}

#footer_content{
	position:relative; 
	margin-left:auto; 
	margin-right:auto; 
	width:788px;
	padding:10px 20px 20px 20px;
}
.powered{font-size:x-small; text-align:center; width:100%; background-color: rgb(38, 38, 38);
	color:#ffffff;}
/* Menu principal */

#nav {
	 
	position:absolute;
	top:155px;
	margin: 0px 0px 0px 0px; 
	right:0px;
	text-decoration:none;
	margin:0px;
	padding:0px;
	font-weight:400;

	text-transform: uppercase;
	border-radius: 3px;  
	text-align: left;
	background-color: #666;
    width:100%;
}
#nav.a{text-decoration:none;}

#nav ul ul {
	display: none;
}

	#nav ul li:hover > ul {
		display: block;
	}


#nav ul {
	list-style: none;
	position: relative;
	/*display: inline-table;*/
	margin:0px;
	padding:0px;
	
}
	#nav ul:after {
		content: ""; 
		clear: both; 
		display: block;
	}

	#nav ul li {
		float: left;
		
		
	}
	
		#nav ul li:hover {
			background: #006EAB;
		}
		
		#nav ul li:hover a {
			color: #fff;
		}
		
		#nav ul li a {
			display: block;
			color: #fff;
			text-decoration: none;
			padding:7px 10px 5px 10px;
			margin:0px;
		}
			
		
	#nav ul ul {
		background: #006EAB;
		border-radius: 0px; 
		padding: 0;
		position: absolute; 
		top: 100%;
		 -webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.1);
									  -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
									  box-shadow:0 1px 3px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1); list-style: none; 
	}
		#nav ul ul li {
			float: none; 
			/*border-top: 1px solid #333;
			border-bottom: 1px  solid #333; */
			position: relative;
		}
			#nav ul ul li a {
				
				color: #fff;
			}	
				#nav ul ul li a:hover {
					background: #FFCC01;
					color:#000;
				}
		
	#nav ul ul ul {
		position: absolute; left: 100%; top:0;
	}
	
/* Menu top nav */

nav2 {
	text-decoration:none;
	margin:0px 0px 0px 10px;
	padding:0px;
	font-size:14px;
	font-weight:400;
	text-transform: uppercase;
	border-radius: 3px;  
	text-align: center;
}

nav2 ul ul {
	display: none;
	
}

	nav2 ul li:hover > ul {
		display: block;
		
	}


nav2 ul {
	list-style: none;
	position: relative;
	display: inline-table;
	margin:0px 0px 0px 0px;
	padding:0px;
	
	
}
	nav2 ul:after {
		content: ""; 
		clear: both; 
		display: block;
	}

	nav2 ul li {
		float: left;
		
		
	}
		nav2 ul li:hover {
			background: #999;
			
		}
			nav2 ul li:hover a {
				
				color:#FFF;
			}
		
		nav2 ul li a {
			display: block;
			color: #9B681B; 
			text-decoration: none;
			padding:5px 10px 5px 10px;
			
		}
			
		
	nav2 ul ul {
		background: #003d67; 
		border-radius: 0px; 
		padding: 0;
		position: absolute; 
		top: 100%;
		
	}
		nav2 ul ul li {
			float: none; 
			border-top: 1px solid #6b727c;
			border-bottom: 1px solid #575f6a; 
			position: relative;
			
		}
			nav2 ul ul li a {
				
				color: #00000;
			}	
				nav2 ul ul li a:hover {
					background: #4b545f;
					color: #fff;
				}
		
	nav2 ul ul ul {
		position: absolute; 
		left: 100%; 
		top:0;
		
	}
	

.groupe {
	padding:3px; 
	padding-top:7px; 
	background:#FFFFFF; 
	border: #CCCCCC solid 1px; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	border-radius: 3px;
	margin-top:15px;
}



#form1{
	margin:0;
	padding-top:10px;
	margin-left:0px;
	display:inline-block;
	width:100%;
}
#form1 input, #form1 select, #form1 textarea, .lab{
	border:1px solid #ddd;
	padding:2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	border-radius: 3px; 
}
#form1 select { 
	height : 25px;
}
#form1 input { 
	height : 20px;
}
#form1 input[type='checkbox'], #form1 input[type='radio']{		
	height : 10px;
}	

#form1 fieldset{
	margin:0;
	padding:0;
	border:none;	
	float:left;
	display:inline;
	width:220px;
	margin-right:10px;
}		
	#form1 legend{display:none;}	
	#form1 p{margin:.5em 0;}	
	#form1 label{display:block; cursor:pointer;}	
	#form1 input.error { border:#FF0000 1px solid}
	#form1 label.error { color:#FF0000;}
	#form1 textarea{
		width:98%;
		overflow:auto;
		}					
	#form1 p.submit{
		clear:both;
		padding:0 ;
		margin-right:23px;
		text-align:right;
		}	
 #form1 input[type='submit']{
		width:150px;
		height:35px;
		line-height:37px;		
		border:none;
		background: #FFDED9;
		cursor:pointer;
		text-align:center;
}			
.activeField{ background-image: none; background-color: #FFFFCC;}
.idle{ background-color: #FFFFff;}

.ligneBas2{background-color: #F7F7FB; }	
.ligneBas1{border-bottom: #EFEFF8 solid 1px; }		




.twoColumns,
.twoColumnsLeft,
.twoColumnsRight
{
	overflow: hidden;
}

.twoColumnsLeft,
.twoColumnsRight
{
	width: 45%;
}

.twoColumnsLeft
{
	float: left;
}

.twoColumnsRight
{
	float: right;
}

dl.samples
{
	padding: 0 0 0 40px;
}
dl.samples > dt
{
	display: list-item;
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 3px;
}
dl.samples > dd
{
	margin: 0 0 3px;
}
.warning
{
    color: #ff0000;
	background-color: #FFCCBA;
    border: 2px dotted #ff0000;
	padding: 15px 10px;
	margin: 10px 0;
}

/* Used on inline samples */

blockquote
{
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
}

.cke_contents_ltr blockquote
{
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}

.cke_contents_rtl blockquote
{
	padding-left: 8px;
	padding-right: 20px;
	border-right-width: 5px;
}


img.right {
    border: 1px solid #ccc;
    float: right;
    margin-left: 15px;
	
	margin-bottom:15px;
    padding: 5px;
}

img.left {
    border: 1px solid #ccc;
    float: left;
    margin-right: 15px;
	
	margin-bottom:15px;
    padding: 5px;
}

table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;    
}


.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         
}

.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;    
}

.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}



/*----------------------*/

.zebra td, .zebra th {
    padding: 5px;
    border-bottom: 1px solid #f2f2f2;    
}

.zebra tbody tr:nth-child(even) {
    background: #f5f5f5;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
}

.zebra th {
    text-align: left;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
    background-image:    -moz-linear-gradient(top, #f5f5f5, #eee);
    background-image:     -ms-linear-gradient(top, #f5f5f5, #eee);
    background-image:      -o-linear-gradient(top, #f5f5f5, #eee); 
    background-image:         linear-gradient(top, #f5f5f5, #eee);
}

.zebra th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;  
}

.zebra th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.zebra th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.zebra tfoot td {
    border-bottom: 0;
    border-top: 1px solid #fff;
    background-color: #f1f1f1;  
}

.zebra tfoot td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.zebra tfoot td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.zebra tfoot td:only-child{
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px
    border-radius: 0 0 6px 6px
}
.zebra caption{font-size:24px; margin-bottom:15px;}


-->
