/*************************** BALISES *********************************/
html{
	overflow-x:hidden;
}

noscript p {
text-align: center;
background: #4b4b4b;
}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
margin: 0;
padding: 0;
background: #0097ff url('../img/bg.png') repeat-x 0 0;
color:#4b4b4b;
/* scrollbar IE */
}

h1 {
font-size: 44px;
font-weight: bold;
color: #97bf0d;
padding:8px 0 10px 60px;
clear:both;
background:url('../img/puce_h1.png') no-repeat 10px 10px;
}
h2 {
font-size: 35px;
font-weight: bold;
color: #1e7bb9;
padding:8px 0 10px 60px;
clear:both;
background:url('../img/puce_h1.png') no-repeat 10px 10px;
}
h3 {
font-size: 26px;
font-weight: bold;
color: #97bf0d;
padding:8px 0 10px 40px;
clear:both;
background:url('../img/puce_h3.jpg') no-repeat 10px 10px;
}
h4 {
font-size: 29px;
font-weight: bold;
color: #97bf0d;
padding:8px 0 10px 60px;
clear:both;
background:url('../img/puce_h1.png') no-repeat 10px 10px;
}
h5 {
font-size: 18px;
font-weight: bold;
color: #fff;
padding:0 0 5px 20px;
clear:both;
background:url('../img/puce_footer.png') no-repeat 0 5px;
}

legend {
margin: 2px 0 2px -10px;
width: 100%;
}
p, li {
	margin:0;
	line-height: 140%;
}
p.texte {
margin: 5px 0;
text-align: justify;
}
strong {
	font-weight: bold;
	color:#97bf0d;
}
a {
color: #006fb4;
}
a.current {
color: #9d1837;
text-decoration: none;
}
a.file {
padding: 3px 3px 3px 20px;
background-repeat: no-repeat;
}
a.file.doc {
background-image: url('../img/ico/doc.png');
}
a.file.pdf {
background-image: url('../img/ico/pdf.png');
}
a.file.ppt {
background-image: url('../img/ico/ppt.png');
}
input[type=text] {
	margin: 2px 0 3px 0;
	padding: 6px;
	border-top:1px solid #838383;
	border-right:1px solid #C4C4C4;
	border-bottom:1px solid #C4C4C4;   
	border-left:1px solid #838383; 
}
textarea {
	margin: 2px 0 3px 0;
	background: #fff url('../img/bg-input.gif') repeat-x;  
	border-top:1px solid #838383;
	border-right:1px solid #C4C4C4;
	border-bottom:1px solid #C4C4C4;   
	border-left:1px solid #838383; 
	width:250px;
}
input[type=submit] {
	margin:0;
}
table {
border-collapse: collapse;
}
/***************************** BALISES END *****************************/

/**************************** LAYOUT ***********************************/
#header {
width: 100%;
height: 360px;
background: url('../img/bg_header.jpg') no-repeat 50% 0%;
}
#header_content {
width: 950px;
margin: 0 auto;
}
#header_content h1 {
padding: 1.5em 0;
background:none;
}
#nav_site{
height:53px;
padding-top: 23px;
background: #fd0 url('../img/bg_nav.png') repeat-x 0 0;
border-top: 3px solid #fd0;
border-bottom: 8px solid #fff59b;
position: relative;
z-index: 2;
}
#nav_site ul.sf-menu {
width: 950px;
margin: 0 auto;
}
#social {
position: relative;
left: 35px;
}
#social li {
float: left;
margin: -5px 7px 0 0;
}
#nuages{
position: absolute;
margin-top:0px;
margin-left:auto;
margin-right:auto;
width:1960px;
}
#wrapper {
width: 950px;
min-height: 500px;
margin: 1em auto -20px;
background: #fff;
border: 1px solid #000;
overflow: hidden;
position: relative;
z-index: 1;
}
#lang-select{
	position: absolute;
	top: 105px;
	right: 10px;
}
#lang-select li{
	float:left;
	margin:2px;
}
#main {
	width:950px;
	margin:10px 0 20px;
}
.contenus{
	float:left;
	padding:20px;
}
.contenus p{
margin:15px 0;
}
.contenus img{
	float:left;
}
.contenus img.gauche{
	margin:0 15px 0 0;
}
#content_top {
	width:950px;
	float:left;
}
#content_top_left {
	width:581px;
}
#content_top_right {
	width:289px;
	background:url('../img/border_content_right.png') no-repeat top left;
}
#slideshowsite img {
	width:289px;
	height: 164px;
}
#content_bottom {
	width:950px;
	float:left;
	background: #cbeaff;
}
#content_bottom_left{
	width:581px;
}
#contentbottomright {
	width:289px;
	margin:20px;
	float:left;
	background:url('../img/border_content_bottom_right.png') no-repeat top left;
}
#contentbottomright img {
	width:289px;
	height: 164px;
}
#map{
	margin-top:20px;}
