/*********** CONSTANT ***************/
* {
  padding: 0px;
  margin: 0px;
  background: transparent;
  font-size: 14px;
  font-family: verdana,sans-serif;
  color: #558426;
  border: 0px;
}

body {
  width: 100%;
/*   min-width: 1024px; */
/*   background: #ffffff url('images/fond.jpg') top center no-repeat; */
}

h1 {
  font-size: 20px;
  margin-bottom: 5px;
}

.smalita {
  color: #ababab;
  font-size: 12px;
  font-style: italic;
}

div.smallink{
  text-align: center;
}

div.smallink a{
  font-size: 12px;
  font-style: italic;
  text-decoration: none;
  color: #888888;
}

div.smallink a:hover{
  text-decoration: underline;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
}

/*********** OUTER ***************/
img#background-outer {
  position: absolute;
  z-index: -10;
  width: 100%;
  top: 0px;
  left: 0px;
}

div#outer {
  width: 995px;
  margin-left: auto;
  margin-right: auto;
}

/*********** HEADER ***************/
div#header {
  width: 995px;
  margin-top: 12px;
  height: 138px;
}

img#head-logo {
  height: 120px;
  float: left;
}

div#head-text {
  float: left;
  width: 50%;
  margin: 55px -100% 0px 0px;
  font-size: 16px;
}

div#head-text h1 {
  font-size: 25px;
}

div#head-contact {
  float: right;
  text-align : center;
  width: 230px;
  height: 114px;
  margin: 0px 0px 0px 0px;
  padding: 24px 0px 0px 0px;
  background: url('./images/conseil_reseau.png') top right no-repeat;
}

div#head-contact p, div#head-contact a{
  font-size: 17px;
  line-height: 18px;
  text-decoration: none;
}

div#head-contact a:hover{
  text-decoration: underline;
}

/*********** MENU-HOME ***************/
div#menu-home {
  width: 995px;
  height: 400px;
  overflow: hidden;
}

img#background-box {
  width: 995px;
  height: 400px;
  float: left;
  margin-bottom: -400px;
  margin-right: -995px;
}

div.bouton-box {
  float: left;
  width: 181px;
  height: 92px;
  margin-top: 294px;
  margin-left: 0px;
  padding: 5px;
  text-align: center;
  background: url('images/bouton.png') bottom left no-repeat;
  overflow: hidden;
}


div.gd-menubox {
  margin-top: 294px;
  width: 20px;
  height: 102px;
  float: left;
}

div.bouton-box h1 a{
  color: #BE9DCA;
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: bold;
  text-decoration: none;
}

div.bouton-box p a{
  font-size: 16px;
  color: #8C912A;
  font-weight: bold;
  text-decoration: none;
}

div.bouton-box p.bb-subtitle a{
  display: block;
  height: 40px;
  margin-bottom: 25px;
  text-decoration: none;
}

div.bouton-box:hover {
  background: url('images/bouton_cl.png') bottom left no-repeat;
}

div.bouton-box:hover h1 a{
  color: #845996;
  font-size: 25px;
  margin-bottom: 5px;
  text-decoration: none;
}

div.bouton-box:hover p.bb-subtitle{
  display: none;
}

div.bouton-box:hover p a{
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
}

/*********** MENU ***************/
div#menu{
	width: 994px;
	height: 46px;
	display: block;
	margin-bottom: -10px;
}

div.menu_gd {
	width: 20px;
	height: 46px;
}

div.menu_gd.gauche{
	float: left;
	width: 20px;
	background: url('./images/menuy_g.png') no-repeat;
}

div.menu_gd.droite{
	float: right;
	width: 20px;
	background: url('./images/menuy_d.png') no-repeat;
}

ul#menul {
	width: 954px;
	display: inline-block;
	padding: 0 0 0 0px;
	margin: 0 0px 0px 0px;
  	height: 46px;
  	list-style: none;
	background: url('./images/menuy_bg.png') repeat-x; /*tab background image path*/
}

ul#menul li {
	float: left;
	width: auto;
}

ul#menul li h1{
	float: left;
	width: auto;
/* 	display: block; */
	color:#000;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

ul#menul li a{
	float: left;
	width: auto;
	height: 46px;
	display: block;
	padding: 2px 24px 0px 8px;
	font-size: 20px;
	text-decoration: none;
}

ul#menul li.menu-current h1{
	color: #fff;
	background: url('./images/menuy_hover_left.png') no-repeat; /*left tab image path*/
	background-position: left;
}

