/* CSS Document */

* {
	margin:0;
	padding:0;
	behavior:url(iepngfix.htc);
}

html {
	background-image:url(images/body_bg.jpg);
	behavior:url(iepngfix.htc);
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	behavior:url(iepngfix.htc);
}

img {
	border:0;
	behavior:url(iepngfix.htc);
}


a {
	text-decoration:none;
}

.validate { display:none; color:#f00;font-size:11px;padding-bottom:5px; }

#wraper {
	width:1006px;
	margin-left:auto;
	margin-right:auto;
	behavior:url(iepngfix.htc);
	background-image:url(images/shadow.png);
	background-position:top;
	background-repeat:repeat-y;
}

#main {
	width:966px;
	margin-left:auto;
	margin-right:auto;
}

#banner {
	position:relative;
	height:167px;
	behavior:url(iepngfix.htc);
	background-image:url(images/banner.jpg);
}

.seal{
	position:absolute;
	right:-50px;
	top:65px;
	z-index:500;
}

.tape {
	position:absolute;
	left:-20px;
	top:0px;
}

#banleft {
	width:259px;
	float:left;
}

.logo {
	margin-top:17px;
	margin-left:11px;
}

#banright {
	width:687px;
	float:left;
}

#menutop {
	margin-top:49px;
	height:68px;
	margin-left:3px;
}

#menutop a {
	float:left;
	margin-right:2px;
}

#menu {
	margin:17px 0px 0px 15px;
	color:#574942;
}

#menu a {
	margin-left:6px;
	margin-right:6px;
	color:#574942;
	text-decoration:none;
	font-weight:bold;
}

#menu a:hover {
	color:#cb0913;
}

#content {
	background-image:url(images/content_bg.jpg);
	background-repeat:no-repeat;
	background-color:#d8e1aa;
}

.left {
	margin:0px 0px 0px 20px;
	width:445px;
	float:left;
	display:inline;
}

#boxbienvenue {
	background-image:url(images/box_bienvenue_bg.png);
	background-repeat:repeat-y;
	color:#697800;
}

.txt_bienvenue {
	padding:10px;
}

.txt_bienvenue h3 {
	display:inline;
	font-size:22px;
	font-style:italic;
	background-color:#574942;
	color:#fff;
	padding-left:5px;
	padding-right:5px;
	margin-right:10px;
}


.right {
	margin:40px 20px 0px 0px;
	width:465px;
	float:right;
	display:inline;
}

/*================Boite de nouvelle et onglets=================*/

#newscol {
	width:329px;
	float:right;
	color:#5c5450;
}

.boxnews_blanc {
	background-image:url(images/box_news_bg.png);
	background-repeat:repeat-y;
}

.newscontent {
	margin-left:8px;
	width:309px;
}

.newshead {
	padding:8px;
	background-color:#8ee3e1;
}

.newshead h1 {
	display:inline;
	margin-top:10px;
	font-size:22px;
	font-style:italic;
	padding-left:5px;
	padding-right:5px;
	background-color:#FFFFFF;	
}

.boxnews {
	padding-left:8px;
	padding-right:8px;
	background-image:url(images/txt_news_bg.jpg);
	min-height:350px;
	_height:350px;
	background-repeat:repeat-y;
}

.boxnews p {
	margin:0;
	padding:0px 0px 10px 0px;
}

.boxnews hr {
	height:0px;
	border:none;
	border-bottom:1px solid #fff;
	margin:5px 0px 5px 0px;
}

.ongletcol {
	width:136px;
	float:right;
}

.ongletcol a {
	display:block;
	color:#796d68;
}

.ongletnews_selected {
	display:block;
	color:#574942;
	background:#FFFFFF;
}

.ongletnews {
	display:block;
	color:#574942;
	background:url(images/onglet_bg.png);
}

.ongletcontent {
	display:block;
	padding:6px;
}

.ongletcontent p {
	margin:4px 0px 4px 0px;
}

/*============================================================*/

#contentbox {
	height:800px;
}

.plain {
	padding-top:40px;
	width:925px;
	margin-left:auto;
	margin-right:auto;
}

.plain_txt {
	background-image:url(images/plain_bg.gif);
	background-repeat:repeat-y;
	padding-top:6px;
}

/*.plain img {
	display:block;
}*/

/*===================pages débrouillards====================*/

.debleft {
	float:left;
	width:696px;
	margin-left:8px;
	display:inline;
}

/*.debleft img {
	display:block;
}*/

.debheader {
	color:#5c5450;
	background-color:#8ee3e1;
	margin-top:20px;
	height:48px;
}

.debheader h1 {
	display:inline;
	font-size:22px;
	font-style:italic;
	background-color:#FFFFFF;
	padding-left:5px;
	padding-right:5px;
}

.debtxt {
	padding:9px;
	color:#8c3e11;
}

.debtxt h1 {
	display:inline;
	font-size:22px;
	font-style:italic;
	background-color:#574942;
	color:#fff;
	padding-left:5px;
	padding-right:5px;
	margin-right:10px;
}

.debtxt ul {
	list-style:none;
}

.debtxt li {
	border-bottom:1px solid #e3ecc9;
	padding-left:15px;
	padding-bottom:10px;
	margin-top:10px;
	background-image:url(images/arrow_list.gif);
	background-repeat:no-repeat;
	background-position:2px 4px;
}

.linkdebrouillards {
	font-size:20px;
	font-style:italic;
	color:#574942;
}

