@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
p {
	clear:both;
	line-height: 1.4;
	text-align:justify;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl {
  font-weight: normal;
}
a img {
  border-style: none;
}
/*  */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
  zoom: 1;
}
/* styles generaux */
body {
  background: #32302c url(../images/bg.gi) top repeat-x;
  color: #574210;
  font: normal 78% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", "Verdana", sans-serif;
  text-align:center;
  /*background-color:#fbfdf7;*/
}
/* layout */
#pagewrapper {
  width: 850px;
  margin: 0 auto;
  text-align: left;
  padding:0 20px 5px 20px;
  background-color:#fbfdf7;
}
#header {
  padding-top: 10px;
  padding-bottom: 10px;
}
#header div {
  background: url(../images/header.jpg) no-repeat;
}
#header div a {
  display: block;
  width: 318px;
  height: 108px;
}
#header div a:hover {
  background: none;
  border: none;
}
#header div a span {
  display: none;
}
#conteneurmenu{
	position: relative; 
	background: url(../images/bg_menu.gif) top no-repeat;
	width: auto;
	height: 30px;
}
.menu{
	color:#fff;
	font-family: Arial;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	padding:0px;
}
.ssmenu {
	position:absolute;
	background-color:#8cc600;
	color:#fff;
	font-family: Trebuchet MS, Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	border:1px solid #567a00;
	padding:1px;
	/*margin-right:45px;*/
}
.menu span, .ssmenu span {
/*  C'est pour cacher les ; en fin de <li>, ce qui permet aux synthèse vocales de prendre une
	pause dans l'élocution */
	display:none;
}
.ssmenu ul {
/*  Les items (les <li>) des sous-menus, notamment pour enlever les puces des liste */
	padding:5px;
	margin:5px;
	list-style-type:none;
}
.ssmenu li {
	position:relative;
	display:list-item;
	width:auto;
	height:100%;
	background-color:#93ca10;
	text-indent:2px;
}
.menu a, .ssmenu a, .menu a:visited, .ssmenu a:visited {
/* Les liens qui ne sont pas sous le curseur. */
	font-family: Trebuchet MS, Arial, Tahoma, Verdana, Helvetica, sans-serif;
	text-decoration:none;
	color:#fff;
	padding:1px;
/* Ne pas modifier le block */
	display:block;
/*	Un width:100% fait planter Mozilla, sans le width:100% c'est IE et Opera... La combinaison
	aucun width et height:100% marche sur tous, donc ne pas toucher ces 2 lignes */
	height:100%;
	margin:0px;
/* */
	/*width:100%;*/
}
html>body .menu a, html>body .menu a:visited, html>body .menu a:hover, html>body .menu a:active,
html>body .ssmenu a, html>body .ssmenu a:visited, html>body .ssmenu a:hover, html>body .ssmenu a:active {
	width:auto;
}
.menu a:hover, .menu a:focus {
	color:#567a00 !important;
	font-weight:bold;
	text-decoration:none;
}
.ssmenu ul:hover, .ssmenu a:hover, .ssmenu a:focus{
/* Les liens sous le curseur */
	background-color:#567a00;
	color:#fff;
	text-decoration:none;
}
.menuOnglet{
	position:relative;
	display:block;
	float:left;
	width:50px;
	height:20px;
}

