﻿@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:500);
/* 2f4b87 */
/* 2f4b87 */
/* #1f325d */
/* Menu CSS */

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {height: 100%;}

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 40px;
	}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -40px; /* negative value of footer height */
	height: 40px;
	clear:both;
  background: #000000;
  font-family: 'Verdana', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
} 

#footer a { color:#FFFFFF; text-decoration:none; }
#footer a:hover { color:#C0C0C0;text-decoration:none;}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}


#cssheader {
  width: auto;
}

#cssheader,
#cssheader ul,
#cssheader ul li,
#cssheader ul li a {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-family: 'Verdana', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
#cssheader ul {
  background: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #2b4479;
  border: 1px solid #2d4373;
  -webkit-box-shadow: 0 1px 2px rgba(2, 2, 2, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.15);
  -o-box-shadow: 0 1px 2px rgba(2, 2, 2, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(2, 2, 2, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.15);
  -ms-box-shadow: 0 1px 2px rgba(2, 2, 2, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.15);
  box-shadow: 0 1px 2px rgba(2, 2, 2, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.15);
}

#cssmenu {
  width: auto;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-family: 'Verdana', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
#cssmenu:before,
#cssmenu:after,
#cssmenu > ul:before,
#cssmenu > ul:after {
  content: '';
  display: table;
}
#cssmenu:after,
#cssmenu > ul:after {
  clear: both;
}
#cssmenu a {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
#cssmenu ul {
  background: #3b5998;
  border-radius: 3px;
  border: 1px solid #2b4479;
  border: 1px solid #2d4373;
  -webkit-box-shadow: 0 1px 2px rgba(2, 2, 2, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.15);
  -o-box-shadow: 0 1px 2px rgba(2, 2, 2, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(2, 2, 2, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.15);
  -ms-box-shadow: 0 1px 2px rgba(2, 2, 2, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.15);
  box-shadow: 0 1px 2px rgba(2, 2, 2, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.15);
}
#cssmenu ul > li {
  float: left;
  list-style: none;
}
#cssmenu ul > li > a {
  display: block;
  text-decoration: none;
  padding: 15px 44px;
  position: relative;
}
#cssmenu ul > li > a:hover {
  background: #2d4373;
  -webkit-box-shadow: inset 0 0 1px #1e2e4f;
  -o-box-shadow: inset 0 0 1px #1e2e4f;
  -moz-box-shadow: inset 0 0 1px #1e2e4f;
  -ms-box-shadow: inset 0 0 1px #1e2e4f;
  box-shadow: inset 0 0 1px #1e2e4f;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
#cssmenu ul > li > a:hover:before {
  content: '';
  z-index: 2;
  position: absolute;
  border: 1px solid white;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: -1px;
  opacity: .2;
}
#cssmenu ul > li > a:hover:after {
  content: '';
  z-index: 2;
  position: absolute;
  border: 1px solid white;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  right: -1px;
  opacity: .2;
}
#cssmenu > ul > li > ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
#cssmenu > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  position: absolute;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
#cssmenu > ul > li > ul {
  width: 200px;
  position: absolute;
}
#cssmenu > ul > li > ul > li {
  float: none;
  position: relative;
}
#cssmenu > ul > li > ul > li > ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
#cssmenu > ul > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  position: absolute;
}
#cssmenu > ul > li > ul > li > ul {
  left: 200px;
  top: 1px;
  width: 200px;
}
#cssmenu > ul > li > ul > li > ul > li {
  float: none;
}
#cssmenu li.active {
  background: #153169;
}

#main {
  background: #F8F8F8;
	  font-family: 'Verdana', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}

#main li {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 16px;
 color: black;
 display : list-item;
 list-style-image : url(../image/puce.gif);
} 

#main a { color:#000000; text-decoration:none; }
# main a:hover { color:#C0C0C0;text-decoration:none;}

h1 {
 text-align: center;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 20px;
 font-style:normal;
 line-height: normal;
 font-weight:bold;
 color: #153169;
 }
 
h2 {
 text-align: center;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 16px;
 font-style:normal;
 line-height: normal;
 font-weight:600;
 color: #3B5998;
 }
 
 h3 {
 text-align: left;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-style:normal;
 line-height: normal;
 font-weight:600;
 color: #4B69A8;
 }
 
 h4 {
 text-align: center;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 18px;
 font-style:italic;
 line-height: normal;
 font-weight:600;
 color: #3B5998;
 }
 
 #formulaire-contact{
	clear: both;
	margin-bottom:30px;
	padding-top:30px;
	background: url(../images/line_hor.png) repeat-x 0 top;
}

.form-item {
	overflow:hidden;
	width:100%;
	margin:8px 0 14px;
}

.form-item, .form-actions {
	margin-top: 1em;
	margin-bottom: 1em;
}

form .form-submit, .bouton {
	margin-right:11px;
	background:url(../images/link2.gif) 0 0 repeat-x #101010;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	text-decoration:none;
	border:none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding:10px 12px 10px;
	box-shadow:0 0 3px rgba(0,0,0, .4);
	text-transform:uppercase;
	cursor: pointer;
}
.form-submit:hover, .bouton:hover { background:url(../images/submenu_hover.gif) 0 0 repeat-x #3B5998;}
