@charset "UTF-8";
/* CSS Document */

/*
---------------------------------------------
REMISE À ZÉRO DES VALEURS CSS
--------------------------------------------- */

html,body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,img,
blockquote,q,table,thead,tbody,tfoot,caption,th,tr,td,a,
form,fieldset,input,textarea,pre{margin:0; padding:0;}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,li {line-height:1em;}

h1,h2,h3,h4,h5,h6,pre,code{font-size:1em; }
ul,ol {list-style:none;}
address,caption,cite,code,dfn,,th,var{font-style:normal;font-weight:normal;}
fieldset,img{border:0;}
a img,:link img,:visited img {border:none;}

table {border-collapse:collapse;border-spacing:0;}
caption,th {text-align:left;}

q:before,q:after{content:'';}

/* ------------------------------------------
-------------------------------------------*/

body{
	font-family:Arial, Helvetica, sans-serif;
	background: #00626a url(../images/bkg_body.gif) repeat-x;
}
h1{
	display:none;
}
p{
	color:#004147;
	font-size:11px;
	line-height:16px;
}
a{
	color:#7fafb3;
	font-size:12px;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#central{
	background: url(../images/bkg_central.jpg) no-repeat;
	margin: 216px auto 0 auto;
	padding: 221px 0 0 0;
	text-align:center;
	width: 770px;
}
#cartouche{
	margin: 15px 0 0 0;
}
#cartouche a{
	color:#004147;
	font-size:11px;
}
#cartouche a:hover{
	color:#7fafb3;
	text-decoration:none;
}
.bts{
	margin: 0 0 130px 0;
}