/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
*{
	font-family:'Istok Web', sans-serif;
	font-size:14px;
	color:#4a4a4a;
}
body{
	background:#f8f8f8;
}
.clear{
	clear:both;
}
.center{
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
#site{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	background:#fff;
	padding-left:20px;
	padding-right:20px;
	padding-top:30px;
	padding-bottom:30px;
	margin-top:3px;
}
header{
	width:940px;
	border-bottom:8px solid #0581b5;
}
#logo{
	float:left;
	margin-bottom:20px;
}
nav{
	float:right;
	width:600px;
	text-align:right;
}
nav a{
	margin-left:30px;
}
#content{
	margin-top:25px;
}
h1{
	font-size:37px;
}
h2{
	font-size:28px;
	color:#0581b5;
	margin-bottom:10px;
	margin-top:20px;
}
#ariane{
	font-size:13px;
	margin-top:10px;
	margin-bottom:20px;
}
#ariane span{
	color:#0581b5;
}
#ariane *{
	font-size:13px;
}
#gauche{
	float:left;
	width:680px;
	margin-right:30px;
}
#droite{
	float:right;
	width:230px;
	background:#f9f9f9;
	border-bottom:1px solid #dfdfdf;
}
.colone{
	float:left;
	width:220px;
	margin-right:15px;
	background:#f9f9f9;
	border-bottom:1px solid #dfdfdf;
	
}
h3{
	font-size:24px;
	font-weight:normal;
}
h3 a:link{
	text-decoration:none;
}
h3 a:visited{
	text-decoration:none;
}
h3 a:hover{
	text-decoration:none;
	color:#0581b5;
}
address{
	font-style:normal;
}
.liste{
	border-bottom:3px solid #0581b5;
	padding-top:12px;
	padding-bottom:12px;
}
.maison{
	float:left;
	margin-right:12px;
}
.ou{
	float:right;
	font-weight:bold;
	font-size:18px;
	margin-top:7px;
}
.where{
	background-image:url('images/where.gif');
	background-repeat:no-repeat;
	background-position:20px center;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:50px;
	border-top:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
}
.where a:link{
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
}
.where a:link span{
	font-weight:normal;
	font-size:13px;
	color:#0581b5;
}
.where a:visited{
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
}
.where a:visited span{
	font-weight:normal;
	font-size:13px;
	color:#0581b5;
}
.where a:hover{
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	color:#000;
}
.where a:hover span{
	font-weight:normal;
	font-size:13px;
	color:#2089b5;
}
footer{
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
	background:#0581b5;
	text-align:center;
}
footer *{
	color:#fff;
}
.pages{
	margin-top:25px;
	padding:10px;
	display:block;
}