body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,
blockquote,th,td {margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:”; }
abbr,acronym { border:0; }
.clear { display: block; clear: both; }

html {
	font-family: "Lucida Grande", Sans-serif;
	font-size: 62.5%;
}

p {
	font-size: 1.2em;
}

h1 {
	font-size: 2em;
}

p.image {
	text-align: center;
	margin: 10px 0 0;
}

p.description {
	font-size: 2.0em;
	margin: 0 20px 20px 20px;
	line-height: 150%;
}

p.description strong {
	background: #f8f7bc;
	padding: 0 4px;
}

div.container {
	margin: 0 auto;
	width: 950px;
	position: relative;
}

/* Header */

#header {
	background: #64a5f5;
	border-bottom: 1px solid #589ad3;
	padding: 4px;
	height: 122px;
}

#header .link {
	float: left;
	background: #ffffff;
	padding: 4px 14px 3px;
	margin: 5px 5px;
	background: url(onglet.png);
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#header .link a {
	font-weight: bold;
	color: #003c6f;
	text-decoration: none;
}

#header .web {
	margin: 10px 0;
}

#header .web img {
	float: right;
	width: 240px;
	height: 70px;
	border: 1px solid #589ad3;
	margin-right: 20px;
	background: #ffffff;
}

#header .web .infos {
	float: right;
	text-align: right;
	padding: 12px;
}

#header .web h2 {
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
}

#header .web h3 {
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
}

/* Content */

#content {
	background: #ffffff;
	padding: 10px;
}

#content .slogan {
	position: absolute;
	color: #666;
	font-weight: bold;
	right: 174px;
	top: 148px;
}

#content h1 {
	font-size: 1.6em;
	text-transform: uppercase;
	color: #666;
	font-weight: bold;
	margin-bottom: 6px;
}

#content .contacts {
	margin: 0 20px 20px 20px;
}

#content .contacts p {
	font-size: 2.0em;
}

#content .contacts .adresse {
	width: 265px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}

#content .contacts .adresse p {
	font-size: 1.4em;
	text-align: left;
}

#content .contacts .emails {
	width: 280px;
	padding-right: 15px;
	float: left;
}

#content .contacts .emails p {
	font-size: 1.5em;
	text-align: right;
}

#content .contacts .emails p a {
	color: #3171c0;
}

#content .contacts .telephones {
	width: 280px;
	border-left: 1px solid #666;
	padding-left: 15px;
	float: left;
}

#content .contacts .telephones p {
	font-size: 1.5em;
	text-align: left;
}

/* Footer */

#footer {
	background: #a7ea50;
	border-top: 1px solid #8abe67;
	padding: 10px;
	color: #333;
	margin-top: 10px;
}

#footer .box {
	border-left: 1px solid #8abe67;
	border-right: 1px solid #d7f1c6;
	padding: 10px;
	float: left;
	width: 216px;
	height: 210px;
}

#footer .box.left {
	border-left: 0;
}

#footer .box.right {
	border-right: 0;
}

#footer .box p {
	text-align: left;
}

#footer .box p strong {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
	padding: 2px 4px;
}

#footer .box ul {
	margin: 10px 10px;
}

#footer .box ul li {
	padding: 3px;
}

#footer .box ul li a {
	color: #333;
}

#footer .box ul li a:hover {
	text-decoration: none;
}

#footer p.baseline {
	margin: 18px 0 0;
	text-align: center;
	color: #444;
	font-size: 0.9em;
}

/* Boxes */

#header .box {
	background: #f3f3f3;
	padding: 8px;
	position: absolute;
	top: 8px;
	left: 0px;
	width: 160px;
	top: 26px;
}

#header .box.hidden {
	display: none;
}

#header .box.right {
	border-right: 1px solid #b8b8b8;
	text-align: right;
}

#header .box.left {
	border-left: 1px solid #b8b8b8;
	text-align: left;
}

#header .box.top {
	border-top: 1px solid #b8b8b8;
	text-align: left;
}

#header .box.bottom {
	border-bottom: 1px solid #b8b8b8;
	text-align: left;
}

#header .box .content {
	position: relative;
}

#header .box.right .content img {
	position: absolute;
	right: -13px;
	bottom: 0;	
	border: 0;
}

#header .box.top .content img {
	position: absolute;
	top: -13px;	
	left: 0;
	border: 0;
}