html 	{
	overflow-y: scroll;
	scrollbar-face-color: #999999;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #999999;
	scrollbar-arrow-color: #F68428;
	}


body	{
	border-style: none;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
	color: white;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	background-color: #999999;
	}


abbr, acronym
	{
 	border-bottom: 1px dotted #F68428;
 	cursor: help;
	}



/* Wrap */



#wrap 	{
	width: 1000px;
	height: 725px;
	margin: 30px auto 0px;
	padding: 0px;
	position: relative;
	}



/* Header 



#header {
	position: absolute;
	}*/



/* Logo + barre */



#logobarre
	{
	float: left;
	}


.element{
	margin: 0 0 15px 0px;
	padding: 0;
	list-style-type: none;
	}


.element li
	{
	margin: 0 0 4px 0;
	padding: 0;
	width: 1000px;
	}


.element li a
	{
	margin: 0;
	padding: 0;
	display: block;
	width: 500px;
	height: 31px;
	text-indent: -500px;
	overflow: hidden;
	}


.logo 	{
	margin: 0px 0px 0px 0px;
	background-image: url("logo.gif");
	background-position: top left;
	background-repeat: no-repeat;
	}


.barre 	{
	margin: 0px 0px 0px 0px;
	height: 1px;
	background-image: url("barre.gif");
	background-position: top left;
	background-repeat: no-repeat;
	}




/* Barre de navigation */



#navbar {
	background: #818181;
	width: 1000px;
	height: 30px;
	font-size: 12px;
	font-family: Arial;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px auto 15px;
	float: left;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

	
#nav 	{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

	
#nav li a, #nav li a:link, #nav li a:visited
	{
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 8px 15px 7px 15px;
	text-transform: uppercase;
	text-decoration: none;
	border-left: 1px solid #818181;
	border-right: 1px solid #818181;
	}


#nav li a:hover, #nav li a:active
	{
	background: #F68428;
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	}

	
#nav li li a, #nav li li a:link, #nav li li a:visited
	{
	width: 100px;
	background: #F68428;
	color: #FFFFFF;
	float: none;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #EDA63C;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	}

	
#nav li li a:hover
	{
	background: #E27124;
	color: #FFFFFF;
	padding: 7px 10px 7px 10px;
	}


#nav li ul
	{
	position: absolute;
	left: -999em;
	height: auto;
	width: 122px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #EDA63C;
	}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul
	{
	left: -999em;
	}


#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul
	{
	left: auto;
	}


#nav li:hover, #nav li.sfhover
	{ 
	position: static;
	}



/* Diaporama */



#flashContent
	{
	width: 1000px;
	height: 579px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	float: left;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}


#flashContent a:link, #flashContent a:visited
	{
	color: white;
	text-decoration: none;
	}


#flashContent a:hover
	{
	text-decoration: underline;
	}



/* Contenu */



#content
	{
	width: 1000px;
	height: 579px;
	margin: 0px auto 0px;
	background-color: #818181;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	text-transform: none;
	float: left;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}



.contentleft
	{
	width: 256px;
	float: left;
	margin: 0px;
	padding: 101px 0px 0px 44px;
	font-size: 16pt;
	color: white;
	text-align: left;
	border-bottom: 1px solid #FFFFFF;
	}

	
.contentright
	{
	width: 700px;
	float: right;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10pt;
	color: white;
	text-align: left;	
	}


.contenthome
	{
	float: left;
	margin: 50px 0px 0px 28px;
	padding: 0px 0px 0px 0px;
	font-size: 10pt;
	color: white;
	text-align: left;
	}


.section
	{
	float: left;
	width: 310px;
	margin: 0px 10px 40px 0px;
	padding: 0px;
	}


.contentlong
	{
	float: left;
	width: 700px;
	height: 519px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	overflow: auto;
	}



.artisan
	{
	width: 100px;
	height: 66px;
	position: absolute;
	left: 800px;
	top: 250px;
	z-index: 1;
	margin: 0px;
	background-image: url("artisan.gif");
	background-repeat: no-repeat;
	}


#content a:link, #content a:visited
	{
	color: #F68428;
	text-decoration: none;
	}


#content a:hover
	{
	text-decoration: none;
	color: #FFFFFF;
	}


.photo, .photo:link, .photo:visited
	{
	border: 1px solid rgb(255, 255, 255);
	width: 300px;
	height: 100px;
	}


.photo:hover, .photo:active
	{
	border: 1px solid #F68428;
	width: 300px;
	height: 100px;
	}



/* Footer */



#footer {
	text-align: center;
	margin: 10px auto 0px;
	width: 825px;
	float: left;
	}


#footer a:link, #footer a:visited
	{
	color: #000000;
	text-decoration: none;
	}


#footer a:hover
	{
	text-decoration: underline;
	}


#facebook
	{
	text-align: center;
	margin: 7px 10px 0px 0px;
/* 	width: 150px; */
	float: left;
	}
	

/*.g-plusone
	{
	text-align: center;
	margin: 7px 0px 0px 10px;
	width: 32px;
	height: 20px;
	float: left;
	}*/
	
	
#g-espace
	{
	width: 60px;
	height: 7px;
	margin: 0px;
	float: left;
	}