.bluebox {
	background-image:url(images/deb_bluebox_bg.jpg);
	background-repeat:repeat-y;
	color:#574942;
}

.bluebox_txt {
	margin-left:9px;
	margin-right:9px;
}

.bluebox_txt a {
	font-weight:bold;
	color:#574942;
}

.bluebox_txt hr {
	height:0px;
	border:none;
	border-bottom:1px solid #fff;
}

#beppo {
	background-image:url(images/Beppo.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:380px;
	margin-bottom:5px;
}

#beppo a {
	float:right;
	margin:20px 20px 0px 0px;
	font-size:26px;
	font-style:italic;
	color:#574942;
}

#debright {
	float:right;
	width:214px;
	display:inline;
}

#debright a {
	float:left;
	margin-bottom:5px;
}

.dbluebox {
	background-image:url(images/deb_bluebox_bg.jpg);
	background-repeat:repeat-y;
	color:#574942;
}

/*======================Exposciences==========================*/

.expoleft {
	float:left;
	width:204px;
	display:inline;
	margin-left:8px;
}

.exporight {
	float:right;
	width:696px;
	margin-right:10px;
	display:inline;
}

.expoheader {
	color:#5c5450;
	background-color:#8ee3e1;
}

.expoheader h1 {
	display:inline;
	font-size:22px;
	font-style:italic;
	background-color:#FFFFFF;
	padding-left:5px;
	padding-right:5px;
	margin-right:10px;
}

/*==========================Page Réseau ou plain page============================*/

.plaincontent {
	width:905px; 
	padding:8px;
}

.plainbluebox {
	background-image:url(images/bluebox_plain_bg.jpg);
	background-repeat:repeat-y;
	color:#574942;
}

.reseautxt {
	margin-left:9px;
	margin-right:9px;
	color:#8c3e11;
}

.reseautxt h1 {
	display:inline;
	font-size:22px;
	font-style:italic;
	background-color:#574942;
	color:#fff;
	padding-left:5px;
	padding-right:5px;
	margin-right:10px;
}

.reseautxt ul {
	list-style:none;
}

.reseautxt a {
	color:#8c3e11;
	font-weight:bold;
}

.reseautxt li {
	padding-left:15px;
	padding-bottom:10px;
	margin-top:10px;
	background-image:url(images/arrow_list.gif);
	background-repeat:no-repeat;
	background-position:2px 4px;
}

/*============================Page Nous Joindre=============================*/

.njcontent { 
	margin:0px 12px 8px 8px;
}
.njleft {
	width:447px;
	float:left;
}
.njright {
	float:right;
	width:440px;
}
.njbluebox {
	background-image:url(images/nj_bluebox_bg.jpg);
	background-repeat:repeat-y;
	color:#574942;
}

/*=====================================Partenaires===================================*/

.partenaires a {
}
.partenaires a:hover {
	color:#d6000c;
}

/*=========================Page Genitrucs===========================*/

.gt_left {
	float:left;
	width:108px;
}
.gt_left img {
	margin-bottom:8px;
}
.gt_middle {
	float:left;
	width:606px;
	margin-left:6px;
}
.gtbluebox {
	background-image:url(images/genitrucs_bluebox_bg.jpg);
	background-repeat:repeat-y;
	color:#574942;
}
.gt_right {
	float:right;
	width:176px;
}
.gt_right img {
	margin-bottom:8px;
}

/*===========================Page Defi================================*/

.defileft {
	width:505px;
	float:left;
}
.defiright {
	float:right;
	width:300px;
}
.defibluebox {
	background-image:url(images/genie_bluebox_bg.jpg);
	background-repeat:repeat-y;
	color:#574942;
}

/*===================================================================*/
.troussetxt {
	width:500px;
	float:left;
}
.spacer {
	clear:both;
	height:100px;
	behavior:url(iepngfix.htc);
}
.spacer img {
	behavior:url(iepngfix.htc);
}
.spacer2 {
	clear:both;
	height:130px;
	behavior:url(iepngfix.htc);
}
.spacer2 img {
	margin:5px;
	behavior:url(iepngfix.htc);
}
#footer {
	clear:both;
	height:60px;
	background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-x;
	color:#a3b525;
	font-size:10px;
}
.signature {
	float:right;
	margin:44px 20px 0px 0px;
}
.copy {
	padding:20px 0px 0px 20px;
}
.clear {
	clear:both;
}
.png {
	behavior:url(iepngfix.htc);
}
#expo {
    position:relative;
    top:-10px;
}
.logosaccueil {
	clear:both;
	text-align:center;
	padding-top:25px;
}
.logosaccueil img {
	vertical-align:middle;
}
/******************************* INSCRIPTION-AVRIL-2010 *****************************/
/******************************* MYLENE - SEB - DAVID *******************************/
/************************************************************************************/
h2.inscription {
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	padding:10px 0 15px 0;	
}
h3.inscription {
	color:#adba13;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	padding:10px 0 15px 0;	
}
h4.inscription {
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	padding:10px 0 15px 0;	
}
table.inscription {
	border:2px solid #adba13;
	padding:10px;
	width:575px;
}
table.inscription td { 
	vertical-align:top; 
}
table.infoperso td { 
	padding-bottom:5px; 
}
.obligatoire{
	color:#ff0000;
	font-weight:bold;
}
ul.inscription{
	margin:15px;
}
/************************* VALIDATION DES CHAMPS ************************************/
.validate { 
	display:none; 
	color:#f00;
	font-size:11px;
}