/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
    background:#e0e0e0 url(../img/degr.jpg) repeat-x top left;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #000000;
}
img {
	border:0;
	border:none;
}
/* hack FF pour envlever pointillés autour des liens */
:focus {
	-moz-outline-style: none;
}
.content #container_index{ 
    width: 163px;
    margin: 300px auto;
    text-align: center;
}
.content #container{ 
    width: 1130px; /* Largeur totale du site */
    margin: 0 auto;
    text-align: left;
}
.content #header{
	margin:20px 0 30px 230px!important;
}
#header .sup_menu {
	margin:0 0 0 360px;
}
.menu01 a, .menu02 a, .menu03 a {
	text-decoration:none;
	color:#999999;
}
.menu01 a:hover , .menu02 a:hover, .menu03 a:hover{
	color:#000000;
}
.menu01 .on a, .menu02 .on a, .menu03 .on a, menu_g .on a {
	font-weight:bold;
	color:#000000;
}
#header ul, #header li{
	list-style:none;
    margin:0;
    padding: 0;
	line-height:14px;
}
#header .menu01, #header .menu02 {
	float:left;
	margin-left:50px;
	width:150px;
}
#header .menu03 {
	width:105px;
	float:left;
	margin-left:30px;
}
.content #menu_g{
	width:220px;
	color:#999999;
    text-align: right;
    float: left;
    padding:0;
	margin:0; 
	font-size:11px;
}
#menu_g ul, #menu_g li{
	list-style:none;
    margin:0;
    padding: 0;
	line-height:18px;
}
.int_menu a {
	text-decoration:none;
	color:#999999;
}
.int_menu .on a {
	font-weight:bold;
	color:#000000;
}
.int_menu a:hover {
	color:#000000;
}
.content #mainContent{
	width:900px;
    /*margin: 0 0 40px 210px;*/
	margin: 0 0 40px 0;
	float:right;
}

.content #mainContent p{
	margin:0; padding:0;
}

.content #mainContent ul{
	margin:0; padding:0; list-style-type:none;
}

.content #mainContent h1{
	font-size:18px;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
}
.content #mainContent h2{
	font-size:16px;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
}
.content #mainContent h3{
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
}
.content #mainContent p{
	margin:0 0 10px 0;
	padding:0;
	text-align: justify;
	/*line-height:16px;*/
}
.content #mainContent #txt_desc {
	margin:10px 0 10px 0;
}
.content #mainContent #txt_desc img{
	float:right;
}
.content #mainContent a{
	text-decoration:none;
	color:#000000;
}
.content #mainContent a:hover{
	color:#999999;
}

.content #mainContent .imgArt{
margin-bottom:50px; 
width:900px;
}

.clearfloat{
   	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.left {
	float:left;
}
.right {
	float:right;
}



/****Fade****/
#carousel2 ul {
	list-style: none;
}
#carousel2 ul li {
	width: 800px;
	height: 530px;
}
#carousel2 .jcarousel-scope {
    position: relative;
	padding: 0 32px;
    width: 800px;
}
#carousel2 .jcarousel-next {
    position: absolute;
    top: 250px;
    right: -5px;
	width: 32px;
	height: 32px;
    cursor: pointer;
    border: none;
	text-indent: -2000px;
    background: url(../img/next-horizontal.png) no-repeat center;
}
#carousel2 .jcarousel-next:hover {
    background-image: url(../img/next-horizontal.png);
}

#carousel2 .jcarousel-next-disabled, #carousel2 .jcarousel-next-disabled:hover {
    cursor: default;
	background-position:-9999px;
}

#carousel2 .jcarousel-prev {
    position: absolute;
    top: 250px;
    left: -5px;
	width: 32px;
	height: 32px;
    cursor: pointer;
    border: none;
	text-indent: -2000px;
    background: url(../img/prev-horizontal.png) center no-repeat;
}
#carousel2 .jcarousel-prev:hover {
	background-image: url(../img/prev-horizontal.png);
}

#carousel2 .jcarousel-prev-disabled, #carousel2 .jcarousel-prev-disabled:hover {
    cursor: default;
	background-position:-9999px;
}