/* CSS Document */
* {
    margin: 0;
}
html { background:#fffee0 url(bg.jpg) top center repeat-x; height:100%; }
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#112b79;
	height:100%;
}
.container{
	background-image:url(bgcontenu.png);
	background-repeat:no-repeat;
	margin:auto;
	width:1200px;
	height:870px;
}
img{
	border:none;
}
.wrapper {
	min-height: 90%;
	height: auto !important;
	height: 100%;
}
.bold{
	font-weight:bold;
}

/* Bannière Menu */
.banmenu{
	width:1200px;
	height:150px;
}
.menu{
	width:750px;
	height:95px;
	float:right;
	margin-top:40px;
}

/* Contenu */

.contenu{
	width:900px;
	height:570px;
	/*border:1px solid #FF33CC;*/
	margin-left:auto;
	margin-right:auto;
	z-index:1;
}
h1{
	font-size:14px;
	width:700px;
	float:left;
}
.fb-like{
	float:right;
	width:150px;
}
.italique{
	font-size:13px;
	font-style:italic;
	font-weight:bold;
}
.accueilhaut{
	height:340px;
}
.accueilbas{
	height:230px;
}
table{
	width:900px;
	text-align:center;
}
ul.socialnetwork{
	float:right;
	list-style-type:none;
}
li.socialnetworkitem{
	display:inline;
}
.photoentreprise{
	width:900px;
	margin-top:130px;
}
.photoentrepriseright{
	float:right;
	width:232px;
}
.photosavoirfaire{
	width:900px;
	margin-top:50px;
}
.photosavoirfairecenter{
	margin-left:160px;
	width:232px;
}
.photosavoirfaireright{
	width:210px;
	margin-left:160px;
}
.paragrapheservices{
	width:900px;
	height:140px;
	text-align:justify;
}
.paragrapheservicesleft{
	width:600px;
	float:left;
}
.paragrapheservicesright{
	width:220px;
	float:right;
	margin-top:-20px;
}

/* Formulaire Contact */ 

form {
	width: 400px;
	padding: 5px 10px;
	color: #112b79;
	float:left;
}
form p {
	margin: 0;
	/* Empêcher le dépassement des flottants */
	overflow: hidden;
	/* Idem pour IE6 */
	width: 200px;
	margin-bottom : 10px;
	float:left;
}
form p.double{
	float:right;
}
form p#message{
width:400px;
}
form p label {
	float: left;
	width: 80px;
	font-weight: bold;
}
form p input,
form p textarea {
	width: 180px;
	border: solid 1px midnightblue;
	padding: 2px 4px;
}
form p textarea {
	padding: 2px 0 0 4px;
	width: 390px;
	height: 6em;
}
.liencontact{
	text-decoration:none;
	color:#112b79;
	font-weight:bold;
}
.liencontact:hover{
	color:#e11425;
}

.styleformu{
	border:1px solid #122d81; 
	background-color:transparent;
}
#styleformu3{
	border:1px solid #122d81; 
	background-color:transparent;
	margin-left:-80px;
	width:192px;
}
.boutonformu{
	color: #FFFFFF; 
	font-family: Verdana; 
	font-size: 10 pt; 
	font-weight: bold; 
	background-color:#132d82;
	margin-top:26px;
}

div#carte{
	float:right;
	width:400px;
	height:100px;
}
/* References */

.references{
	width:900px;
	height:500px;
	overflow-y:scroll;
	overflow-x:hidden;
	scrollbar-face-color: #132c7e;
	scrollbar-arrow-color: #8caec8;
	scrollbar-shadow-color: #060c15;
	scrollbar-base-color: #022247;
	scrollbar-highlight-color: #8caec8;
}
.liensreferences{
	text-decoration:none;
	color:#132c7e;
	font-weight:bold;
}
.liensreferences:hover{
	text-decoration:underline;
}

/* Footer */

.footer{
	width:900px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
}
.tshirt{
	width:167px;
	height:206px;
	position:relative;
	float:right;
	z-index:2;
	margin-top:-125px;
	margin-right:30px;
}
.floatgauchefooter{
	float:left;
	margin-top:60px;
	margin-left:30px;
	height:80px;
}

.copyright{
	font-size:9px;
	bottom:0px;
	position:relative;
	width:200px;
	text-align:right;
	float:right;
}
.copyright a{
	text-decoration:none;
	color:#112b79;
}
.copyright a:hover{
	text-decoration:underline;
	color:#112b79;
}

/* Show.php */ 

#btshow{
	color:#112b79;
	text-decoration:none;
	font-size:12px;
	text-align:right;
}
table{
	border:none;
}

