/* Start of CMSMS style sheet 'AppleWindCSS' */
/* @override http://www.apple-wind.fr/stylesheet.php?templateid=25&mediatype=screen */

/* Start of CMSMS style sheet 'AppleWindCSS' */
/* @override http://www.apple-wind.fr/stylesheet.php?templateid=25&mediatype=screen */

/* Start of CMSMS style sheet 'AppleWindCSS' */
/* @override http://www.apple-wind.fr/stylesheet.php?templateid=25&mediatype=screen */

/* Start of CMSMS style sheet 'AppleWindCSS' */
/* @override http://www.apple-wind.fr/stylesheet.php?templateid=25&mediatype=screen */

/* Start of CMSMS style sheet 'AppleWindCSS' */
/* @override http://www.apple-wind.fr/stylesheet.php?templateid=25&mediatype=screen */

/* Start of CMSMS style sheet 'AppleWindCSS' */
/* @override http://www.apple-wind.fr/stylesheet.php?templateid=25&mediatype=screen */

/* Start of CMSMS style sheet 'AppleWindCSS' */
/* @override http://www.apple-wind.fr/stylesheet.php?templateid=25&mediatype=screen */

/* Start of CMSMS style sheet 'AppleWindCSS' */
/* @override http://www.apple-wind.fr/stylesheet.php?templateid=25&mediatype=screen */

/* Start of CMSMS style sheet 'AppleWindCSS' */
/* @override http://www.apple-wind.fr/stylesheet.php?templateid=25&mediatype=screen */

/* Start of CMSMS style sheet 'AppleWindCSS' */
/* @override http://www.apple-wind.fr/stylesheet.php?templateid=25&mediatype=screen */

/* Start of CMSMS style sheet 'AppleWindCSS' */
/* @override http://www.apple-wind.fr/stylesheet.php?templateid=25&mediatype=screen */

/* Start of CMSMS style sheet 'AppleWindCSS' */
/* @override http://www.apple-wind.fr/stylesheet.php?templateid=25&mediatype=screen */

/* Start of CMSMS style sheet 'AppleWindCSS' */
/* @override http://www.apple-wind.fr/stylesheet.php?templateid=25&mediatype=screen */

/* Start of CMSMS style sheet 'AppleWindCSS' */
/* @override http://www.apple-wind.fr/stylesheet.php?templateid=25&mediatype=screen */

/* Start of CMSMS style sheet 'AppleWindCSS' */
/* @override http://www.apple-wind.fr/stylesheet.php?templateid=25&mediatype=screen */

/* Start of CMSMS style sheet 'AppleWindCSS' */
/* @override http://www.apple-wind.fr/stylesheet.php?templateid=25&mediatype=screen */

/* Start of CMSMS style sheet 'AppleWindCSS' */
/* @override http://www.apple-wind.fr/stylesheet.php?templateid=25&mediatype=screen */

/* Start of CMSMS style sheet 'AppleWindCSS' */
/* @override http://www.apple-wind.fr/stylesheet.php?templateid=25&mediatype=screen */

/* Start of CMSMS style sheet 'AppleWindCSS' */
/* @override http://www.apple-wind.fr/stylesheet.php?templateid=25&mediatype=screen */

/* Start of CMSMS style sheet 'AppleWindCSS' */
/* @override http://www.apple-wind.fr/stylesheet.php?templateid=25&mediatype=screen */

/* Start of CMSMS style sheet 'AppleWindCSS' */
/* Start of CMSMS style sheet 'AppleWindCSS' */



/* accessibility */







/* 



menu links accesskeys 



*/



span.accesskey {



   text-decoration:none;



}







/* 



accessibility divs are hidden by default 



text, screenreaders and such will show these 



*/



.accessibility, hr {



   position: absolute;



   top: -999em;



   left: -999em;



}







/* 



definition tags are also hidden 



these are also used for menu links    



*/



