
@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	text-align:center;
	font-family:arial;
	font-size:14px;
	color:#FFF;
	background-color:#0000fe;
}

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

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

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

img {
	border:0px;
}

a {
	text-decoration:none;
	color:#ffffff;	
}

a:hover {
	text-decoration:underline;
	color:#ff0101;
}

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

.clear {
	clear:both;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.content {
    margin:auto;
	padding-top:15px;
	text-align:left;
	width:1100px;
	background-image:url('../img/fond1.gif');
    background-repeat:repeat-x;
    background-position: top left;
}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:22px;
	font-weight:bold;
	color:#0100fe;
}

h2 {
	clear:both;
	margin:0px 0px 15px 0px;
	padding:1px 10px;
	font-size:18px;
	font-weight:normal;
	background:#C63;
	border:solid 1px;
}

.header {

}

.menu {
	margin-top:0px;
	margin-bottom:5px;
	margin-left:50px;
}

.menu-left {
	float:left;
	font-size:18px;
	margin-bottom:20px;
	margin-left:50px;
}

.menu-left a {
	text-decoration:none;
	color:#fff;	
}

.menu-left a:hover {
	text-decoration:none;
	color:#ff0101;
}

.menu-right {
	font-size:16px;
	vertical-align:text-top;
}

.bandeau {
	background:url('../img/bandeau.jpg');
	background-repeat:no-repeat;
	width:1000px;
	height:250px;
	background-position:top center;
	clear:both;	
	margin-bottom:20px;
}

.bandeau-img {
	padding-top:180px;	
	padding-left:15px;
	float:left;
}


.main-text {
	height:343px;
}

html>body .main-text {
	height:auto;
	min-height:343px;
}

.colLeft {
	float:right;
	margin-right:50px;
	width:640px;
    background:url('../img/fond2.gif');
    background-repeat:repeat;
    background-position: top left;
	border:#fff solid 2px;
}

.colLeft-in {
	padding:15px;	
}

.colRight {
	float:left;
	margin-left:50px;
}

.colRight .boxgrid {
	margin-bottom:8px;
}

.footer {
	font-size:12px;	
	text-align:center;
	margin-bottom:10px;
	margin-top:5px;
	background-color:#0000fe;
	padding-top:10px;
}

.detail_prestations {
	font-size:16px;
	margin-bottom:5px;	
	font-style:italic;
	color:#F96;
}

.titlementions {
	font-weight:bold;
	font-style:italic;	
	color:#F96;
	text-decoration:underline;	
}

.plan div {
	margin-bottom:5px;
	margin-left:30px;
}

/*********** FORMULAIRE DEVIS *************/

.titre-tableau-devis {
	color:#FF9966;
	text-decoration:underline;
}


.mail-ok {
	text-align:center;
	font-weight:bold;
	margin:20px;
	color:#FF9966;	
}

/**************************** STYLES JQUERY COLRIGHT *************************/

.boxgrid { 
	width: 332px; 
	height: 96px;
	border: solid 2px #fff; 
	color:#000;
	font-weight:bold;
	overflow: hidden; 
	position: relative;
	text-align:center;
}

.boxgrid a {
	color:#000;	
}

.boxgrid a:hover {
	color:#000;	
}

.boxgrid img { 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
	
.boxcaption{ 
	float: left; 
	position: absolute; 
	padding-top:3px !important;
	padding-top:1px;
	background: #fff; 
	height: 96px; 
	width: 100%; 
	top:75px;
	opacity: .7; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	}
.captionfull .boxcaption {
	top: 40;
	left: 0;
}
