body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#202020;
	text-align:left;
	padding:0px;
	margin:0px;
	background-image:url(../img/texture.png);
}

html {
	overflow-y: scroll;
}

td {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#202020;
	text-align:left;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

textarea
{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#202020;
	padding:5px;
	resize:none;
}

input
{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#202020;
	padding:5px;
}

select
{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#202020;
	padding:5px;
}

img {
	vertical-align:middle;
	border:0px;
}

.top img {
	vertical-align:top;
}

p {
	line-height:20px;
	text-align:justify;
	margin-bottom:10px;
}

ul {
	line-height:20px;
	text-align:left;
	margin-bottom:10px;
}

.colonnegauche li {
	list-style-image:url(../img/list.jpg);
	margin-bottom:10px;
}

a {
	text-decoration:none;
	color:#c91d1d;
}

a:hover {
	color:#444;
}

h1 {
	margin:0px;
	padding:0px;
	margin-top:0px;
	margin-bottom:20px;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	color:#c91d1d;
	padding:0px;
	border-left:0px solid #333;
}

h2, .h2like {
	margin:0px;
	padding:0px;
	margin-top:20px;
	margin-bottom:20px;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	color:#c91d1d;
	padding:0px;
	border-left:0px solid #333;
}

h3, .h3like {
	margin:0px;
	padding:0px;
	margin-top:20px;
	margin-bottom:20px;
	font-size:12px;
	font-weight:bold;
	color:#c91d1d;
	padding:0px;
}

.clear {
	clear:both;
}

.mobileonly { display:none; }
.lienlogo1 { position:absolute; margin-left:720px; margin-top:0px; width:150px; height:140px; }
.lienlogo2 { position:absolute; margin-top:30px; width:540px; height:110px; }

.custom {
	font-family: 'Open Sans', sans-serif;
}

.noir {
	color:#000;
}

.rouge {
	color:#c91d1d;
}

.red {
	color:#c91d1d;
}

.gris {
	color:#888;
}

.image {
	padding:5px;
	border:1px solid #CCC;
}

.image-float {
	float:left;
	margin-right:10px;
	padding:5px;
	border:1px solid #CCC;
}

.image-content {

	padding:10px;
	background-color:#222;
	text-align:left;
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
}

#popup, #popup2 {
	position:fixed;
	width:100%;
	height:100%;
	background:url(../img/background-black.png);
	z-index:210;
	display:none;
}

#popupbox, #popupbox2 {
	display:none;
	width:600px;
	text-align:left;
	margin:0px auto;
	margin-top:50px;
	padding:20px;
	background-color:#FFF;
	border:5px solid #FFF;
	border-radius:10px;
}

.newz {
	color:#FFF;
	text-align:center;
	margin:0px auto;
	padding:15px;
	background-image:url(../img/texture2.png);
	border-radius:3px;
}

.main-column {
	width:870px;
	margin:0px auto;
	padding:40px;
	padding-top:60px;
	background-color:#FFF;
	border:1px solid #CCC;
	border-top:0px;
	border-bottom:0px;
	
}

.top {
	position:fixed;
	z-index:150;
	width:100%;
	background-color:#FFF;
	padding-top:1px;
	padding-bottom:1px;
	border-bottom:1px solid #888;
	box-shadow:0px 2px 5px #888;
}

.top-column {
	width:900px;
	margin:0px auto;
}

.top-item {
	float:left;
	padding:10px;
	border-right:1px solid #DDD;
}

.top-item:hover {
	background-color:#EDEDED;
}

.header {
	margin-bottom:20px;
}

#logo {
	float:left;
	margin-right:40px;
	margin-top:0px;
	font-family: 'Open Sans', sans-serif;
	font-size:24px;
}

#citation {
	float:left;
	margin-top:15px;
	width:320px;
	height:47px;
	background-image:url(../img/citation.png);
}

.menu {
	margin:0px;
	margin-top:0px;
	padding-left:30px;
	background-image:url(../img/texture2.png);
	border-radius:3px;
}

.menu-item {
	float:left;
	padding:20px;
	padding-top:12px;
	padding-bottom:12px;
	background-image:url(../img/texture2.png);
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-right:0px;
	background-color:#EEE;
}

.menu-item a {
	color:#FFF;
}

.menu-item a:hover {
	color:#000;
}

.menu-item:hover {
	background-image:url(../img/menu-active-bg.png);
}

.menu-item-active, .menu-item-active:hover {
	background-image:url(../img/menu-active-bg.png);
}

.menu-item:hover a {
	color:#000;
}

.menu-item-active a {
	color:#000;
}

.menu-item-active:hover a, .menu-item-active a:hover {
	color:#000;
}

.menu-bar {
	margin:0px;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	background-image:url(../img/texture2.png);
	padding:10px;
	border:1px solid #FFF;
	border-top:0px;
}

.menu-image {
	background-image:url(../img/route.jpg);
	height:100px;
}

.menu-bar2 {
	margin:0px;
	padding:0px;
	margin-top:0px;
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
	color:#000;
	padding:14px;
	padding-left:50px;
	padding-bottom:5px;
	border-top:0px;
	background-image:url(../img/menu-active-bg.png);
	border-radius:5px;
}

.menu-bar-item {
	float:left;
	padding-right:20px;
	margin-right:20px;
	margin-bottom:10px;
	border-right:1px dotted #AAA;
	text-transform:uppercase;
}