dfn {



   position: absolute;



   left: -1000px;



   top: -1000px;



   width: 0;



   height: 0;



   overflow: hidden;



   display: inline;



}



/* end accessibility */











/* wiki style external links */



/* external links will have "(external link)" text added, lets hide it */



a.external span {



  position: absolute;



  left: -5000px;



  width: 4000px;



}







/* make some room for the image */



a.external {



/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */



  padding: 0 12px 0 0;



}



/* colors for external links */



a.external:link {



  color: #666;



/* background image for the link to show wiki style arrow */



  background: url(images/cms/external.gif) no-repeat 100% 0;



}



a.external:visited {



  color: #666; /* a different color can be used for visited external links */







/* 



Set the last 0 to -100px to use that part of the external.gif image for different color for active links 



external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.



*/



  background: url(images/cms/external.gif) no-repeat 100% 0; 



}







a.external:hover {



  color: #666;



/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */



  background: url(images/cms/external.gif) no-repeat 100% 0;



}



/* end wiki style external links */











/* clearing */



/* 



clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.



We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.



Do not edit if you dont know what you are doing



*/



	.clearfix:after {



		content: "."; 



		display: block; 



		height: 0; 



		clear: both; 



		visibility: hidden;



	}



	/* html>body .clearfix { 



		width: 100%;



	} */



	



	* html .clearfix {



		/* Hides from IE-mac \*/



		height: 1%;



		/* End hide from IE-mac */



	}







/* end clearing */



/* End of 'Accessibility and cross-browser tools' */







/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */



/*****************



browsers interpret margin and padding a little differently, 



we'll remove all default padding and margins and



set them later on



******************/



* {



margin:0;



padding:0;



}







/*



Set initial font styles



*/











/*



set font size for all divs,



this overrides some body rules



*/



div {



   font-size: 12px;



}







/*



if img is inside "a" it would have 



borders, we don't want that



*/



img {



   border: 0;



}







/*



default link styles



*/



/* set all links to have underline and bluish color */



a,



a:link 



a:active {



   text-decoration: underline;



/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */



   background-color: inherit; 



   color: #333; 



}







a:visited {



   text-decoration: underline;



   background-color: inherit;



  color: #333;                /* a different color can be used for visited links */



}











/* remove underline on hover and change color */



a:hover {



   text-decoration: none;



   color: #333;



}







/*****************



basic layout 



*****************/



body {



   color: #333;



 /* gives some air for the pagewrapper */



    text-align: left;



	font: 12px/1em Arial, Helvetica, sans-serif;



	width: 100%;



	margin-top: 5px;



}







div#search {



   float: right;



   width: 23em;     /* enough width for the search input box */



   text-align: right;



   padding: 0.6em 0 0.2em 0;



   margin: 0 1em;



}







div.breadcrumbs {



   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */



   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */



   margin: 0 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */



   border-bottom: 1px dotted #000;



}







 div.breadcrumbs span.lastitem { 



   font-weight:bold; 



 } 







 div#content {



	float: left;



	padding-top: 15px;



	background-color: white;



}







div#main {



	float: left;

	width: 620px;



}







#main h2{



	padding-top: 10px;



	padding-bottom: 10px;



	border-bottom: 1px solid silver;



	color: #00542A;



	font-size: 25px;



	line-height: 25px;



	font-weight: normal;



	font-style: normal;



	margin-bottom: 20px;
	float: left;
	width: 100%;
}



























div#sidebar {



   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */



   width: 26%;    /* sidebar width, if you change this please also change #main margins */



   display: inline;  /* FIX ie doublemargin bug */



   margin-left: 0;



}







/* if sidebar doesnt include menu but content add class="hascontent" */



div#sidebar.hascontent {



   padding: 0 1%;



   width: 24%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */



}







div#footer {



   clear:both;       /* keep footer below content and menu */







	margin-top: 30px;



	float: left;



	width: 100%;



	background-color: #7DBE00;



}







