body {
	margin:0px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	color:#666666;
}

images {
border:0;
}
img {
	border:none;
}

.clear {
	clear:both;
}

#tableau_pri {
	left:0px;
	top:0px;
	width:960px;
	height:650px;
	margin:auto;
	background:url(images/fond.jpg) no-repeat;
	text-align:left;
}

#logo {
	padding-left:560px;
	padding-top:50px;
}

#menu {
	padding-top:10px;
	padding-left:70px;
}

#contenu {
	margin-top:60px;
	margin-left:75px;
	width:810px;
	height:300px;
	color:#333333;
	text-align:justify;
}
#footer {
	width:960px;
	text-align:center;
	margin-top:50px;
	color:#666666;
}


/** 
 * Slideshow style rules.
 */
#slideshow {
	width:425px;
	height:200px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:345px;
  height:200px;
  overflow:auto; /* affiche une scrollbar au cas ou */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:325px; /* reduit de 20 pixels la div #slidesContainer pour permettre d'afficher la barre de scroll */
  height:200px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:50px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#navDiapo{
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	right:25px;
	bottom:10px;
	cursor:pointer;

}
#leftControl {
  top:0;
  left:0;
  background:transparent url(images/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(images/control_right.jpg) no-repeat 0 0;
}

#tab_accueil1 {
	float:left;
	width:380px;
	margin-left:5px;
}
#tab_accueil2 {
	float:left;
	width:425px;
}

#tab_accueil_int1 {
	float:left;
	width:160px;
	text-align:center;
}

#tab_accueil_int2 {
	float:left;
	width:200px;
	line-height:17px;
}
.titre_accueil {
	color:#ff6000;
	font-size:20px;
}
.titre_accueil2 {
	color:#ff6000;
	font-size:14px;
	font-weight:bold;
}

.texte_04 {
	font-weight:bold;
	color:#003366;
}

.informations_legales {
	padding-left:10px;
	text-align:justify;
	padding-right:10px;
}