body
{
	margin: 0px;
	padding: 0px;
	background-color: #F2F2F2;
	color: black;
	font-family: geneva, arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}

/*<group=General styling>*/
#banner
{
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	width: 100%;
	height: 50px;
	background-color: white;
	color: #A8A8A8;
	border-bottom: 1px solid #4f4f4f;
}

#contact
{
	margin: 35px 5px 0px 0px;
	padding: 0px;
	float: right;
}

#signature
{
	margin: 0;
	margin-left: 30px;
	margin-right: 110px;
	margin-top: 7px;
	padding: 0;
	float: left;
	text-align: left;
	font-size: 11pt;
	line-height: 14pt;
	text-transform: uppercase;
}

ul.menu {
	background-color: green;
	list-style: none;
	margin: 0;
	margin-top: 1px;
	padding: 0;
}

ul.menu li {
	display: block;
	margin: 0px;
	margin-top: 24px;
	margin-right: 3px;
	float: left;
}

ul.menu li a:link, ul.menu li a:visited
{
	width: 75px;
	display: block;
	padding: 5px;
	border: 1px solid #D2D2D2;
	border-bottom: none;
	text-align: center;
	text-transform: uppercase;
}

ul.menu li a:hover, ul.menu li a:active, ul.menu li a.selected
{
	border: 1px solid #4f4f4f;
	text-decoration: none;
	color: #4f4f4f;
}

ul.menu li a.selected
{
	pointer-events: none;
	cursor: default;
	border-bottom: 1px solid #ffffff;
}

#page_container
{
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	background-color: white;
	text-align: center;
}


#layer_container
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 450px;
	background-color: white;
	text-align: center;
}

#layer_container a
{
	border: 0px;
	text-decoration: underline;
}

#layer_container a:hover
{
	color: gray;
}

div.lyr
{ 
	position:absolute; 
	left:0px; top:0px; 
	visibility:hidden;
	z-index: 100;
	text-align: left;
	text-decoration: none;
	width: 450px;
}

.centrage
{
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #D2D2D2;
}


.legende
{
	margin: 2px 0px 0px 0px;
	padding: 0px;
	float: left;
	font-size: 9pt;
	line-height: 11pt;
	color: #A8A8A8;
	text-transform: uppercase;
}


.enveloppe
{
	margin: 2px 0px 0px 0px;
	padding: 0px;
	float: right;
}


/*</group>*/



/*<group=carousel styling>*/

/* Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 

div#hold	{ 
	position:relative; overflow:hidden;
	width:184px; height:52px; z-index:100
	}

div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:184px; height:52px; 
	clip:rect(0px, 184px, 52px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}

div#lyr1	{ 
	position:absolute; visibility:hidden; 
	left:0px; top:0px; 
	z-index:1; 
	}
*/

#carousel
{
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	position:relative; 
	overflow:hidden;
	width:600px; height:160px; z-index:100;
}

#masque
{
	position:absolute; 
	left:0px; top:0px; 
	width:600px; height:160px; 
	clip:rect(0px, 600px, 160px, 0px); 
	overflow:hidden;	
	z-index:1;
}	


#vignettes
{
	position:absolute; 
	visibility:hidden;
	left:0px; top:0px; 
	z-index:1;
}

#vignettes img
{
	margin: 0px 5px 0px 5px;
	padding: 0px;
	float: left;
	clear: none;
	border: 4px solid white;
}

#vignettes img:hover
{
	border: 4px solid #808080;
}


#vignettes td
{
	width: 150px;
	font-size: 7pt;
	text-align: justify;
}

#gauche
{
	margin-top: 45px;
	width: 27px;
	height: 54px;
	float: left;
}

#droite
{
	margin-top: 45px;
	width: 27px;
	height: 54px;
	float: right;
}

#footer
{
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
	width: 100%;
	height: 30px;
	font-size: 8pt;
	color: #A8A8A8;
	background: white;
	text-align: left;
	clear: both;
	border-top: 1px solid #D2D2D2;
}

/*</group>*/



/*<group=text styling>*/
p
{
	margin: 2px 0px 15px 0px;
	padding: 0px;
	font-size: 8pt;
	line-height: 10pt;
	text-transform: none;
}

.photo {
	float: left;
	margin-right: 4px;
	margin-top: 4px;
}

h2
{
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	font-size: 9pt;
	font-weight: normal;
	text-transform: uppercase;
}

.us
{
	color: #A8A8A8;
}

table.presse {
	width: 100%;
}

table.presse td.icon {
	width: 30px;
	height: 55px;
}

table.presse td.lien {
	height: 55px;
}



a
{
	color: #A8A8A8;
	text-decoration: none;
}

a:hover
{
	color: #808080;
	text-decoration: underline;
}

/*</group>*/