div#footer p {      /* some air for footer */



   text-align: left; /* centered text */



   margin:0;



	color: white;	font-size: 10px;



	font-weight: normal;

	padding: 5px 20px;

	font-style: normal;

}







div#footer p a {



	color: white;



	text-decoration: none;



	font-weight: normal;

	font-style: normal;

}







/* as we hid all hr for accessibility we create new hr with extra div element */



div.hr {



   height: 1px;



   margin: 1em;



   border-bottom: 1px dotted black;



}







/* relational links under content */



div.left49 {



  float: left;



  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */



}







div.right49 {



  float: right;



  width: 49%;



  text-align: right;



}



















/********************



CONTENT STYLING



*********************/







/* HEADINGS */



div#content h1 {



   font-size: 2em;  /* font size for h1 */



   line-height: 1em;



   margin: 0;



}







div#main h3 {







		color: #00542A; 



   font-size: 1.17em;



   line-height: 1.5em;



   margin: 0 0 0.5em 0;



	font-weight: bold;



	text-decoration: none;



	padding-top: 5px;



	padding-bottom: 5px;

}



div#content h4 {
color: #00542A; 
font-size: 1.3em;
line-height: 1.6em;
margin: 0 0 1.25em;
}

div#content h4.warning {
color: white; 
font-size: 2em;
margin: 0 0 1.25em;
	background-color: #7DBE00;
	padding: 10px;
	line-height: 1.2em;
}

div#content h5 {
font-size: 1.1em;
line-height: 1.3em;
margin: 0 0 0.25em 0;
}



h6 {
font-size: 1em;
line-height: 1.3em;
margin: 0 0 0.25em 0;
}



/* END HEADINGS */







/* TEXT */



p {



   font-size: 1em;



   margin: 0 0 1.5em 0;  /* some air around p elements */



   line-height:1.5em;



   padding: 0;



	color: black;



	text-align: justify;



}



blockquote {



   border-left: 10px solid #ddd;



   margin-left: 10px;



}



pre {



   font-family: monospace;



   font-size: 1.0em;



}



strong, b {



/* explicit setting for these */



   font-weight: bold;



}



em, i {



/* explicit setting for these */



   font-style:italic;



}







/* Wrapping text in <code> tags. Makes CSS not validate */







pre {



   border: 1px solid #000;  /* black border for pre blocks */



   background-color: #ddd;



   margin: 0 1em 1em 1em;



   padding: 0.5em;



   line-height: 1.5em;



   font-size: 90%;   /* smaller font size, as these are usually not so important data */



}







/* END TEXT */







/* LISTS */







div#dl dt {



   margin: 0 0 0.25em 3em;



}



div#dl dd {



   margin: 0 0 0 3em;



}



/* END LISTS */



/* End of 'Layout: Top menu + 2 columns' */







/* Start of CMSMS style sheet 'Navigation: Simple - Horizontal' */



/********************



MENU



*********************/







/* hack for Internet Explorer */



* html div#menu_horiz {



   /* hide ie/mac \*/



   height: 1%;

	font-size: 10px;

}







/* 



background-color for the entire menu row, 



covering 100% of the width and text center-aligned 



*/



div#menu_horiz {



   background-color: #00542A;



   width: 100%;



	float: left;



	margin-right: 0;



	margin-top: 5px;



	margin-left: 0;

	font-size: 12px;

}







/* 



the menu ul box has top and left border, 



right border is provided by the li elements 



*/



div#menu_horiz ul {



   margin: 0;



   padding: 0;



   height:2.2em;

	font-size: 12px;
	float: left;
}











/* menu list items */



div#menu_horiz li {



   float: left; /* makes the list horizontal */



   list-style: none; /* hides the list bullet */ 



   margin: 0 ;

	font-size: 12px;

}











/* the links, that is each list item */



div#menu_horiz a {



   padding: .6em 1em .6em 1.4em; /* padding inside the list item box */



   margin: 0; /* margin outside each list item box */



   text-decoration: none; /* no underline for links */



	color: white;



   display: block;



	font-weight: normal;

	font-style: normal;

	font-size: 12px;

}











