@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Marcellus+SC);

body {
	background-image: url(<? echo $fd_image; ?>);
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-size: cover;
	width:100%;
	height:100%;
 	margin: 0px;
	padding: 0px;
}

/* Principal */
#menu
{
	width: 100%;
	height: 20px;
	margin: 5 0 0;
	padding: 0;
	list-style: none;
	background: #FFFFFF center;	/*
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 1px 1px #9c9c9c;
	-webkit-box-shadow: 0 1px 1px #9c9c9c;
	box-shadow: 0 1px 1px #9c9c9c;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	*/
}

#menu li
{
	float: left;
	padding: 0 0 7px 0;
	position: relative;
	line-height: 0;
}

#menu a 
{
	float: left;
	height: 15px;
	padding: 0 3px;
	color: #999999;
	text-transform: uppercase;
	text-decoration: none;
	font: 10px 'Marcellus SC';
	/* text-shadow: 0 1px 0 #ccc; */
	text-align: left;
}

#menu li:hover > a
{
	color: #000000;
}

*html #menu li a:hover /* IE6 */
{
	color: #CCCCCC;
}

#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 10;
	background: #eae9e9;
	border: 1px solid #CCCCCC;	
	/*
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);	
    -moz-border-radius: 2px;
    border-radius: 2px;
	*/
}

#menu ul ul
{
  top: 0;
  left: 150px;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
	/*
    -moz-box-shadow: 0 1px 0 #ac0505ac0505, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #ac0505ac0505, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #ac0505ac0505, 0 2px 0 #777777;
	*/
}

#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a
{
	padding: 5px;
	height: 10px;
	width: 150px;
	height: auto;
	line-height: 1;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	font: 11px 'Marcellus SC';
	color: #4e4e4e;
}

*html #menu ul a /* IE6 */
{    
	height: 10px;
}

*:first-child+html #menu ul a /* IE7 */
{    
	height: 10px;
}

#menu ul a:hover
{
    background: #cbcbcb; //cbcbcb
	/*
	background: -moz-linear-gradient(#b51028,  #cbcbcb);	
	background: -webkit-gradient(linear, left top, left bottom, from(#b51028), to(#cbcbcb));
	background: -webkit-linear-gradient(#b51028,  #cbcbcb);
	background: -o-linear-gradient(#b51028,  #cbcbcb);
	background: -ms-linear-gradient(#b51028,  #cbcbcb);
	background: linear-gradient(#b51028,  #cbcbcb);
	*/
	text-transform: none;
	font: 11px 'Marcellus SC';
	color: #000000;
}

#menu ul li:first-child > a
{
/*
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
*/
}

#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #eae9e9;
}

#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #eae9e9;
}

#menu ul li:first-child a:hover:after
{
	border-bottom-color: #cbcbcb;
}

#menu ul ul li:first-child a:hover:after
{
	border-right-color: #CCCCCC;
	border-bottom-color: transparent;
}


#menu ul li:last-child > a
{
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}

/* Clear floated elements */
#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}



#principal1 {
	width:820px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	vertical-align:top;
	z-index:1;
	padding:10px;
	background: #FFFFFF;
	box-shadow: 3px 2px 9px 1px rgba(119, 119, 119, 0.64);
	-moz-box-shadow: 3px 2px 9px 1px rgba(119, 119, 119, 0.64);
	-webkit-box-shadow: 3px 2px 9px 1px rgba(119, 119, 119, 0.64);
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}


#entete1 {
	font: 18px 'Marcellus SC', serif;
	color: #666666;
	width:100%;
	vertical-align:top;
	z-index:1;
	text-align: center;
	background: #FFFFFF;
	letter-spacing: 0.5em;
}

#menu1 {
	font: 11px 'Marcellus SC', serif;
	color: #666666;
	width:100%;
	margin-top: 10;
	vertical-align:top;
	z-index:1;
	text-align: center;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	height: 25px;
	margin-bottom: 10px;
}

#textecomm {
	color: #666666;
	width:90%;
	vertical-align:top;
	z-index:1;
	text-align: left;
	background: #FFFFFF;
	font-family: 'Marcellus SC', serif;
	font-size: 12px;
}

#corps1 {
	width:100%;
	vertical-align:top;
	z-index:1;
	text-align: center;
}

#pied1 {
	font: 11px 'Marcellus SC', serif;
	color: #666666;
	width:100%;
	vertical-align:top;
	z-index:1;
	text-align: center;
	background: #FFFFFF;
}

#pied1 a:link{
	font: 11px 'Marcellus SC', serif;
	color: #666666;
	text-decoration:none;
}
#pied1 a:hover{
	font: 11px 'Marcellus SC', serif;
	color: #000000;
	text-decoration:none;
}

#pied1 a:visited{
	font: 11px 'Marcellus SC', serif;
	color: #666666;
	text-decoration:none;
}

.liensite a:link {
	font: 11px 'Marcellus SC', serif;
	color: #666666;
	text-decoration:none;
}
.liensite a:hover {
	font: 11px 'Marcellus SC', serif;
	color: #666666;
	text-decoration:none;
}
.liensite a:visited {
	font: 11px 'Marcellus SC', serif;
	color: #666666;
	text-decoration:none;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

/* ---------------------------------------------------- */