ul#menul li.menu-current h1 a{
	color: #fff;
	padding: 0px 24px 0px 8px;
	font-size: 23px;
	background: url('./images/menuy_hover_right.png') no-repeat right top; /*right tab image path*/
}

ul#menul li h1:hover{
	color: #fff;
	background: url('./images/menug_hover_left.png') no-repeat; /*left tab image path*/
	background-position: left;
}

ul#menul li h1:hover a{
	color: #fff;
	padding: 0px 24px 0px 8px;
	font-size: 20px;
	background: url('./images/menug_hover_right.png') no-repeat right top; /*right tab image path*/
}

ul#menul li.menu-current h1:hover{
	color: #fff;
	background: url('./images/menuy_hover_left.png') no-repeat; /*left tab image path*/
	background-position: left;
}

ul#menul li.menu-current h1:hover a{
	color: #fff;
	padding: 0px 24px 0px 8px;
	font-size: 23px;
	background: url('./images/menuy_hover_right.png') no-repeat right top; /*right tab image path*/
}

/*********** CONTENT ***************/
div#content {
  width: 970px;
  min-height: 500px;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffffff;
  border: #DADF81 2px solid;
}

div#content p {
  margin-bottom: 15px;
  text-indent: 2%;
}

div#cont-col33-66 {
  float: left;
  width: 33%;
}

div#cont-33-col66 {
  float: right;
  width: 66%;
}

div#cont-75-col25 {
  float: right;
  width: 24%;
  padding-left: 1%;
  margin-top: -10px;
  padding-top: 10px;
  border-left: #ECEFB7 1px solid;
}

div#cont-col75-25 {
  float: left;
  width: 73%;
  padding-right: 1%;
}

div#content h1 {
  display: block;
  text-align: center;
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 25px;
}

div#content div.news-block {
  width: 100%;
  margin-bottom: 20px;
}

div#content div.news-block h2 {
  font-size: 18px;
  text-decoration: underline;
  margin-bottom: 20px;
}

div#content div.news-block p {
  text-align: justify;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 5px;
}

/*********** contact form ***************/
form#contact{
  width: 80%;
  margin: 0px auto 0px auto;
  text-align: center;
}

form#contact fieldset, fieldset.formfield{
  border: #DADF81 1px solid;
  padding: 0px 10px 20px 10px;
  margin-bottom: 30px;
}

form#contact legend, fieldset.formfield legend{
  border: #DADF81 1px solid;
  margin-left: 50px;
  padding: 5px;
}

form#contact label.radiolab{
  display:inline;
  height:15px;
}

form#contact div.gauche{
  width: 50%;
  padding-right: 0px;
  float: left;
  display: block;
  margin-right: 0px;
  text-align: right;
}

form#contact div.droite{
  width: 48%;
  padding-left: 0px;
  float: left;
  display: block;
  text-align: left;
}

form#contact div.littlebox{
  width: 60%;
  padding-top: 10px;
}

form#contact div.left{
  float: right;
  width: 40%;
  border-left: #DADF81 1px solid;
  border-top: #DADF81 1px solid;
  border-bottom: #DADF81 1px solid;
}

form#contact div.right{
  float:left;
  width: 50%;
  border-right: #DADF81 1px solid;
  border-top: #DADF81 1px solid;
  border-bottom: #DADF81 1px solid;
}

form#contact label{
  display: block;
  height: 17px;
  padding-bottom: 5px;
}

form#contact input[type=text]{
  display: block;
  width: 160px;
  height: 21px;
  padding-bottom: 0px;
  border-bottom: #DADF81 1px solid;
  background: url('./images/inputback.png') top left repeat-x;
}

form#contact textarea{
  width:700px;
  height:250px;
  margin: 20px auto 20px auto;
  border: #DADF81 1px solid;
  background: url('./images/textaback.png') top left repeat-x;
}

form#contact div.imgbut{
  display:inline-block;
  width: 100px;
  height: 37px;
  padding-top:3px;
  text-align: center;
  vertical-align:middle;
  font-style:italic;
  line-height:15px;
  background: url('./images/boutform.png') top left no-repeat;
  cursor:pointer;
}

form#contact div.imgbut:hover{
  background: url('./images/boutformho.png') top left no-repeat;
}

form#contact div.noval{
  background: url('./images/boutformdi.png') top left no-repeat;
  color: #999999;
  cursor:default;
}

form#contact div.noval:hover{
  background: url('./images/boutformdi.png') top left no-repeat;
}

form#contact span.obligatoire{
  float:left;
  width: auto;
  margin-left: 15px;
  color: #802545;
}