/* hover state for links */



div#menu_horiz li a:hover {



	color: #FFF;



	background-color: #7DBE00;

	font-size: 12px;
		background: url(uploads/images/contact.jpg) no-repeat;

}







/* active parent, that is the first-level parent of a child page that is the current page */







div#menu_horiz h3 {



   padding: .6em 1em .6em 1em; /* padding inside the list item box */



   margin: 0; /* margin outside each list item box */



   text-decoration: none; /* no underline for links */



	color: black;   background: #7DBE00;



   display: block;



font-size: 12px;

	font-style: normal;
		background: url(uploads/images/contact.jpg) no-repeat;

}



li.currentpage h3{

	font-weight: normal;

	font-style: normal;

}







/* End of 'Navigation: Simple - Horizontal' */



div#fonduimg{







	height: 150px;



	width: 100%;



		float: left;







}







div#fonduimg img{



	height: 150px;



	width: 100%;



	float: left;



}







h5.auteur{



	text-align: right;



}







div#newsletter{



	float: right;















	padding-top: .6em;



	padding-bottom: .6em;



	width: 229px;



	border-left: 1px solid #E4E2E3;



}







div#newsletter a{



	text-decoration: none;



}







h3.newsletter{



font-size: 1.17em;

	color: #004186;



	text-align: center;



	font-style: normal;



}







a h3.newsletter img{



	font-style: normal;



	border-bottom-style: none;



	margin-right: 5px;



}







div#news{



	width: 230px;



	float: left;



	padding-right: 26px;



}







div#events{



	width: 730px;



	float: right;



	padding-right: 13px;







}



div#medias{



	width: 230px;



	float: left;



	padding-left: 13px;



}







h2.titreindex{



	padding-left: 10px;



	font-weight: normal;



	font-style: normal;



	margin-bottom: 20px;



	color: white;



	font-size: 25px;



	height: 30px;



	padding-top: 10px;



	background: #004186 url(uploads/images/btAW.jpg) no-repeat;



}







h2.titreindex02{



	padding-left: 20px;



	padding-top: 5px;



	padding-bottom: 20px;



	font-weight: normal;



	font-style: normal;



	margin-bottom: 10px;



	color: #004186;



	background: white url(uploads/images/fondh2n.gif) repeat-x;



}











h2.titreindex1 a{



	padding-left: 20px;



	padding-top: 5px;



	padding-bottom: 20px;



	font-weight: bold;



	background: white url(uploads/images/btAW.jpg) no-repeat;



	float: left;



	width: 210px;



	text-decoration: none;



	color: #004186;



	height: 35px;



	font-size: 12px;



}







h2.titreindex1 a:hover{



	background: white url(uploads/images/btAW.jpg) no-repeat;



	color: #fff;



}







h2.titreindex2 a{



	padding-left: 20px;



	padding-top: 5px;



	padding-bottom: 20px;



	font-weight: bold;



	background: white url(uploads/images/btAW.jpg) no-repeat;



	float: left;



	width: 210px;



	text-decoration: none;



	color: #004186;



	height: 35px;



	font-size: 12px;



}







h2.titreindex2 a:hover{



	background: white url(uploads/images/btAW.jpg) no-repeat;



	color: #fff;



}











div#baspage{



	float: left;



	width: 100%;



	margin-top: 20px;



	background-color: white;



}







div#partners{







	float: left;







	background-color: white;



	width: 100%;



}







h2.partenaires{



	padding-left: 20px;



	padding-top: 5px;



	padding-bottom: 20px;



	margin-bottom: 10px;



	font-size: 12px; 



   text-align: left; 



   line-height: 1.5em;



	font-weight: bold;



		color: #004186;



	background: white url(uploads/images/fondh2n.gif) repeat-x;



}







div#logospartners{



	float: left;



}







div#logospartners ul{







	float: left;



	list-style-type: none;



	width: 100%;



}







