body {
	list-style-type: none;
	line-height: 1em;
	text-align: justify;
	font-size: 12px;
	background-color: #ffffff;
	font-family: 'HelveticaNeue', sans-serif;
}
#wrapper{
	width: 70%;
	margin: 0 auto;
}

header {
	padding: 15px;

}

header a, 
header h1 {
	display:inline-block;
	vertical-align:middle;
	white-space: nowrap;
}

header h1 {
	font-size: 2em;
	line-height:2em;
	margin-left:17%;
}

header h1 span {
	color:#BF1E2A;
}

h2{
	text-align: left;
	margin-top: 10px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: large;
	text-transform: none;
	font-weight: bold;
	margin-bottom: 16px;
	color:#BF1E2A;
}
h3{
	list-style-position: inside;
	list-style-type: none;
	margin-top: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-style: italic;
	color: #666666;
	font-size: small;
	text-transform: none;
	margin-bottom: 6px;
}


a:link {color: #CC0000; text-decoration: none ; }
a:visited {color: #CC0000; text-decoration: none ; }
a:hover {color: #999999; text-decoration: none ; }
a:focus {font-weight: bold; color: #999999; text-decoration: none ; }
a:active {color: #999999;text-decoration: none ; }

em{
	color: #666666;
	font-style: italic;
}
.black{
	font-weight: bold;
	color: black;
}
.title{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-shadow: 0px 0px 0px;
	letter-spacing: 2px;
	text-align: left;
	font-size: 1.5em;
	/* margin-bottom:15px; */
	display:inline-block;
	/* line-height:24px; */
	color: #666666;
}
.black1{
	font-style: italic;
	font-weight: bold;
	color: black;
}
/* style specifiques Newsletter ajouté *********** */
.NWbig{
	font-size: 2em;
	text-align: left;
	font-weight: bold;
	color: black;
}
.NWblk{
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: black;
}
.NWbld{
	font-weight: bold;
	color: black;
}
.NWgrey{
	color: #666666;
	text-align: left;
	font-style: italic;
}

.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;
}

/* ******************************************** */
.grey{
	color: #666666;
}
.grey-small{
	font-family: sans-serif;
	font-size: .9em;
	color: #666666;
}
.sm{
	font-size: .7em;
}
.red{
	color: #cc0000;
}
.red-big{
	font-family: sans-serif, Helvetica, Verdana, Arial;
	font-size: large;
	color: #cc0000;
}
#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;
}
#innerContainer{
	clear: both;
    margin-left: auto;
    margin-right: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	-o-border-radius: 5px;

}
#contentSlider{
	clear: both;
	width: 696px;
	margin:0 auto;
	padding:10px;
	background-color:#FFFFFF;
	-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;
	padding:25px;
}

#columnLeft{
	float: left;
	background-color: #FFF;
	width: 60%;
	line-height:18px;
}

#columnLeft > img {
	border-radius: 7px;
	margin-right: 13px;
	margin-bottom: 6px;
}

#columnRight{
	float: right;
	background-color: #FFF;
}
#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:#F1F1F1;
	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;
	background-color: #FFF;
	clear: both;
	border-top: 1px solid #F1F1F1;
}

.footer p {
	text-align:center;
}

.footer li {
	list-style: none;
	padding-top: 8px; 
	text-align: right;
}
.footer li a{
	text-decoration: none;
	color: #BF1E2A;
}
.footer li a:hover{
	text-decoration: none;
	color: #000;
}
.downNavFooter{
	font-size: 10px;
}
#slider{
	margin:0 auto;
	width: 600px;
	height: 200px;
	overflow: hidden;
}

/******************* IPAD SKIN **************************/

/* Portrait Mode */
@media (max-device-width: 768px) and (orientation: portrait)
{ 
 	#wrapper{
		width: 100%;
	}
	
	header h1 {
		margin-left:17%;
	}
	
	#columnLeft{
		width: 63%;
	}
}

/* Landscape Mode */
@media (max-device-width: 1024px) and (orientation: landscape)

{ 
 	#wrapper{
		width: 90%;
	}
	
	header h1 {
		margin-left:17%;
	}
	
	#columnLeft{
		width: 70%;
	}
}

/********************* IPHONE **************************/
/* Portrait Mode */
 
@media screen and (max-device-width: 320px)
{ 
 	#wrapper{
		width: 100%;
	}
		
	header h1 {
		font-size: 2.2em;
		margin-left:0%;
	}
	
	#columnLeft{
		width: 100%;
	}
	#columnRight {
		float: none;
	}
	#bloc1, #bloc2 {
		margin:0 auto;
	}
	
	#columnLeft > img {
		width:100%;
		margin-bottom: 15px;
	}
	.footer img {
		max-width: 100%;
	}
}

@media screen and (max-width: 320px)