@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
	background-image: url(visuels/fond.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.orange {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #F90;
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #F90;
	text-decoration: underline;	
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
		color: #FFF;
	text-decoration: none;
}
a:active {
	color: #F90;
	text-decoration: none;
}
p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
H1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #41411B;
}

.bords{
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #8A8460;
	border-left-color: #8A8460;
}
.bordb{
	border-left-color: #8A8460;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #8A8460;
	border-bottom-color: #8A8460;
}



#container .js {
overflow : hidden;
}
#container .carousel, #container .carousel .carousel-wrap {
/*margin-top : 30px;*/
width : 100%;
}
#container .js .carousel-wrap {
display : inline-block;
vertical-align : middle;
width : 900px;
height : 250px;
margin : 0 0 0 0;
}
.IE #container .js .carousel-wrap {
display : inline;
}
#container .carousel ul {
margin : 0;
padding : 0;
}
#container .js ul li {
overflow : hidden;
display : inline;
float : left;
width : 300px;
text-align : center;
}
#container .carousel .carousel-control {
overflow : hidden;
display : inline-block;
vertical-align : middle;
width : 1px;
height : 1px;
cursor : pointer;
line-height : 250px;
}
#container .carousel .carousel-next {
/*background : url(../images/slide/nextbleu.png) no-repeat 0% 0%;
margin-left : 15px;*/
border : 0;
}
#container .carousel .carousel-previous {
/*background : url(../images/slide/prevbleu.png) no-repeat 0% 0%;
margin-left : 100px;*/
border : 0;
}
#container .carousel .disabled, #container .carousel .disabled:hover {
cursor : default;
}
#container .carousel div {
margin : 0;
padding : 0;
border : 0;
}
#container .carousel ul {
padding : 0;
list-style : none;
}
#container .carousel ul li { /*hauteur et largeur du contenant global */
position : center;
width : 900px;
height : 250px;
margin : 0;
}
#container .carousel ul li cite {
position : absolute;
/*bottom : 3px;
right : 10px;
line-height : 19px;
font-size : 11px;*/
}
#container .carousel ul li cite a img {
vertical-align : middle;
}
#container .carousel ul li cite a {
color : #fff;
text-decoration : none;
}
#container div.center-wrap {
clear : both;
position : relative;
}
#container div.center-wrap div {
float : center;
margin : 0px 0px -30px 0;
}
#container div.center-wrap a { /* position du menu de navigation en chiffres */
margin : 0 0;
padding : 2px 6px;
cursor : pointer;
color : #41411B;
background-repeat : no-repeat;
}
#container div.center-wrap a.active { /* couleur des chiffres du menu de navigation */
color : #000;
//background-image : url(../images/slide/nav1.png);
background-repeat : no-repeat;
}

#slide {
border : 0;
}
#slide ul {
overflow : hidden;
padding : 0;
}
#slide ul li {
display : inline;
float : center;
margin : 0 0 0 0;
list-style : none;
}
#slide ul li a {
display : block;
padding : 0;
text-decoration : none;
background : none;
}
#slide ul li a.active {
color : #fff;
}
#slide p {
margin : 0 0 15px;
}

#slide .js ul {
overflow : hidden;
}
#slide .js ul li {
overflow : hidden;
}
#slide .js .carousel-wrap {
width : 500px;
margin-bottom : 0;
}