div#logospartners li{



	



	float: left;



	width: 70px;



	height: 70px;



	margin-right: 41px;



}







a#logo01 {



	background: url(uploads/partenaires/acc2.jpg) no-repeat;



	height: 70px; width: 70px; display: block;



}







a#logo02 {



	background: url(uploads/partenaires/acc3.jpg) no-repeat;



	height: 70px; width: 70px; display: block;



}







a#logo03 {



	background: url(uploads/partenaires/acc4.jpg) no-repeat;



	height: 70px; width: 70px; display: block;



}







a#logo04 {



	background: url(uploads/partenaires/acc10.jpg) no-repeat;



	height: 70px; width: 70px; display: block;



}







a#logo05 {



	background: url(uploads/partenaires/acc5.jpg) no-repeat;



	height: 70px; width: 70px; display: block;



}







a#logo06 {



	background: url(uploads/partenaires/acc7.jpg) no-repeat;



	height: 70px; width: 70px; display: block;



}







a#logo07 {



	background: url(uploads/partenaires/acc6.jpg) no-repeat;



	height: 70px; width: 70px; display: block;



}







a#logo08 {



	background: url(uploads/partenaires/acc11.jpg) no-repeat;



	height: 70px; width: 70px; display: block;



}







a#logo09 {



	background: url(uploads/partenaires/acc8.jpg) no-repeat;



	height: 70px; width: 70px; display: block;



}







div#sitemap{



	float: right;



	width: 744px;



}



h2.sitemap{







	padding-left: 20px;



	padding-top: 5px;



	padding-bottom:5px;



	font-weight: normal;



	font-style: normal;



   background-color: #b3b3b3;



	margin-bottom: 10px;



		background-image: url(uploads/images/fondh2.jpg);



	color: gray;



	border-left: 1px solid #E4E2E3;



}







div.NewsSummary{



	line-height: 1.2em;



	color: #333;



}

div.NewsSummary a{
color: #00542a;
text-decoration: none;
}

div.NewsSummary a:hover{
color: #333;
text-decoration: underline;
}

div.NewsSummaryPostdate{
padding-bottom: 10px;
font-weight: bold;
color: #505050;
float: left;
width: 70px;
}

div.NewsSummaryExtra{
padding-bottom: 10px;
font-weight: bold;
color: #00542a;
}

div.NewsSummaryLink{
padding-bottom: 10px;
font-weight: normal;
font-size: 1.3em;
line-height: 1.3em;
font-style: normal;
border-bottom: 1px solid silver;
margin-bottom: 10px;
}







div.NewsSummaryCategory{



	padding-bottom: 10px;



}







div.NewsSummaryAuthor{



	padding-bottom: 10px;



}







div.NewsSummaryContent{



	padding-bottom: 10px;



	border-bottom: 1px solid #6bbe04;



	margin-bottom: 15px;



}







#contenu{



	padding-right: 20px;



	padding-left: 20px;



}







#contenu p{



	line-height: 1.2em;



}







#main ul li{
font-size: 1em;
margin: 0 60px 1em 40px;  /* some air around p elements */
line-height: 1.5em;
font-weight: normal;
color: black;
list-style-type: none;
text-align: justify;
	background: url(uploads/images/puce.jpg) no-repeat;
	padding-left: 40px;
}







#contenu p span{



	color: black;



	font-weight: bold;



}







#contenu p{



	line-height: 1.5em;



}







a#aw01{



	background: white url(uploads/images/AW01.jpg) no-repeat -25px;



	float: left;



	width: 230px;



	text-indent: -9999px;



	height: 230px;



}



























#ver-zebra



{



	font-size: 12px;



	text-align: center;



	border-collapse: collapse;



	width: 100%;



}



#ver-zebra th



{



	font-size: 14px;



	padding: 12px 15px;







		color: white;



	height: 20px;



	font-weight: bold;



}







#ver-zebra td



