body {
	background-color:#fff;
	font-family:'arial';
	margin-top:0;
}
/*DIV*/
div#global {
	width:960px;
	margin:auto;
}
div#header {
	background-image:url('../images/header.png');
	background-repeat:no-repeat;
	height:135px;
	width:960px;
}
div#contenu {
	background-image:url('../images/body.png');
	background-repeat:repeat-y;
	width:960px;
}
div#contenu2 {
	width:720px;
	margin:auto;
}
div#footer {
	background-image:url('../images/footer.png');
	background-repeat:no-repeat;
	height:42px;
	width:960px;
}
div#divServices {
	width:500px;
}
div#divRealisations {
	width:700px;
	margin:auto;
}
div#photosServices {
	position:absolute;
	margin-left:520px;
	margin-top:50px;
	width:200px;
}
/*UL LI*/
#ulMenu {
	float:right;
	margin-top:100px;
	margin-right:125px;
	color:#e1d9ff;
	font-size:14pt;
}
#ulMenu li{
	display:inline;
	margin-left:25px;
	color:#e1d9ff;
}
#ulMenu li a{
	color:#e1d9ff;
}
ol {
	color:#34324c;
}
#ulSousMenu {
	margin:0;
	margin-left:150px;
	padding-top:20px;
	margin-bottom:35px;
}
#ulSousMenu li{
	display:inline;
	margin-right:50px;
	color:#4837c6;
}
#ulSousMenu li a{
	color:#4837c6;
}
#ulSousMenu li a:hover{
	text-decoration:underline;
}
p{
	margin:0;
	color:#34324c;
}
p.textNormal {
	padding-top:5px;
	padding-bottom:10px;
	color:#34324c;
}
p.textAccueil {
	margin-left:20px;
	margin-right:20px;
	padding-top:5px;
	padding-bottom:10px;
	color:#34324c;
}
p.textContact {
	margin-left:20px;
	margin-right:20px;
	padding-top:5px;
	padding-bottom:10px;
	color:#34324c;
}
h2 {
	margin-left:150px;
	margin-top:0;
}
h4 {
	margin-top:0;
	padding-top:15px;
	margin-left:20px;
}
/*IMAGES*/
img#imgAccueil  {
	margin-left:15px;
	margin-top:20px;
}
img.picResize {
	width:200px;
	margin-bottom:10px;
}
img.picResize2 {
	width:225px;
	margin-bottom:5px;
	margin-right:5px;
}
img.picResizeSpecial {
	margin-left:150px;
}

/*GLOBAL*/
a{
	text-decoration:none;
}
.blue {
	color:#2b227c;
}