#footer {
	position: relative;
	z-index: 2;
	width: 100%;
	height:314px;
	background: url('../img/bg_footer.png') repeat-x 0 0;
}
#footer_content {
width: 950px;
margin: 0 auto;
padding: 3em 0 0;
}
#footer_content .grange {
	float:left;
	margin-left: -130px;
}
#footer_content .box {
position: relative;
z-index: 1;
	color: #1e7bb9;	
	float:left;
	width: 202px;
	height:171px;
	text-align:left;
	padding:10px;
	background:url('../img/separateur_footer.png') no-repeat top left;
}
#footer_content p {
	padding-left:20px;
}
#footer_content a {
color: #0e76b2;
text-decoration:none;
}
#footer_content a:hover {
color: #4b4b4b;
text-decoration:none;
}
#alnetis {
clear: both;
text-align: center;
}
/**************************** LAYOUT END ***********************************/

/*********************************  TABLE END  ***********************************************/
table {
border: medium solid #6495ed;
border-collapse: collapse;
width: 100%;
}
th {
font-family: monospace;
font-weight: bold;
border: thin solid #6495ed;
padding: 5px;
background-color: #D0E3FA;
text-align: center;
}
td {
font-family: sans-serif;
border: thin solid #6495ed;
padding: 5px;
text-align: center;
background-color: #ffffff;
}
/*********************************  TABLE END  ***********************************************/

/*********************** CONTENT *********************************/
#accueil #wrapper {
background: transparent none;
border: 0;
}
#fancy_title table, #fancy_title td {
border: none;
}
#galerie #content_bottom {
position: relative;
}
#galerie #content_bottom #photos_album {
width: 800px;
height:640px;
margin: 1.5em auto 0;
text-align: center;
}
#galerie #caption {
position: absolute;
width: 800px;
height: 60px;
top: 586px;
left: 50%;
margin-left: -400px;
margin-bottom: 40px;
line-height: 40px;
text-align: center;
z-index: 500;
font-size: 16px;
font-weight: bold;
color: #fff;
background-color: #0097FF;
}
#vprojet ol.schema li {
padding: 5px 25px;
background: url('../img/heading_bg.png') no-repeat 0 0;
}
#vprojet ol.schema li li {
background: url('../img/titreh4.png') no-repeat 0 6px;
}
#realisations #thumbs {
float: left;
width: 51%;
}
#realisations #big {
float: left;
width: 412px !important;
overflow: hidden;
}
#realisations #big img {
height: 412px;
}
#realisations #caption {
float: left;
width: 400px;
margin: 0;
padding: 6px;
background: #0097FF;
font-weight: bold;
color: #fff;
}
#actualites .entry {
margin: 1em 0;
}
#telechargements #main div.categorie {
float: left;
width: 29%;
height: 260px;
padding: 2% 2% 0%;
}
#telechargements #main div.categorie ul li {
padding: 3px 8px;
}
#contact #content_bottom {
padding-bottom: 5em;
}
#contact fieldset p {
float: left;
padding: 7px 30px;
width: 230px;
}
#contact fieldset p#envoyer {
float: none;
}
#contact fieldset p label {
	display: block;
	margin-top: 2px;
}
#contact fieldset p input[type=text] {
width: 200px;
}
#contact fieldset p input.long[type=text] {
width: 400px;
}
#contact fieldset p textarea {
	width: 502px;
	height: 140px;
}
#plan #map_canvas {
width: 100%;
height: 480px;
}
fieldset.validation {
	clear: left;
}
/*********************** CONTENT END *********************************/

/*********************** CLASSES *********************************/
.pagination {
	height: 2em;
	line-height: 2em;
}
.pagination a, .pagination span {
	padding: 0.1em 0.3em;
}
.pagination a {
	color: #2C347F;
}
.pagination span.disabled, .pagination span.current {
	color: #777;
}
.gauche {
	float: left;
}
.droite {
	float: right;
}
.aligne_centre {
	text-align: center;
}
.aligne_droite {
	text-align: right;
}
.justifie {
	text-align: justify;
}
.nomargin {
	margin: 0;
}
.reset {
	clear: both;
}
.nofloat {
	float: none;
}
.nobg {
	background: none;
}
.curseur_lien {
	cursor: pointer;
}
.cache {
	display: none;
}
/*********************** CLASSES END *********************************/