/*CSS Reset*/
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, a, em,  img,  strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, address {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
	
body {
	font-size: 14px;
	font-style: normal;
	line-height: 1em;
	font-family: Verdana, sans-serif;
	text-align: left;
	color: #000;
	position: relative;
}

ol, ul, li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000;
}

.italic {
	font-style:italic;
}
.gras {
	font-weight:bold;
}
.check {
	font-size:0.7em;
}

/********MAIN DIV*****************/
#wrapper {
	position: relative;
	width: 1024px;
	height: 768px;
	margin: 0 auto;
	background-color: #FFF;
}

#header {
	background-image: url("../images/TAG_EN14_645.png");
	background-size: 645px 78px;
	background-repeat:no-repeat ;
	width: 645px;
	height: 78px;
	margin: 60px auto;
}

#main {
	position: relative;
	width: 1000px;
	margin: 40px auto;
	text-align: center;	
}

#text1 {
	background-image: url("../images/text_orange.png");
	background-size: 1008px 285px;
	background-repeat:no-repeat;
	width: 1008px;
	height: 285px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#footer {
	position: relative;
	width: 1008px;
	margin: 40px auto 60px auto;
	text-align: center;
}

#link {
	position: relative;
	width: 171px;
	height: 80px;
	margin: 60px auto 0px auto;
	text-align: center;
}

#boite_fb {
	float:left;
	background-image: url("../images/btn_fb.png");
	background-size: 65px 64px;
	background-repeat:no-repeat ;
	width: 65px;
	height: 64px;
	margin:0px 10px;
}

#boite_fb:hover {
	background-image: url("../images/btn_fb2.png");
}

#boite_mail {
	float:left;
	background-image: url("../images/btn_mail.png");
	background-size: 66px 64px;
	background-repeat:no-repeat ;
	width: 66px;
	height: 64px;
	margin:0px 10px;
}

#boite_mail:hover {
	background-image: url("../images/btn_mail2.png");
}

#boite_fb a,
#boite_mail a {
    display: block;
    height: 100%;
    width: 100%;
}

#copyright {
	background-image: url("../images/copyright.png");
	background-size: 1008px 17px;
	background-repeat:no-repeat ;
	width: 1008px;
	height: 17px;
	margin: 40px auto 0px auto;
}