.menu-last {
	margin-right:0px;
	border-right:0px;
	padding-right:0px;
}

.content {
	margin-bottom:40px;
}

.left_quote {
	float:left;
	width:51px;
	height:48px;
	background-image:url(../img/leftquote.png);
	margin-right:10px;
}

.middle_quote {
	float:left;
	font-family: 'Open Sans', sans-serif;
	font-size:26px;
	color:#BBB;
}

.right_quote {
	float:left;
	width:51px;
	height:48px;
	background-image:url(../img/rightquote.png);
	margin-left:10px;
}

.colonnegauche {
	float:left;
	width:500px;
}

.colonnedroite {
	background-color:#F8F8F8;
	padding-left:15px;
	padding-right:15px;
	border:1px solid #DDD;
}

.colonnedroite_out { float:right; width:340px; }

.colonnedroite li, .footer li {
	padding:0px;
	margin:0px;
	margin-left:-20px;
	list-style-image:url(../img/flecheli.gif);
}

.colonne25une, .colonne25deux, .colonne25trois {
	float:left;
	width:23%;
	margin-right:2%;
}

.colonne25quatre {
	float:left;
	width:23%;
}

.navigation-active {
	float:left;
	border:0px solid #CCC;
	background-image:url(../img/texture2.png);
	color:#FFF;
	font-weight:bold;
	width:30px;
	height:22px;
	padding-top:8px;
	text-align:center;
	margin-right:10px;
	margin-bottom:10px;
}

.navigation {
	float:left;
	border:1px solid #CCC;
	color:#222;
	width:28px;
	height:21px;
	padding-top:7px;
	text-align:center;
	margin-right:10px;
	margin-bottom:10px;
}

.navigation:hover {
	border-color:#666;
}

.footer {
	border-top:1px dotted #AAA;
	padding-top:40px;
}

.footer li, .footer ul {
	text-align:left;
}

/********* carroussel général **********/

.carrousel{
	position:relative;
	overflow:hidden;
}
.carrousel .next{
	position:absolute;
}
.carrousel .prev{
	position:absolute;
	display:none;
}

.carrousel .interieur-carrousel
{
	position:relative;
	overflow:hidden;
}

.carrousel .items{
	position:absolute;
	top:0;
	left:0;
	width: 10000px;
}
.carrousel .item{
	display:block;
	float:left;
}

#alaune {
	width:310px;
	height:250px;
}

#alaune .interieur-carrousel
{
margin-left:0px; /* décalage entre le début du caroussel et l'endroit où disparaissent les images */
margin-top:0px; /* décalage par rapport à en haut du carrousel */
width: 310px; /* la largeur de l'interieur = (largeur d'un item + margin right d'un item)*(nombres d'item étant apparants en même temps) */
height:250px;   /* la hauteur d'un item */
}

#alaune .item{
width:310px;    /* la largeur d'un item */
margin-right:10px; /* son espacement éventuel par rapport à l'item suivant */
text-align:center;
}

/* TAGSPHERE */

#tagsphere {
	margin-top:-40px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
}

#tagsphere a {
	border:0px;
	color:#c91d1d;
}

/* ANCIENS STYLES */

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
}
.style11 {
	color: #c91d1d;
}
.style12 {
	text-align: center;
}
.style114 {
	font-size: small;
	font-family: Arial;
	color: #000000;
}
.style115 {
	color: #FFFFFF;
}
.style116 {
	font-size: small;
	font-family: Arial;
}
.style117 {
	font-size: small;
	font-family: Arial;
	color: #FFFFFF;
}
.style141 {
	font-size: 12px;
	font-family: Arial;
	color: #000000;
}
.style127 {
	text-decoration: underline;
}
.style139 {
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: underline;
}
.style135 {
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
}
.style142 {
	font-family: Arial;
}
.style144 {
	font-size: 12px;
	color: #FFFFFF;
}
.style148 {
	font-family: Arial;
	font-size: 10px;
	text-align: center;
}
/*.image{border:#c3baaa solid 1px;float:left;padding:5px;margin:10px 10px 5px 5px;}
.image{border:#c3baaa solid 1px;float:left;padding:5px;margin:10px 5px 5px 2px;}*/
.style154 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
}
.style155 {
	font-family: Arial;
	color: #000000;
}
.style156 {
	font-size: 12px;
}
.style157 {
	font-size: 12px;
	font-family: Arial;
	color: #FFFFFF;
}
.style158 {
	font-size: 12px;
	font-family: Arial;
}
.style161 {
	font-size: large;
	font-family: Arial;
	color: #FFFFFF;
}
.style162 {
	font-size: large;
	font-family: Arial;
	color: #FFFFFF;
	text-align: center;
}
.style164 {
	text-align: center;
}
.style165 {
	text-align: left;
}
.style166 {
	font-family: Arial;
	text-align: left;
}
.style169 {
	font-size: large;
}
.style171 {
	text-align: center;
	font-family: Arial;
	font-size: 10px;
}
.style172 {
	color: #000000;
}
.style174 {
	color: #000000;
	font-size: 12px;
}
.style175 {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}
.style178 {
	text-align: justify;
}
.style179 {
	color: #000000;
}
.style180 {
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}
.style181 {
	font-family: Arial;
	font-size: small;
	text-align: right;
}
.style182 {
	text-decoration: underline;
}
.style183 {
	text-align: center;
	font-size: 12px;
}
.style184 {
	
}