form#contact div.selectbox-wrapper {
  position:absolute;
  background-color:white;
  border:1px dotted #DADF81;
  margin:0px;
  padding:0px;
  text-align:right;
  overflow:auto;
}
form#contact div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
form#contact div.selectbox-wrapper ul li.selected { 
  background-color: #ECEFB7;
}
form#contact div.selectbox-wrapper ul li.current { 
  background-color: #CBE5B0;
}
form#contact div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}
form#contact div.selectbox-wrapper ul li.groupname {
  font-style: italic;
  font-weight: bold;
  font-size: smaller;
  cursor: default;
}

form#contact .selectbox{
/*   margin: 0px 5px 10px 100px; */
  padding-right:20px;
  width : 180px; 
  display : block;
  text-align:right; 
  background: url('./images/bg_select.png') right;
  height:20px;
  cursor: pointer;
  border:1px solid #ECEFB7;
}


/*********** vertical carousel ***************/
ul#vertcar{
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-top: 5px;
}

ul#vertcar li{
  width: 90%;
  margin-left: 5%;
  margin-bottom: 20px;
  list-style-type: none;
  text-align: center;
}

/*********** pageslink ***************/
div#pageslink {
	margin-top: 20px;
	margin-bottom: 20px;
}

div#pageslink a{
	display: block;
	width: 100%;
	height: 35px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	border: #eeeeee 1px solid;
	padding: 5px 0px 5px 0px;
	margin-bottom: 5px;
}

div#pageslink a:hover{
	background: #f8f8f8;
}

div#pageslink img{
	vertical-align: middle;
	margin: 0px 5px 0px 5px;
}

/*********** menu choix ***************/
div#menu-choix {
  display: block;
  width: 600px;
  height: 400px;
  overflow: hidden;
  margin: 40px auto 40px auto;
  padding: 0px;
}

div#menu-choix .menuchg, div#menu-choix .menuchd {
  display: block;
  width: 98px;
  height: 73px;
  padding: 0px;
  text-align: center;
  vertical-align: middle;
  background: url('./images/button.png') top left no-repeat;
}

div#menu-choix .menuchg:hover, div#menu-choix .menuchd:hover {
  background: url('./images/button_ho.png') top left no-repeat;
}

div#menu-choix .menuchg a, div#menu-choix .menuchd a{
  display: table-cell;
  width: 98px;
  height: 73px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}

div#menu-choix .menuchg {
  float: left;
  width: auto;
}

div#menu-choix .menuchd {
  float: right;
  width: auto;
}

div#menu-choix .menuchcentre {
  float: left;
  display: none;
  width: 400px;
  height: 250px;
}

div#menu-choix .menuchcentre a{
  text-decoration: none;
}

div#menu-choix .menuchcentre h1 a{
  display: block;
  text-align: center;
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 25px;
}


/*********** menu accord ***************/
.arrowsidemenu{
	width: 80%; /*width of menu*/
	margin: 20px auto 0px auto;
	border-style: solid solid none solid;
	border-color: #A0CB75;
	border-width: 1px;
}
	
.arrowsidemenu div a{ /*header bar links*/
	font-weight: bold;
	display: block;
	background: transparent url('./images/arrowgreen.gif') 100% 0;
  	height: 24px; /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 15px;
	line-height: 24px; /*Set line-height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}
	
.arrowsidemenu div a:link, .arrowsidemenu div a:visited{
	color: #26370A;
}

.arrowsidemenu div a:hover{
	background-position: 100% -32px;
}

.arrowsidemenu div.unselected a{ /*header that's currently not selected*/
	color: #C5728F;
}

	
.arrowsidemenu div.selected a{ /*header that's currently selected*/
	color: #845996;
	background-position: 100% -64px !important;
}

.arrowsidemenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.arrowsidemenu ul li{
	border-bottom: 1px solid #A0CB75;
}


.arrowsidemenu ul li a{ /*sub menu links*/
	display: block;
/* 	font: normal 12px Verdana, Arial, Helvetica, sans-serif; */
	text-decoration: none;
/* 	color: black; */
	padding: 5px 0;
	padding-left: 10px;
	border-left: 10px double #C1E59C;
}

.arrowsidemenu ul li a:hover{
	background: #DADF81;
	color: #ffffff;
}

/*********** FOOTER ***************/
div#footer {
  width: 975px;
  margin-top: 10px;
  padding: 10px;
  text-align: center;
  color: #bcbcbc;
}

div#footer a{
  color: #bcbcbc;
  text-decoration: none;
}
