html {overflow-y: scroll;
}

/* default elements */
* {margin: 0; padding: 0;}

body {
	background: #DCE0E1;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding: 50px 10px 0;
}

a {color: #642;}
a:hover {color: #963;}

big {font-size: 1.1em;}

h1,h2,h3 {color: #FF6600; padding: 8px 0 2px;}

h1 {font: normal 1.8em Tahoma,sans-serif}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.2em Tahoma,sans-serif}
h3 {font: bold 1.2em Tahoma,sans-serif}

h4 {font: normal 1.2em Tahoma,sans-serif}
h5 {font: bold 1.2em Tahoma,sans-serif}

h6 {text-align: center; color: red; font: bold 1.2em Tahoma,sans-serif}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em Georgia,serif;
	padding-left: 26px
}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	background: #332 url(img/wrapper.gif) no-repeat left bottom;
	margin: 0 auto;
	width: 880px;
}
#container {
	background: #FFF;
	border-top: 10px solid #fff;
	font-size: 1.3em;
	line-height: 150%;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 880px;
}

/* header */
.title {
	background: url(img/tile_bleu.gif);
	}
.title h1 {
	color: #fff;
	font: normal 2.3em "Trebuchet MS",sans-serif;
	padding: 10px 0 10px 10px;
}

.header {
	
	
	height: 220px;
}

/* navigation */
.navigation {
	background: #D9E1E5 url(img/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}
.navigation a {
	background: #D9E1E5 url(img/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
				
}
.navigation a:hover{background-position: left bottom; color: #234;}

/* main */
.main#two-columns {
border-top: 4px solid #FFF;
background: #FFF url(img/two-columns.gif) repeat-y;}

/* bottom 
.bottom {
	background: #DCDAC9 url(img/bottom.gif) no-repeat left bottom;
	border-top: 1px solid #AA8;
	color: #444;
	padding: 14px 20px;
}
.bottom .left,.bottom .right {width: 49%;}*/

/* footer */


.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	padding: 0 12px;
	text-align: center;
}
.footer .right {color: #DEF;}
.footer .right a {color: #DEF; text-decoration: none;}
.footer a, .footer a:hover,.footer .right a:hover {color: #FFF;}


/* .footer {
	background: #332;
	color: #EED;
	padding: 10px;
}
.footer .left {width: 66%;}
.footer .right {
	width: 33%;
	text-align: right;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover, .footer .right a:hover {
	color: #FFF;
	text-decoration: underline;
}
.footer .right, .footer .right a {color: #7D7D75;}*/

/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 664px;}
.col2 .right {width: 212px;}
.content {padding: 18px 20px;}
.left {float: left;}
.right {float: right;}
.right .content {padding: 1px 0px 0px;}


	

/* block list */
ul.block {
	padding: 0;
	border-top: 1px solid #EAEADA;;
}
.block li {
	border-bottom: 1px solid #EAEADA;;
	list-style: none;
}
.block li a,.block li em {
	color: #554;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	/* padding: 4px 3%;
	text-decoration: none;
	width: 94%;*/
	
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
	
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background: #F0F0EB;
	color: #654;
	
}


.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: #F2F0EA;}