/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




body {
	background: #FFF;
	font: 12px/1.5 Helvetica, Arial, sans-serif;
	color: #666;
	text-align: center;
	}

#wrapper {
	width: 584px;
	margin: 0 auto;
	text-align: left;
	}

a:link, a:visited {
	color: #013075;
	text-decoration: none;
	}

a:hover	{
	color: #013075;
	text-decoration: underline;
	}

a:active {
	color: #666;
	text-decoration: none;
	}

#header {
	margin-bottom: 50px;
	}

#header ul {
	float: left;
	font-size: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#header ul li {
	float: left;
	margin-right: 4px;
	}

#header ul li:last-child {
	margin-right: 0;
	}

#header ul li a {
	color: #666;
	}

#header ul li a:hover {
	padding-bottom: 3px;
	text-decoration: none;
	}

#header ul li a:hover#nav01 {
	background: url(img/nav01.png) center bottom no-repeat;
	}
#header ul li a:hover#nav02 {
	background: url(img/nav02.png) center bottom no-repeat;
	}
#header ul li a:hover#nav03 {
	background: url(img/nav03.png) center bottom no-repeat;
	}
#header ul li a:hover#nav04 {
	background: url(img/nav04.png) center bottom no-repeat;
	}
#header ul li a:hover#nav05 {
	background: url(img/nav05.png) center bottom no-repeat;
	}	
#header ul li a:hover#nav06 {
	background: url(img/nav06.png) center bottom no-repeat;
	}
#header ul li a:hover#nav07 {
	background: url(img/nav07.png) center bottom no-repeat;
	}


/*Clearfix*/

.content:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}
 
.content {
	display: inline-block;
	}
 
html[xmlns] .content {
	display: block;
	}
 
* html .content {
	height: 1%;
	}



.content {
	width: 100%;
	padding: 0 0 45px 0;
	border-bottom: 1px solid #CCC;
	}

#footer {
	padding: 20px 0 40px 0;
	}

.left {
	float: left;
	}

.right {
	float: left;
	}

.var img {
	margin-top: 50px;
	}

.content .left {
	width: 170px;
	}

.content .right {
	width: 414px;
	margin: 50px 0 0 0;
	}

.content img {
	margin-bottom: 50px;
	}
	
.content .left img {
	margin-bottom: 3px;
	}

#footer .right {
	float: right;
	}

#footer small {
	float: right;
	font-size: 11px;
	color: #666;
	}

h1	{
	font-size: 18px;
	color: #013075;
	text-decoration: none;
	margin-top: 20px;
	}

h2 {
	color: #013075;
	font-size: 12px;
	margin: 20px 0 20px 0;
	}

.right h2 {
	margin: 0;
	}

h3 {
	font-size: 12px;
	margin: 0;
	}

p {
	margin: 0 0 20px 0;
	}

p.presse {
	font: 12px/1.5 "Courier New", Courier, monospace;
	color: #013075;
	text-align: right;
	margin-top: 30px;
	}

p.presse a {
	font: 12px/1.5 Helvetica, Arial, sans-serif;
	}

.content .right a {
	background: url(img/link.gif) left center no-repeat;
	padding-left: 15px;
	}