{



	padding: 15px 10px;



	font-weight: bold;



	border-bottom: 1px solid #EE7F00;



	height: 20px;



}







#ver-zebra td.des



{



	text-align: left;



	color: black;



	padding-left: 30px;



	background-color: #e5e5e5;



}







#ver-zebra td.des span.sup



{



	font-size: 75%;



vertical-align: 50%;



}















#ver-zebra td.nbr



{



border-left: 1px solid #EE7F00;



	font-size: 14px;



}







#ver-zebra td.nbr span



{



	color: #00542A;



	font-size: 14px;



}











#ver-zebra #vzebra-hoz,#ver-zebra #vzebra-vert



{



		background: #EE7F00 none no-repeat;



	border-bottom: 1px solid #EE7F00;



	border-left: 1px solid white;



}



#ver-zebra #vzebra-apple



{



		background: #EE7F00 none no-repeat;		border-bottom: 1px solid #EE7F00;



	border-left: 1px solid white;



}







#ver-zebra #vzebra-vide



{



	background: white;



	border-bottom: 1px solid #EE7F00;



}











.vzebra-odd



{







}



.vzebra-even



{



	background: #004186;



}







div.photo{



	float: left;



	width: 576px;



	border: 1px solid silver;



	padding: 20px;



}







div.photo img#darrieus{



	float: left;



	width: 100%;



	border: 1px solid gray;



}







div.photo2{



	float: left;



	width: 258px;



	border: 1px solid silver;



	padding: 20px;



}







div.photo2 img#darrieus{



	float: left;



	width: 100%;



	border: 1px solid gray;



}











div.photo3{



	float: left;



	width: 162px;



	border: 1px solid silver;



	padding: 20px;

	margin-right: 2px;

	margin-bottom: 2px;

}







div.photo3 img#darrieus{



	float: left;

	width: 100%;





}













div.photo4{
float: left;
width: 260px;
border: 1px solid silver;
padding: 20px;
margin-right: 2px;
margin-bottom: 2px;
}

div.photo4 img#darrieus{
float: left;
width: 100%;
}

span.legend{
float: right;
margin-left: 400px;
margin-right: 30px;
padding: 3px 5px;
color: black;
border-top: 1px solid gray;
margin-bottom: 30px;
font-size: 11px;
line-height: 15px;
background-color: #7DBE00;
}

span.legend2{
float: right;
margin-left: 30px;
margin-right: 30px;
padding: 3px 5px;
color: black;
border-top: 1px none gray;
margin-bottom: 30px;
font-size: 11px;
line-height: 15px;
background-color: #7DBE00;
}


marquee{
display: inline;
}



















/*** header ***



we will hide text and replace it with a image



we need to assign a height for it



*/











li.logo{



	width: 169px;



	height: 100px;



	float: left;



	text-indent: -9999px;



	background-color: #FFF;



}







h2.titlelogo a{



	text-decoration: none;



	font-size: 15px;



	line-height: 20px;



	float: left;



	background: white url(uploads/images/logoAW.jpg) no-repeat;



	width: 100%;



	height: 150px;



	text-indent: -9999px;



}







div#header {



   height: 150px;



	float: left;



	width: 1020px;

	margin-bottom: 5px;

}







div#contact02{



	width: 300px;



	float: right;
		padding-top: 25px;



	



	background-color: white;



}







#contact02 ul#primary-nav{



		list-style-type: none;



	list-style-position: inside;

	margin-bottom: 20px;

}







#contact02 ul#primary-nav li {



	list-style-type: none;



	list-style-position: inside;



	text-decoration: none;



	padding-top: 5px;



	padding-bottom: 5px;



	border-top: 1px none silver;

	border-bottom: 1px solid silver;

	font-size: 15px;

}











#contact02 ul#primary-nav li a{

	text-decoration: none;

	color: #7DBE00;

	line-height: 25px;



	height: 80px;



	font-weight: normal;

	font-style: normal;

	letter-spacing: 1px;

}



#contact02 ul#primary-nav li:hover{

