
/* Page Wrapper
   contains #header, #content, and #endbar
--------------------------------------------------- */
#wrapper {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    width: 950px;
	height:auto;
	min-height:910px;
    text-align: left;
	background-color:#F9F1EF;
    font-size: 100%;
}

#main{
	 width:950px;
	 height:auto;
	 min-height:750px;
	 padding-bottom:30px;
}

/* Page header
--------------------------------------------------- */
#header {
	color:#FFFFFF;
	font-size:17px;
	height:140px;
	width:100%;
	margin: 0 auto;
	padding: 0;
	border: 0;
	/*top:10px;*/
}

/* Inner layout (#contact)
   contains #navbar, #main, and #sidebar
--------------------------------------------------- */
#content {
    width: 950px;
	height:auto;
	min-height:450px;
    padding: 0px;
    padding-top: 6px;
	padding-bottom:20px;
}

#info{
	position:relative;
	width:365px;
	min-height:120px;
	border:thin solid #DEDEDE;
	bottom:150px;
	padding:10px;
	padding-left:24px;
	padding-right:9px;
	background-image:url(../img/background/bg_white_60.png);
	background-repeat:repeat;
	z-index:10;
	display:none;
}

#ligne_info{
	margin-left:47px;
	margin-bottom:14px;
	color:#797878;
	width:880px;
	overflow:hidden;
}

#big_cadre{
	overflow:hidden;
}

#big{
	display:none;
	width:660px;
	float:left;
}

#savoirplus{
	position:relative;
	width:100%;
	clear:both;
	margin-left:47px;
}

#sv_content{
	border:thin solid #DEDEDE;
	display:none;
	background-color:#FFFFFF;
	padding:4px;
	padding-bottom:8px;
	width:860px;
	margin-top:10px;
}

#savoirplus a:link{
	color:#333333;
	text-decoration:underline;
}

#langue{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	float:right;
	width:63px;
	margin-top:5px;
	margin-right:5px;
}

#langue a:link, #langue a:visited{
	color:#000000;
}

#langue a:hover{
	font-weight:bold;
	text-decoration:none;
}

#sub_menu{
	padding: 0;
	border: 0;
	margin:0;
}

#sub_menu a:link, #sub_menu a:visited{
color:#FFFFFF;
}


/* CLASSES
--------------------------------------------------- */

.thumbnail{
	width:85px;
	height:85px;
	background-color:#CCCCCC;
	margin:5px;
	float:left;
	border: thin solid #999999;
	cursor:pointer;
}

.thumbnail2{
	border: thin solid #F1F0F1;
	cursor:pointer;
	margin-bottom:8px;
	width:85px;
	height:85px;
}

.thumbnail2:hover{
	border: thin solid #000000;
}

#container{
	position:relative;
	height:570px;
	width:500px;
	left:0;
	top:0;
}
#carousel{
	width:190px;
	height:570px;
	overflow:hidden;
	float:left;
}

#carousel div li{
    list-style: none;
	float:left;
}

.bt{
	color: #FFFFFF;
	background-color: #009900;
	border: thin solid #666666;
}

#bt_right:hover{
	background-position:0px -45px;
}

#bt_right{
	background-image:url(../img/button/next.png);
	float:left;
	margin-top:15px;
	width:25px;
	height:45px;
	overflow:hidden;
	cursor:pointer; 
}

#bt_left{
	background-image:url(../img/button/prev.png);
	background-position:-2px 0px;
	float:left;
	margin-top:15px;
	margin-right:3px;
	width:25px;
	height:45px;
	overflow:hidden;
	cursor:pointer; 
}

#bt_left:hover{
	background-position:-2px -45px;
}


.menu{
	float:left;
	width:108px;
	height:108px; 
	margin-left:20px;
	background-image:url(../img/bg_alpha.gif);
	cursor:pointer;
}

.submenu{
	width:108px;
	height:16px;
	color:#FFFFFF;
	margin-bottom:3px;
	font-size:10px;
}

/* Default links
--------------------------------------------------- */
a:link, a:visited {
	color:#333333;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	color: #000000;
	letter-spacing: .02em;
	background-image:url(../img/background/bg_white.gif);
	background-repeat:repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
    border: 0;
}

input, textarea{
	border: thin solid #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	font-weight:normal;
}

h2, h3, h4, h5 {
    padding: 0;
	color:#7E7373;
}

ol,ul {
	list-style:none;
}
