@import url(reset.css);
/* page */
body{
	background-color:#f5f9ff;
	font-family: Arial;
	
	}
#page{
	background-image:url(../img/bg_all.jpg);
	background-repeat:repeat-x;
	background-color:#f5f9ff;
	width:100%;
	}
/* conatiner */
#container{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	}
/* header */
#header{
	padding-top:75px;
	}
h1{
	margin-left:30px;
	width:200px;
	display:inline-block;
	}

h1 a{
	text-decoration:none;
	font-size:32px;
	color:#215aa1;
	font-weight:bolder;
	text-transform:uppercase;
	letter-spacing:-2px;
	text-shadow:1px 1px 1px #FFF;
	}
h1 a span{
	color:#2f6dba;
	}
h1 a strong{
	text-transform:lowercase;
	color:#000;
	}
h2{
	display:inline-block;
	margin-left:420px;
	padding:15px ;
	background-color:#215aa1;
	color:#FFF;
	text-align:center;
	font-size:30px;
	font-weight:bolder;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;	
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	}
/* content */
#content{
	background-color:#FFF;
	box-shadow:0px 0px 5px #000;
	width:840px;
	padding:30px;
	height:300px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-image:url(../img/bg_content.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	}
#content #decoration{
	display:inline-block;
	width:302px;
	}
#content #contenu{
	display:inline-block;
	width:500px;
	vertical-align:top;
	padding-left:30px;
	font-weight:lighter;
	font-size:15px;
	}
#content #contenu h3{
	color:#215aa1;
	padding-top:20px;
	padding-bottom:10px;
	}
#content #contenu li{
	background-image:url(../img/dot.jpg);
	background-repeat:no-repeat;
	background-position:3px 3px;
	padding-left:20px;
	margin-top:5px;
	}
#content #contenu p{
	margin-top:15px;
	}
/* footer */
#footer{
	margin-top:10px;
	margin-left:30px;
	}
#footer li{
	font-size:14px;
	display:inline-block;
	background-image:url(../img/icon.jpg);
	background-repeat:no-repeat;
	width:200px;
	padding-left:30px;
	background-position:3px -5px;
	height:20px;
	line-height:16px;
	}
#footer li#tel{
	background-position:3px -34px;
	width:150px;
	}
#footer li#mail{
	background-position:3px -65px;
	}