/* Start of CMSMS style sheet 'yge' */
body {
	margin:0;
	background:url('../images/fond.jpg') repeat-x;
	font-family:Verdana;
	font-size:12px;
}

a {
	outline: none;	
}

img {
	border:0px;	
}

div#general {
	width:1000px;
	margin:0 auto 0;
}

div#header {
	width:1000px;
	height:205px;
}

a#logo {
	display:block;
	width:1000px;
	height:134px;
	background:url('../images/header_logo.jpg') no-repeat top center;
}

div#menu {
	width:1000px;
	height:71px;
	background:url('../images/header_menu.jpg') no-repeat;
}

div#menu ul{
	margin:0;
	margin-left:450px;
	list-style:none;
}

div#menu ul li{
	float:left;
}

div#menu ul li span{
	display:none;
}

div#menu ul li a{
	display:block;
	width:95px;
	height:41px;
}

div#menu ul li.societe a {
	background:url('../images/menu_societe.jpg') no-repeat;
}
div#menu ul li.societe:hover a, div#menu ul li.societe a.menu_select {
	background:url('../images/menu_societe_select.jpg') no-repeat;
}

div#menu ul li.activites a {
	background:url('../images/menu_activites.jpg') no-repeat;
}
div#menu ul li.activites:hover a, div#menu ul li.activites a.menu_select {
	background:url('../images/menu_activites_select.jpg') no-repeat;
}

div#menu ul li.galerie a {
	background:url('../images/menu_galerie.jpg') no-repeat;
}
div#menu ul li.galerie:hover a, div#menu ul li.galerie a.menu_select {
	background:url('../images/menu_galerie_select.jpg') no-repeat;
}

div#menu ul li.service a {
	background:url('../images/menu_service.jpg') no-repeat;
}
div#menu ul li.service:hover a, div#menu ul li.service a.menu_select {
	background:url('../images/menu_service_select.jpg') no-repeat;
}

div#menu ul li.contact a {
	background:url('../images/menu_contact.jpg') no-repeat;
}
div#menu ul li.contact:hover a, div#menu ul li.contact a.menu_select {
	background:url('../images/menu_contact_select.jpg') no-repeat;
}

div#col_left {
	float:left;
	width:245px;
	margin-top:-8px;
}

div#col_right {
	width:750px;
	margin-left:250px;
}

p.adresse_align, h2.adresse_align {
	margin-left:3px;
}

div.bloc_top {
	color:#FFF;
	height:4px;
	background:url('../images/bloc_top.jpg') no-repeat;
	margin-top:10px;
}

div.bloc {
	width:705px;
	background:url('../images/bloc_center.jpg') repeat-y;
	padding: 1px 5px 1px;
	font-family:Trebuchet MS;
	font-size:13px;
}

div.bloc h3 {
	margin-top:2px;
	margin-bottom:0;
	padding:5px 25px;
}

div.bloc p {
	margin-top:0;
	padding:0 25px;
}

div.bloc_bottom {
	color:#FFF;
	height:5px;
	background:url('../images/bloc_bottom.jpg') no-repeat;
}

div#footer {
	text-align:right;
	margin-right:37px;
}

/* ACTIVITES */
.submenu_box {
	font-family:Trebuchet MS;
	font-size:13px;
	border:1px #989898 solid;
	width:229px;
	padding:0;
	margin:8px 0 3px 3px;
}

.submenu_box h3{
	margin:0;
	padding:10px;
	background:url('../images/submenu_title.jpg') no-repeat;
}

.submenu_box a{
	color:#5F5F5F;
	display:block;
	background:#C8C8C8;
	padding:10px;
	text-indent:20px;
	border-bottom:1px #A8A8A8 solid;
	text-decoration:none;
}

.submenu_box a:hover, .submenu_box a.submenu_select{
	color:#0063A3;
	background:#C8C8C8 url('../images/fleche.jpg') no-repeat 5% 50%;
}

.submenu_box a.last{
	border-bottom:0;
}

.bloc_gris {
	width:665px;
	height:135px;
	margin:0 auto 7px;
	background:#999 url('../images/fond_bloc_gris.jpg') no-repeat;
}

.bloc_gris div.gris_left {
	float:left;
	padding:5px;
	color:white;
	width:385px;
}

.bloc_gris div.gris_left h3{
	color:white;
	font-size:23px;
}

.bloc_gris div.gris_left p{
	color:white;
	text-align:justify;
	font-size:13px;
}

.bloc_gris div.gris_right {
	width:240px;
	margin-left:390px;
	padding-top:20px;
}

/* GALERIE */
.gal {
	width:660px;
	margin:auto;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	background: transparent url(___just-anything-here.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* Contact */
.carte {
float:left;
margin:5px 10px 5px 25px;
}

.texte {
margin-left:10px;
}

.texte label {
display:block;
width:150px;
float:left;
}

.submit {
text-align:center;
margin-bottom:15px;
}

iframe {
border:1px black solid;
text-align:center;
width:703px;
margin:auto;
}

.error_message {
color:red;
font-weight:bold;
}
/* End of 'yge' */