text-decoration: none;

color: #00542a;

line-height: 25px;

background-image: none;

}



#contact02 ul#primary-nav li:hover a{

text-decoration: none;

color: #00542a;



line-height: 25px;

background-image: none;

}



#contact02 ul#primary-nav li a.menuactive{

text-decoration: none;

color: black;

}



#fondglobal{

margin-right: auto;

margin-left: auto;

width: 960px;

}



div#pagewrapper {

width: 960px;

float: left;

}











/* set millions of background images */



.rbroundbox { background: url(uploads/images/nt.gif) repeat; }



.rbtop div { background: url(uploads/images/tl.gif) no-repeat top left; }



.rbtop { background: url(uploads/images/tr.gif) no-repeat top right;

}



.rbbot div { background: url(uploads/images/br.gif) no-repeat bottom left; }



.rbbot { background: url(uploads/images/bl.gif) no-repeat bottom right; }







/* height and width stuff, width not really nessisary. */



.rbtop div, .rbtop, .rbbot div, .rbbot {



width: 100%;



height: 10px;



font-size: 1px;



}



.rbcontent {

	margin-top: 0;

	margin-bottom: 0;

}



.rbroundbox { width: 100%; margin: 0 auto 20px; }







#bloctech{
		width: 620px;
	float: left;
}

.illus{
float: left;
width: 200px;
	border-right: 6px solid white;
}

.illustech{
	float: left;
	width: 200px;
	margin-right: 20px;
}

.illustech2{
	float: left;
	width: 200px;
}

img#tech03{
width: 200px;
}

img#tech02{
width: 200px;
}

img#tech01{
width: 200px;
}







img#burlot{



	width: 170px;



}



H1 { font-size: 2em }

H2 { font-size: 1.5em }

H3 { font-size: 1.17em }

H4 { font-size: 1em }

H5 { font-size: .83em }

H6 { font-size: .67em }



div#contact{

	float: left;

	padding-left: 26px;

}



.contact{

	background: url(uploads/images/contact.jpg) no-repeat;

	height: 130px;

}



.contact a{

height: 110px;

	padding: 10px 7px 10px 13px;

	text-decoration: none;

	font-weight: normal;

	font-size: 25px;

	font-style: normal;

	float: left;

	line-height: 23px;

	color: black;

	margin-bottom: 10px;

}



.contact span{

	float: right;

		line-height: 10px;

	margin-top: 9px;

	font-size: 0.4em;

}



.contact strong{



	text-align: center;

	color: white;

	font-size: 43px;

	line-height: 40px;

}

.id{
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	float: left;
	width: 310px;
	margin-bottom: 30px;
}

.qui{
	float: left;
	width: 150px;
	margin-top: 33px;
}

.qui p{
	float: left;
	margin-bottom: 0;
}

.qui p.Nom{
	float: left;
	width: 150px;
	margin-bottom: 0;
	font-size: 1.5em;
}

.qui p.Fonction{
	float: left;
	width: 150px;
	margin-bottom: 20px;
}

.qui p.Mails a{
	float: left;
	text-decoration: none;
	color: black;
	background-color: #7DBE00;
	padding: 2px 10px;
	font-weight: normal;
	background-image: url(uploads/images/contact.jpg);
	font-style: normal;
}

.qui p.Mails a:hover{
	float: left;
	text-decoration: none;
	color: white;
	background: url(uploads/images/contact.jpg) no-repeat;
}

.gensburlot a{
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-indent: -9999px;
	float: left;
	width: 150px;
	height: 120px;
	margin-right: 10px;
	background: #7DBE00 url(uploads/images/ID/Burlot.jpeg) no-repeat;
}

.gensburlot a:hover{
	background: #7DBE00 url(uploads/images/ID/Burlot02.jpg) no-repeat;
}

.gens a{
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-indent: -9999px;
	float: left;
	width: 150px;
	height: 120px;
	margin-right: 10px;
	background: #7DBE00 no-repeat;
}

