/* CSS Document */
body{
	margin:0;
	padding:0;
	text-align:left;
	background-color: #CCCCCC;
	background-image: url(images/pattern.jpg);
	}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	margin-top:20px;
	background-color: #FFFFFF;
     }


	
#onglet {
	width: 800px;
	margin-left: auto;
     margin-right: auto;
}

#onglet2 {
	margin-left: auto;
	margin-right: auto;
	width: 650px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #999999;
	text-align: left;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #DE790B;
}
#navig {
	width: 797px;
}
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DE790B;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D15B2A;
}



p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}






#menu_rollover
{
	margin-left: 15px;
}

#menu_rollover .element
{
	float:left;
	width: 92px;
	height: 37px;
	text-align:center;
	background-image:url(images/bg_menu.gif);
	margin-left: 2px;
	margin-right: 2px;
	
}

#menu_rollover a:hover .element
{
	background-position:bottom;
}

#menu_rollover a
{
	background: none;
	width: 92px;
	height: 37px;
	line-height:37px;
}

#clean_rollover
{
	clear:left;
}





















#gallery {
	position: relative;
	width: 750px;
}
#thumbs {
	width: 180px;
	float: left;
}
#thumbs a {
	display: block;
	float: right;
	margin: 0 0 5px 5px;
	width: 50px;
	height: 50px;
	border: 1px solid #000;
}
#thumbs a img {
	width: 50px;
	height: 50px;
	border: 0;
}
#thumbs a:hover {
	border-color: #ddd;
}
#thumbs a:hover img {
	position:absolute;
	width: auto;
	height: auto;
	left: 185px;
	top: 0;
	border: none;
	padding-left: 100px;
}




#boite{
	width:780px;
	background-color:#FFFFFF;
	padding-left: 20px;
}
