/* CSS Document */

* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.conteneur{
	position:relative;
	display:block;
	background-color:#f2f2f2;
	background-image:url(../images/Bg1.jpg);
	background-repeat:no-repeat;
	background-position:50% 0;
}
.conteneur .header {
	position:relative;
	width:800px;
	height:116px;
	margin:0 auto 0 auto;
}

.conteneur .header .menu2 {
	position:absolute;
	top:5px;
	right:5px;
	font-weight: bold;
}

.conteneur .header .menu2 a{
	text-decoration:none;
	color:#fff;
}

.conteneur .center {
	position:relative;
	width:800px;
	margin:1px auto 0 auto;
	min-height:530px;
	background-color:#f2f2f2;
}
.conteneur .center .blocActu{
	position:absolute;
	top:0px;
	right:0px;
	width:255px;
	min-height:501px;
	background-color:#fff;
	padding-left:10px;
	padding-right:10px;
}

.conteneur .center .blocActu .actu{
	margin:10px 0px 20px 0px;
}

.conteneur .center .blocActu .actu IMG{
	border:1px solid #000;
}

.conteneur .center .blocActu .actu .titre{
	font-size:12px;
	margin:10px 0 3px 0;
	font-weight:bold;
	color:#4b0b50;
}

.conteneur .center .blocActu .Uptitre{
	font-size:22px;
	color:#4b0b50;
}

.conteneur .center .blocActu .actu .texte{
	font-size:11px;

}
.conteneur .center .blocActu .actu .lien{
	color:#4b0b50;
	font-size:12px;
	font-weight:bold;
}

.conteneur .center .dernierRealisation{
	position:absolute;
	top:190px;
	left:10px;
}

.conteneur .center .dernierRealisation .Uptitre{
	font-size:22px;
	color:#4b0b50;
}

.conteneur .center .dernierRealisation .titre{
	font-size:21px;
	margin-bottom:5px;
}
.conteneur .center .dernierRealisation .text{
	font-size:11px;
}
.conteneur .center .dernierRealisation .lien{
	color:#4b0b50;
	font-size:12px;
	font-weight:bold;
}

.conteneur .center .chapo{
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(../images/bgChapo.jpg);
	height:188px;
	width:529px;
}
.conteneur .center .chapo .menu{
	position:absolute;
	top:45px;
	left:38px;
	height:100px;
	width:176px;
}

.conteneur .center .chapo .menu img{ border:none; }

.conteneur .footer {
	position:relative;
	clear:both;
	float:left;
	margin-top:0px;
	background-color:#4b0b50;
	width:100%;
	height:25px;
}

.prestation{
background-color:#e0dedf;
	float:left;
	height:290px;
	width:245px;
	margin:5px;


}

.prestation.web{
	background-image:url(../images/bgPrestaWeb.jpg);	padding:10px;
	width:235px;height:285px;

}

.prestation.com{
	background-image:url(../images/bgPrestaCom.jpg);	padding:18px;	width:220px;height:269px;
}

.prestation.print{
	background-image:url(../images/bgPrestaPrint.jpg);	padding:18px;	width:217px;height:269px;
}

.prestation .titre{
	font-weight:bold;
}

.prestation .texte{
}


.listPresta li {
	/*margin-left:10px;*/
	list-style:none;
}
.listClient {
	margin-top:30px;
	margin-left:25px;
}
.listClient li {
	padding:10px;
	margin:0;
	height:86px;
	display:inline-block;
	/*margin-left:10px;*/
	list-style:none;
}

.listClient li img{
	height:80px;
	width:125px;
	border:1px solid #ccc;
}

#detailRea{
	position:absolute;
	top:290px; right:10px;
	/*padding:10px;*/
	height:90px; width:490px;
	/*background-color:#e5e5e5;*/
}
