@charset "UTF-8";
/* CSS Document */


html, body {
    height: 100%;
}
body {
	width:100%;
	height: 100%;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background: url(../img/bg.jpg) no-repeat top #33799f;
}
div#container {
    position: relative;
    min-height: 100%;
}
div#content {
	padding-bottom: 70px;
}

div#bg {
	position:fixed; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
}

/*MENU TOP*/
div#menu_top{
	width:1024px;
	height: 72px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/bg_menu_top.png) no-repeat;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
}
div#menu_top a{
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}
div#menu_top a:hover{
	color: #30c1ed;
	text-decoration: none;
}
div#menu_top a.selected{
	color: #30c1ed;
	text-decoration: none;
}



/*FOOTER*/
div#footer {
	position: absolute;
	bottom: 0;
	width:100%;
	height: 69px;
}

div#footer div.footer_content{
	width:1024px;
	height: 69px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/bg_footer.png) no-repeat bottom right;
}
div#footer div.footer_content div.menu_bas{
	font-size: 11px;
	color: #fff;
	margin-left: 310px;
	padding-top: 53px;	
}
div#footer div.footer_content div.menu_bas a{
	color: #fff;
	text-decoration: none;	
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}
div#footer div.footer_content div.menu_bas a:hover{
	color: #30c1ed;
	text-decoration: none;
}



/*HEADER*/
div#header{
	width:1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	text-align: right;
}
div#header img{
	border: none;
}




/*CORPS*/
div#corps{
	width:1024px;
	margin-left: auto;
	margin-right: auto;
}
div#corps div#col_left{
	width:268px;
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
	text-align: center;
}
div#corps div#col_right{
	width:181px;
	display: inline-block;
	vertical-align: top;
}
div#corps div#col_right img{
	border: none;
	margin-bottom: 3px;
}
div#corps div#col_center{
	margin-right: 0px;
	width: 541px;
	min-height: 485px;
	padding: 10px 10px 10px 10px;
	display: inline-block;
	vertical-align: top;
	text-align: justify;
	font-size: 12px;
	color: #333333;
	background: url(../img/bg_corps.png) repeat ;
	margin-top: 30px;
}
span.titre{
	font-size: 15px;
	font-weight: bold;
}
ul {
padding-left: 15px;
}
a {
	color: #000;
}
a:hover {
	color: #00547C;
}





/*DEVIS*/

table.form_devis{
	width:500px;
	text-align: right;
}
table.form_devis td{
	padding-top: 3px;
	padding-bottom: 3px;
}
table.form_devis input[type=text]{
	border: 0px;
	width: 130px;
	background-color: #fff;
	color: #00547C;
	font-size: 12px;
}
table.form_devis input[type=text].long{
	border: 0px;
	width: 340px;
	background-color: #fff;
	color: #00547C;
	font-size: 12px;
}
table.form_devis input[type=submit]{
	border: 1px #00547C solid;
	width: 130px;
	background-color: #fff;
	color: #00547C;
	font-size: 11px;
	cursor: pointer;
}




