#announcement {
  border: 1px solid #ccc;
}
#announcement a:hover {
  background-color: none;
  border: none;
}
#announcement .screenshot {
  float: left;
  padding-left: 10px;
}
#announcement .logo {
  margin-top: 5px;
  padding-bottom: 5px;
}
#announcement p {
  margin-left: 440px;
}
#announcement img {
}
h1 {
  color: #ee9414;
  padding-top: 12px;
  padding-bottom: 3px;
  font-family: "Century Gothic", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
  font-size: 1.9em;
}
.content {
  margin-bottom: 0px;
  padding-top: 0px;
  background: url(../images/bg_tagline.gif) top repeat-x;
}
.column1 {
  /*clear:both;*/
  float: left;
  display: inline;
  width: 410px;
}
.column2 {
  float: right;
  display: inline;
  width: 410px;
}
.column3 {
  clear:both;
  width: 100%;
  /*background-color:#FFFFFF;*/
}
.content h2{
  clear:both;
  margin-top: 17px;
  margin-bottom: .75em;
  padding-bottom: 2px;
  background: url(../images/bg_dot.gif) bottom repeat-x;
  color: #86b514;
  font-size: 1.3em;
}
.content h2 a{
  color: #86b514;
  font-size: 1em;
  text-decoration:none;
  outline:none;
}
.content h3 {
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 0.5em;
}
.content dl.founders dd {
  margin-bottom: 2em;
}
.content p {
  margin-bottom: 1em;
}
.content a {
  color: #ee9414;
}
.content a:hover {
 /* background-color: #fff8e3;*/
}
.content .more {
	text-align: right;
	margin-right:20px;
}
.content .more a{
	color:#8cc600;
}
.content .more a:hover {
	color:#383838;
}
.content .more a:visited {
	color:#81c103;
}
.right {
  float: right;
}
.left {
  float: left;
}
.titreSon {
	line-height:19px;
}
.moduleSon {
	text-align:left;
}
.moduleSonRight {
	float:right;
	margin-top:-15px;
}
#footer {
  clear: both;
  margin-top: 1em;
  margin-bottom: 1em;
  background: url(../images/box_bottom.gif) bottom no-repeat;
  color: #565656;
}
#footer #innerfooter {
  padding: 13px;
  background: url(../images/box_top.gif) top no-repeat;
}
#copy {
  float: left;
  font-size: .8em;
}
#copy a {
  color:#567a00;;
}
#contact {
  float: right;
  font-size: .8em;
  text-align: right;
}
label{
	display:block;
	font-weight: bold;
}
input{
	color: #222;
	padding: 4px;
	font-size: 1.2em;
	border: 1px solid #ccc;
	width: 270px;
}
input:focus, textarea:focus {
  background: #fffdeb;
}

.large_input{
	padding: 3px;
	border: 1px solid #c0c0c0;
	width: 500px;
	height: 100px;
}
fieldset{
	border: none;
	width: 550px;
}
#contact a {
  color: #ee9414;
}
#contact_form {
	padding-left: 10px;
}
#contact_form label{
	float:left;
	clear:left;
	width: 200px;
}
#contact_form textarea {
	margin-left: 200px;
}
.large_input {
	margin-top: -15px;
}
#submit_btn {
	border: none;
	margin-left:200px;
	padding: 0;
	width:auto;
}
.img_thumb {
	background: #f4f5f6;
	padding: 4px;
	margin: 4px;
}
.img_thumb_double {
	/*position:relative;*/
	float:left;
	background: #f4f5f6;
	/*padding: 4px;*/
	width: 185px;
	height: auto;
	margin: 4px;
}
.img_thumb_single {
	background: #f4f5f6;
	padding: 4px;
	width: 185px;
	height: auto;
	margin: 4px;
	margin-left: 100px;
}
.img_thumb a {
	background: #f4f5f6;
}

/* Listes ul li */
ul.liste20 {
  margin-bottom: 20px;
  color: #333;
}
ul.liste20 li {
  margin-top: 10px;
  margin-left:20px;
  margin-right:20px;
}
ul.liste40 {
  margin-bottom: 20px;
  color: #333;
}
ul.liste40 li {
  margin-top: 5px;
  margin-left:40px;
  margin-right:20px;
  color:#333;
}
ul.ancre {
  margin-left:70px;
  list-style-image:url(../images/bullet.gif);
  list-style-type: disc;
  list-style-position:outside;
}
ul.details {
  margin-top: 46px;
  margin-bottom: .75em;
  padding-top: .75em;
  background: url(../images/bg_dot.gif) top repeat-x;
  color: #86b514;
  text-align: right;
  list-style-type: circle;
}
ul.apprendre {
  margin-top: 5px;
  display:list-item;
  list-style-type: circle;
  list-style-position:inside;
}
li.agenda {
  margin-top: 5px;
  display:list-item;
  list-style-type: circle;
  list-style-position:inside;
}
.btn_retour {
  clear:both;
  float:right;
  margin-right:10px;
  margin-top: 10px;
  margin-bottom: 10px;
  background: url(../images/btn_retour.gif) top no-repeat;
  width:62px;
  height:27px;
}
cite {
  float: right;
  font-weight: bold;
  font-size: 0.9em;
  font-style: normal;
}
a.pdf{background: url(../images/pdf.gif) no-repeat; padding-left:20px; }
/* FORM STYLE */
#formulaire {
	margin-right: auto;
	margin-left: auto;
	width: 50%;
	margin-top: 1em;
}
.champs {
	width: 100%;
}
.libelle {
	float: left;
	width: 10em;
}
#sprycheckbox1 {
	width: 300px;
}
