@charset "utf-8";
/* CSS Document */
#global{
	position:relative;
	margin-top:auto;
	margin-left:auto;
	height: 97%;
	width: 95%;
	vertical-align:middle;
	overflow: hidden;
}
.entete{
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 95%;
	background-position: center;
}
.barresep{
	background-image: url(images/ligne3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 6px;
	width: 95%;
	margin-top: 0px;
	padding-top: 0px;
}
.barresep2{
	background-image: url(images/ligne3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 6px;
	width: 95%;
	margin-top: 0px;
	padding-top: 0px;
}
.barresep3{
	background-image: url(images/ligne3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 6px;
	width: 95%;
	margin-top: 0px;
	padding-top: 0px;
	float: left;
}
.menu{
	background-image: url(images/nav2.jpg);
	background-repeat: repeat-x;
	height: 35px;
	width: 95%;
	padding-top: 0.1mm;
}
.menu ul{
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 26.1%;	
}
.menu li{
	display: block;
	float: left;
}
.menu li a{
	font-family: "Lithos Pro Regular", "Arial Black";
	font-size: 95%;
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: #000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	padding-top: 6px;
	padding-right: 12%;
	padding-bottom: 7px;
	padding-left: 12%;
}
.menu li a:hover{
	background-image: url(images/nav2-hover.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#accueil{
	background-image: url(images/nav2-curent.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#presentation{
	background-image: url(images/nav2-curent.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#infos{
	background-image: url(images/nav2-curent.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#reference{
	background-image: url(images/nav2-curent.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#tarif{
	background-image: url(images/nav2-curent.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.coteg{
	background-image: url(images/cote-gauche.jpg);
	background-repeat: no-repeat;
	height: 600px;
	width: 24.8%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	float: left;
	background-position: right;
}
.centre{
	background-color: #FFC;
	height: 575px;
	width: 43%;
	float: left;
	font-family: "Lithos Pro Regular", "Arial Black";
	font-size: 93%;
	font-weight: bold;
	padding-top: 25px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 24px;
}
a{
	color: #ff6666;
	text-decoration: none;
}
a:hover{
	color: #ff6666;
	text-decoration:underline;
}
.coted{
	background-image: url(images/cote-droite.jpg);
	background-repeat: no-repeat;
	height: 600px;
	width: 24.3%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	float: left;
}
#contact{
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

