body {
	list-style-type: none;
	line-height: normal;
	text-align: justify;
	font-size: 15px;
	background-color: #cccccc;
	font-family: 'Titillium Web', sans-serif;
}
#wrapper{
	width: 990px;
	margin: 0 auto;
}
h1{
	width:990px;
	height:186px;
	margin:0 auto;
}
h2{
	margin-top: 10px;
	font-family: 'Titillium Web', sans-serif;
	font-size: large;
	text-transform: none;
	font-weight: bold;
	margin-bottom: 6px;
	color:#E84B3C; /* former color #BF1E2A */
}
h3{
	list-style-position: inside;
	list-style-type: none;
	margin-top: 12px;
	font-family: 'Titillium Web', sans-serif;
	font-style: italic;
	color: #E84B3C;
	font-size: 18px;
	text-transform: none;
	margin-bottom: 6px;
}



/* links */
a:link {color:#E84B3C; font-family: 'Titillium Web', sans-serif; text-decoration: none ; }
a:visited {color: #666666; font-family: 'Titillium Web', sans-serif; text-decoration: none ; }
a:hover {color: #cc0000; 	font-family: 'Titillium Web', sans-serif;text-decoration: none ; }
a:focus {font-weight: 600; color: #999999; font-family: 'Titillium Web', sans-serif;text-decoration: none ; }
a:active {color: #999999;	font-family: 'Titillium Web', sans-serif; text-decoration: none ; }



em{
	color: #666666;
	font-style: italic;
}
.bold{
	font-weight: bold;
}
.black{
	font-weight: bold;
	color: black;
}
.black1{
	font-style: italic;
	font-weight: bold;
	color: black;
}
.Yellow-big{
	font-size:18px;
	font-style: italic;
	font-weight: bold;
	color: #edb60f;
}

.grey{
	color: #666666;
}
.sm{
	font-size: .7em;
}
.superscript{
/* font-size:xx-small; vertical-align:top;*/
	position: relative;
	bottom: 0.5em;
	font-size: 0.8em;		
} 

.subscript{
/* font-size:xx-small; vertical-align:bottom; */
	position: relative;
	top: 0.3em;
	font-size: 0.8em;
}

.red{
	color: #E84B3C;
}

.yellow{
	color: #edb60f;
}


/*  menu */
#nav{
	background-color: #F1F1F1;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
    margin: 0 auto;
    width: 960px;
}


#container{
	clear: both;
	background:url(../img/bg.jpg)repeat-x top;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    width: 960px;
}
#innerContainer{
	clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}
#contentSlider{
	color: #999999;
	clear: both;
	width:696px;
	margin:0 auto;
	padding:10px;
	background-color: white;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
}
#content{
	background-color: #FFFFFF;
}

#columnLeft{
	float: left;
	background-color: #FFF;
	padding: 15px;
	width: 630px;
}
#columnRight{
	float: right;
	padding:25px 30px;
	background-color: #FFF;
	width: 220px;
}
#bloc1{
	width: 220px;
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	background-color:#F1F1F1;
	border: #DDDDDD 1px solid;
}

#bloc2{
	margin-top: 35px;
	width: 220px;
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	background-color:#ffffff;
	border: #DDDDDD 1px solid;
}

#bloc3{
	margin-top: 35px;
	width: 650px;
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	background-color:#ffffff;
	border: #DDDDDD 1px solid;
}

#clearing{
	clear: both;
}
.footer{
	-moz-border-radius: 0 0 5px 5px ;
	-webkit-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	font-size:12px;
	width: 960px;
	height: 200px;	
	margin:0 auto; 	
	background-color: #FFF;
	clear: both;
	border-top: 1px solid #F1F1F1;
}
.footer li {
	list-style: none;
	padding-top: 8px; 
	text-align: right;
}
.footer li a{
	text-decoration: none;
	color: #E84B3C;
}
.footer li a:hover{
	text-decoration: none;
	color: #000;
}
.downNavFooter{
	font-size: 10px;
	margin:0 auto;
	width:900px;
	padding: 20px 20px 0 20px;
}
#slider{
	margin:0 auto;
	width: 600px;
	height: 200px;
	overflow: hidden;
}
