#container_global{
	width: 100%;
	margin-top: -15px;
	position: relative;
}

#agrume{
	position: absolute;
	top: 20px;
	width: 100%;
	height: 132px;
}

.agrume1{
	background: url("../images/agrume1.png") center top no-repeat;
}

.agrume2{
	background: url("../images/agrume2.png") center top no-repeat;
}

.agrume3{
	background: url("../images/agrume3.png") center top no-repeat;
}

.agrume4{
	background: url("../images/agrume4.png") center top no-repeat;
}

#container_site{
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#header{
	width: 100%;
	height: 150px;
	position: relative;
	top: 40px;
	font-family : 'KabelMdBTMedium';
}

h1{
	padding: 0px;
	margin: 0px;
}

h1 a{
	display: inline;
	text-decoration: none;
}

#logo{
	width: 775px;
	height: 75px;
}

ul{
	list-style-image: url("../images/puce.png");
}

ul#main_nav li { 
	display : inline;
	padding : 0 35px;
	font-size : 18pt;
}

ul#main_nav li a { 
	color : #000;
	text-decoration: none;
}

ul#main_nav {
	list-style-type : none;
	margin-left: auto;
	margin-right: auto;
}

#header #marker{
	position: relative;
	left: 36px;
	top: -10px;
	width: 72px;
	height: 1px;
	border-bottom: 4px solid #000;
}

#contenu_page{
	width: 100%;
	height: 600px;
	font-size: 9pt;
	color: #3f3e3e;
}

.loadingScreen{
	margin-top:250px;
	line-height:32px;
	height : 32px;
	width: 100%;
	text-align: center;
	color: #222;
	font-size: 14pt;
	background : none;
}

.loadingScreen img, .social img { 
  vertical-align: middle; 
}

#contenu_page > div {
	width: 100%;
	background-color : none;
}

h2{
	color: #b30f0f;
	font-size: 18pt;
	margin-bottom: 0px;
}

.colonne_gauche{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 48%;
}

.news1 img{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	-moz-box-shadow: 3px 3px 3px #000; /* FF3.5+ */
  	-webkit-box-shadow: 3px 3px 3px #000; /* Saf3.0+, Chrome */
    box-shadow: 3px 3px 3px #000; /* Opera 10.5, IE9, Chrome 10+ */
}

h3{
	color: #000;
	font-size: 14pt;
}

.news1 .news2, .news3 {
	position: relative;
	width : 450px;
}

.news2 span, .news3 span{
	color: #3f3e3e;
	font-size: 9pt;
}

.news1 span{
	margin-right: 65px;
	color: #3f3e3e;
	font-size: 9pt;
}

.social{
	margin-top: 20px;
	color: #000;
}

.social span{
	margin-left: 60px;
}

.social span.logo, .marge{
	margin-left: 15px;
}

.colonne_droite{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 48%;
}

.left{
	float: left;
	border: 1px solid #000;
	margin-right: 15px;
	padding: 0px;
}

.spacer{
	clear : both;
	width: 232px;
	height: 3px;
	background: url("../images/spacer.png") no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}

#temoignages, #temoignages > div{
	width: 420px;	
}

#temoignages span{
	margin-right: 30px;
	color: #000;
}

.clear{
	clear: both;
}

#footer{
	text-align: center;
	line-height: 22px;
}

#footer span{
	margin-right: 50px;
}

#footer span img{
	position: relative;
	top: 10px;
}

.tooltip {
	z-index: 100;
	display:none;
	background:transparent url("../images/tooltip/black_arrow.png");
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;
}

.tooltip.bottom {
	background:url("../images/tooltip/black_arrow_bottom.png");
	padding-top:40px;
	height:55px;
}

.tooltip.bottom {
	background:url("../images/tooltip/black_arrow_bottom.png");
}

.cacher{
	display: none;
}

.pop img{
	float: left;
	margin-right: 30px;
}

.pop a{
	margin-left: 50px;
}

table{
	border: none;
}

table tr{
	border: none;
}

table td{
	border: none;
	vertical-align: middle;
}

.savoirplus{
	margin-top: 150px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.savoirplus a{
	margin-right: 50px;
	text-decoration: none;
}

textarea{
	resize: none;
}

#gmap{
	width: 420px;
	height: 346px;
}

#gstreet{
	width: 420px;
	height: 230px;
}

#diapo-reas{
	margin-left : auto;
	margin-right : auto;
	width : 900px;
	text-align: center;
}

#diapo-reas table td{
	width: 300px;
	text-align : center;	
}

#diapo-reas table tr.space{
	height : 30px;
}

#diapo-reas div a{
	text-decoration: none;
}

.realisations{
	position: relative;
	width: 100%;
}

#diapo-reas-next{
	position: absolute;
	top: 325px;
	right: 0px;
	z-index: 100;
	cursor: pointer;
}

#diapo-reas-prev{
	position: absolute;
	top: 325px;
	left: 0px;
	z-index: 100;
	cursor: pointer;
}

table.headrea td{
	vertical-align: bottom;
}

table.headrea td select{
	position: relative;
	bottom : 5px;
}

table.headrea td.space{
	width: 50px;
}

table.ls_rea td{
	vertical-align: top;
	width : 310px;
}

.content_center{
	margin-top : 150px;
	width : 400px;
	margin-left : auto;
	margin-right : auto;
	padding : 10px;
	padding-top : 0px;
	border : 1px solid #000;
	text-align : center;
	background-color : #EDEDED;
}

.connect_form input{
	font-size : 15pt;
}

#logout{
	position: absolute;
	top : 10px;
	right : 200px;
}

.ima{
	text-decoration: none;
}

#liste_articles, #liste_sites, #liste_temoignages{
	height : 360px;
	width : 600px;
}

#liste_articles2{
	width: 500px;
	max-height: 350px;
	overflow: hidden;
}

#liste_articles2 > div{
	width: 500px;
}

#liste_articles table, #liste_sites table, #liste_temoignages table{
	width : 565px;
}

#articles-nav, #sites-nav, #temoignages-nav{
	width : 600px;
	text-align : center;
}

#articles-nav2{
	width : 500px;
	text-align: center;
}

#articles-nav2 a{
	margin-right : 5px;
	font-size : 10pt;
}

#articles-nav2 a.activeSlide{
	font-weight : bold;
	text-decoration : none;
}

#articles-nav a, #sites-nav a, #temoignages-nav a{
	margin-right : 10px;
	font-size : 12pt;
}

#articles-nav a.activeSlide, #sites-nav a.activeSlide, #temoignages-nav a.activeSlide{
	font-weight : bold;
	text-decoration : none;
}

#form_ajout_site, #form_modif_site, #form_ajout_temoi, #form_modif_temoi{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 401px;
	display : none;
}