/* Design de base */

html, body {
	margin:0;
	padding:0;
	font-family: arial,sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align:center; /*pour centrer le site... stoopid ie6*/
	color: #2c2c2b;
	background: #4d4c49 url(../img/bg.jpg) repeat-x;
}

a {
	outline:none; 
	color: #026baa;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {border:0;}

#global {
	width: 760px;
	height: 589px;
	margin: 0px auto;
	padding: 10px 11px 11px;
	text-align:left;/*on recale le text à gauche*/
	background: #4d4c49 url(../img/bg_global.jpg) no-repeat;
}

#header {
	height: 90px;
	background: #fff url(../img/header.jpg) no-repeat;
}

#menu {
	height: 53px;
	background: #fff url(../img/bg_menu.jpg) no-repeat;
}

#container {
	height: 446px;
	background: #fff url(../img/bg_container.jpg) repeat-x;
}

#container_deco {/*pour les petites fleches*/
	height: 446px;
	background: transparent url(../img/bg_container_deco.gif) no-repeat;
}

#container_center {
	height: 394px;
	margin: 0px 12px;
	padding: 10px;
	border: 1px solid #c4c4c4;
	overflow: auto;
}

#footer {
	height: 18px;
	margin: 0px 12px;
	padding-top: 6px;
	background: transparent url(../img/bg_footer.jpg) repeat-x;
	text-align:center;
}

.spacer {clear:both;}

/* On attack le menu */

#menu ul{
	margin: 0px 0px 0px 85px;
	display: inline; /*on evite le double margin... stoopid ie6*/
	padding:0px 0px 1px;
	text-align:center;
	font-weight: bolder;
	font-size: 12px;
	border: 1px solid silver;
	border-top: none;
	float:left;
}

#menu ul li{
	list-style:none;
	float: left;
	border-right: 1px solid silver;
}

#menu ul li a{
	float:left;
	display:block;
	padding: 5px 20px;
	margin: 0px 3px;
	color: #0066a4;
	text-decoration: none;
}

#menu ul li a:hover{
	color: #fff;
	background: transparent url(../img/bg_menu_link.jpg) repeat-x;
}

#menu .menu_hover {
	color: #fff;
	background: transparent url(../img/bg_menu_link.jpg) repeat-x;
}

/* Menu de la galerie */

#menu_galerie {
	display:none;
	line-height: 14px;
	font-size: 13px;
	padding: 10px;
	margin: 60px 0px 0px -174px;
	position: absolute;
	width: 130px;
	height: 217px;
	background: transparent url(../img/bg_menu_galerie.jpg) repeat-x;
	font-weight: bold;
}

#menu_galerie ul{
	padding: 0px 0px 0px 15px;
	margin: 0px;
}

#menu_galerie ul li{
	list-style: url(../img/puce.gif);
	margin: 10px 0px;
}

#menu_galerie ul li a{
	color: #0066a4;
	text-decoration: none;
}

#menu_galerie .menu_galerie_hover {
	display:block;
	_height:10px; /*stoopid ie6*/
	color: #2c2c2b;
	padding-bottom: 3px;
	border-bottom: 1px solid #2c2c2b;
}

#title_menu_galerie {
	display:block;
	padding-bottom:3px;
	margin-bottom: 15px;
	border-bottom:1px solid #c4c4c4;
}

/* On attack le contenu de l'accueil */

.section_galerie, .section_realisation {
	float:left;
	margin: 20px 0px 5px 9px;
	width: 232px;
	height: 166px;
	cursor: pointer;
	background: transparent url(../img/bg_section_galerie.gif) repeat-x;
	text-decoration:none;
}

.section_galerie:hover, .section_realisation:hover {
	background: transparent url(../img/bg_section_galerie_hover.gif) repeat-x;
	text-decoration:none;
}

.section_galerie_title {
	text-align:center;
	color: #0066A4;
	font-size: 12px;
	font-weight: bold;
	padding-top:10px;
	display:block;
}

.section_galerie_photo {
	text-align:center;
	padding-top:10px;
	display:block;
}

.section_galerie_photo img {
	border: 1px solid #e9e4e4;
}

#gallery a {
	display: block;
	float: left;
	padding: 0px 1px 0px 2px;
}

#gallery img {
	padding: 2px;
	background: white url(../img/bg_img.jpg) repeat-x;
	margin: 5px 1px;
}

#gallery img:hover {
	padding: 2px;
	background: #0068a7;
	margin: 5px 1px;
}

/* on attack le contenu des pages Realisation et Notre compagnie + contact */
#container_realisation .section_galerie_photo{
	text-align: left;
	padding-left: 15px;
}

#contener_bg_white {
	padding: 10px;
	background: white;
	border: 1px solid #eaeaea;
}

.section_realisation {
	margin: 20px 0px 5px 1px;
}

.rapport_dessai {
	float:left;
	margin-top: 5px;
}

.rapport_dessai a{
	background: transparent url(../img/rapport_dessai.jpg) no-repeat;
	width: 554px;
	height: 134px;
	display:block;
}

.rapport_dessai a:hover{
	background: transparent url(../img/rapport_dessai_hover.jpg) no-repeat;
}

/* Les messages d'erreurs pour le formulaire de contact */

#container_alert {
   
}

.quick-alert {
	text-align: center;
	background: transparent url(../img/bg_quick-alert.png);
	color: white;
	font-weight: bold;
	width: 210px;
	padding: 25px 10px 25px 10px;
	margin-top: 20px;
}

.quick-alert_success {
	text-align: center;
	background: transparent url(../img/bg_quick-alert_success.png);
	color: white;
	font-weight: bold;
	width: 210px;
	padding: 25px 10px 25px 10px;
	margin-top: 20px;
}

/* Le formulaire de contact */

form {
	padding:0px;
	margin:0px;
}

fieldset {
	border: 1px solid #eaeaea;
	padding: 10px 30px;
	margin-left: 20px;
	float:left;
}

.coordonne {
	float:left;
	width: 170px;
	margin: 0px;
}

legend {
	font-size: 13px;
	padding: 0px 10px;
	font-style: italic;
	color: #747273;
}

label {
	width: 150px;
	display: block;
	float: left;
	margin: 6px;
	clear: both;
}

input {
	margin: 3px;
	width: 200px;
	border: 1px solid silver;
}

textarea {
	margin: 3px;
	width: 200px;
	border: 1px solid silver;
	height: 100px;
}

.input_button {
	background: #f0f0f0;
}

.input_button:hover {
	background: #0081cd;
	color: white;
	cursor: pointer;
}


