html, body, div, p, section, article,aside,h1,h2,header,footer, ul, li, a, nav,table, iframe{
padding:0px;
Margin:0px;
width:100%;
border:none;
font-family: arial, verdana, sans-serif;
}

body{
	background: url(../img/texture.png) center center no-repeat;
	background-size:cover; 
}

#main_wrapper{
	width:960px;
	margin:0 auto;
}

header{
	height:200px;
	background:url(../img/Nom_web.png) no-repeat right top;
}

header p{
	padding-top:130px;
	padding-right:15px;
	width:945px;
	height:20px;
	text-align:right;
	font-family: verdana,sans-serif;
	color:#02729d;
	font-weight:900;
}

nav{
	height:50px;
}

nav ul{
	list-style-type:none;
	height:50px;
}

nav li{
	display:inline-block;
	width:200px;
	height:50px;
	float:left;
}

nav a{
	display:block;
	width:200px;
	height:50px;
	line-height:50px;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	color:#f8b122;
	font-weight:900;
}

nav a:hover{
	color:#02729d;
	transition-duration:0.2s;
	transition-timing-function:ease-in-out;
	transition-delay:0s;
	transition-property:all;
	border-bottom:3px solid #02729d;
}

#first{
	margin-left:360px;
}

.clearfloat{
	clear:both;
}

#main_wrapper section{
	//background:url(../img/Logo_web2.png) top right no-repeat;
}

article h1{
	color:#02729d;
	font-size:2em;
	margin:50px 0px 30px 0px;
	text-shadow:-2px -2px 2px white; 
}

article h2{
	color:#02729d;
	font-size:1.2em;
	margin:20px 0px;
	text-shadow:-2px -2px 2px white; 
}

.entetepipe{
	color:#02729d;
	font-size:1.2em;	
}

article h3{
	color:#02729d;
	font-size:1em;
	//margin:20px 0px;
}

article p, ul, li, th, td{
	color:#4C422D;
	font-size:1em;
	margin:10px 0;
	text-align: justify;
}

article #TabPartner{
	border:none;
	border-collapse: collapse;
}

article #TabPartner tr th{
	width:20%;
	height:130px;
	vertical-align: center;
	text-align: center;
}

article #TabPartner tr td{
	width:80%;
	height:130px;
	vertical-align: center;
}

article #TabPartner Tr td p{
	width:90%;
	margin:5%;
	font-style: italic;
}

article #TabPartner img{
	height:80px;
}

.imgCaption{
	Color:#ccc;
}

#TabPartner tr:hover .imgCaption{
	color:#4C422D;
}


article ul{
	margin-left:4%;
	width:96%;
}

article .TabDeuxColonnes{
	border:none;
	border-collapse:collapse;
}

article .TabDeuxColonnes tbody tr th{
	text-align: left;
	vertical-align: top;
	padding:10px 0px;
}

article .TabDeuxColonnes tbody tr td{
	vertical-align: top;
	padding:10px 0px;
}

article #TabEngagement tbody tr th{
	width:20%;
}

article #TabEngagement tbody tr td{
	width:80%;
}

article .TabService tbody tr th{
	width:25%;
}

article .TabService tbody tr td{
	width:75%;
}

article #TabService2 tbody tr th{
	width:30%;
}

article #TabService2 tbody tr td{
	width:70%;
}

article #TabContact{
	border:none;
	border-collapse:collapse;
}

article #TabContact thead tr th, article #TabContact tbody tr td{
	width:33.33%;
	text-align:center;
}

article footer{
	font-size:16px;
	text-align:right;
}

#main_wrapper>footer{
	display:none;
	/*height:200px;
	background-color:#02729d;
	color:white;
	margin-top:20px;*/
}

.elmtHidden
{
	display:none;
}

fieldset{
	Background-color:white;
	Border:1px solid #02729d;
	border-radius:5px;
	padding:20px;
	margin-bottom: 20px;
}

.pipedisplay p{
	margin:20px 0px;
}