#imageAnim {
	width:160px;
	height:160px;
	float:left;
}

#contenu_gauche {
	background-image: url(../images/gauche.jpg);
	background-repeat:no-repeat;
	height:233px;
}

#contenu_gauche ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	padding-left:10px;
	padding-top:13px;
	list-style:none;
	margin-left:0px;
}

#contenu_gauche ul li a:hover{
	color: #000000;
	text-decoration: none;
}

#contenu_gauche ul li{
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin-bottom:6px;
}

.bordure_droite {
	background-image: url(../images/background-droite.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.bordure_gauche {
	background-image: url(../images/background-gauche.gif);
	background-repeat: repeat-y;
}
body.qma {
	background-color: #4B4B4D;
	margin: 0px;
}
.contenu {
	background-color: #FFFFFF;
	padding-left: 11px;
	padding-top: 35px;
	padding-right: 11px;
	padding-bottom: 35px;
}
.titre {
	text-align: left;
	vertical-align: top;
	height: 40px;
}
.noir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.vertBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #056F70;
	text-decoration: none;
}
.blancPetit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

/* Styles des listes */
ul {
	line-height:17px;
}

ul li {
	margin-bottom:6px;
}


/* Couleur et definition des liens  */
a:active { 
	color: #005D5E; 
	text-decoration: underline;
}
a:link { 
	color: #005D5E; 
	text-decoration: none;  
}
a:visited { 
	color: #005D5E; 
	text-decoration: none;  
}
a:hover {  
	color: #005D5E;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Cuprum, Arial, Helvetica, sans-serif;
	color: #056F70;
  font-weight: normal;
  line-height: 100%;
}

h1 {
  font-size: 22px;
  letter-spacing: 1px;
}

h1.main {
  text-transform: uppercase;
  text-indent: 25px;
  line-height: 20px;
  background-image: url('../images/heading-arrow.gif');
  background-repeat: no-repeat;
}

h2 {
	font-size: 22px;
}

h3 {
 font-size: 15px;
}

.newsdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: grey;
	text-align:right
}

.readmore {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing:3px
}

.imagecont {
  padding: 5px;
  text-align: center;
}

.quotefr {
  background-image: url('../images/quote-btn-fr.png');
  background-repeat: no-repeat;
  background-position:center top;
  width: 136px;
  height: 27px;
  display: block;
  margin: 0 auto;
}

.quotefr:active {
  background-position:center bottom;
}

.quoteen {
  background-image: url('../images/quote-btn-en.png');
  background-repeat: no-repeat;
  background-position:center top;
  width: 136px;
  height: 27px;
  display: block;
  margin: 0 auto;
}

.quoteen:active {
  background-position:center bottom;
}