div.article{
	width: 200px;
	font-weight: bold;
	float: left;
}

div.article02{
	width: 200px;
	font-weight: bold;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

div.article03{
	width: 200px;
	font-weight: bold;
	float: left;
}

div.pdf01 a{
	float: left;
	width: 200px;
	height: 280px;
	text-indent: -9999px;
	background: url(uploads/images/Presse/20min.jpg) no-repeat;
	margin-bottom: 10px;
}

div.pdf02 a{
	float: left;
	width: 200px;
	height: 280px;
	text-indent: -9999px;
	background: url(uploads/images/Presse/gaz.jpg) no-repeat;
	margin-bottom: 10px;

}

div.pdf03 a{
	float: left;
	width: 200px;
	height: 280px;
	text-indent: -9999px;
	background: url(uploads/images/Presse/echos.jpg) no-repeat;
	margin-bottom: 10px;

}

div.txtpdf p a{
	padding-bottom: 10px;
font-weight: bold;
color: #00542a;
	text-decoration: none;
}

form#m4moduleform_1{
	float: left;
	margin-bottom: 20px;
}

.formbuilderform fieldset{
	border-style: none;
}

fieldset div{
	border-style: none;
	margin-bottom: 10px;

}

.required{
	margin-bottom: 10px;
}

.required label{
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

div.liencache{
	color: white;
	text-indent: -9999px;
}

div.liencache a{
	color: white;
	text-indent: -9999px;
}

div.boutonilove{
	float: right;
	height: 100%;
	padding-top: 5px;
}

div.boutonilove a{
	text-decoration: none;
	background: url(uploads/images/mail.gif) no-repeat;
	float: left;
	width: 24px;
	height: 18px;
}

div.flags{
	float: right;
}

div.uk{
	float: left;
		text-indent: -9999px;
	background: url(uploads/images/UK.png) no-repeat;
	height: 20px;
	margin-top: 5px;
}

div.french{
	float: left;
		text-indent: -9999px;
			background: url(uploads/images/France.png) no-repeat;
				height: 20px;
	margin-top: 5px;
}

div.spain{
	float: left;
	text-indent: -9999px;
		background: url(uploads/images/Spain.png) no-repeat;
			height: 15px;
	margin-top: 5px;
}

div.flags a{
	height: 4px;
}




/* Formulaire */

#main form fieldset{
	border-style: none;
	float: left;
	width: 620px;
}



.required{
	float: left;
	width: 310px;
}

.required input{
	width: 250px;
	border: 1px solid #7DBE00;
	height: 20px;
}

.required textarea{
	width: 560px;
		border: 1px solid #7DBE00;

}

.required label{
	color: #00542A;
	font-weight: bold;
}

.required select{
	width: 250px;
	border: 1px solid #7DBE00;
	height: 20px;
	margin-bottom: 5px;
	margin-top: 2px;
}

.submit{
	float: left;
	width: 620px;
}

.blocrevend{
	float: left;
	width: 100%;
}

.blocrevend p{
	float: left;
	margin-left: 20px;
}

.blocrevend ul{
	float: left;

}


/* End of 'AppleWindCSS' */

/* End of 'AppleWindCSS' */

/* End of 'AppleWindCSS' */

/* End of 'AppleWindCSS' */

/* End of 'AppleWindCSS' */

/* End of 'AppleWindCSS' */

/* End of 'AppleWindCSS' */

/* End of 'AppleWindCSS' */

/* End of 'AppleWindCSS' */

/* End of 'AppleWindCSS' */

/* End of 'AppleWindCSS' */

/* End of 'AppleWindCSS' */

/* End of 'AppleWindCSS' */

/* End of 'AppleWindCSS' */

/* End of 'AppleWindCSS' */

/* End of 'AppleWindCSS' */

/* End of 'AppleWindCSS' */


/* End of 'AppleWindCSS' */


/* End of 'AppleWindCSS' */

/* End of 'AppleWindCSS' */

