* { padding : 0; margin : 0; }

body {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
}

a       { text-decoration: none; }
a:hover { text-decoration: underline; }
a img   { border: 0; }


/**  Mise-en-page  **/
#photo {
	background: url(images/photo.jpg) no-repeat center top;
	width: 1000px;
	height: 700px;
	margin: 0 auto;
}

#photogb {
	background: url(images/photogb.jpg) no-repeat center top;
	width: 1000px;
	height: 700px;
	margin: 0 auto;
}


#page {
	width: 599px;
	margin: 0 auto;
	padding-top: 141px;
}
/**   FORCE FIXE   **/
#titre, #bas, #menuDeroulant, #video, #horloge {
	width: 100%;
	margin-left: -13px;
}
/**  fin de FORCE FIXE   **/

#titre {
	height: 25px;
	margin-bottom: 10px;
	position: relative;
}

/**  fin de mise-en-page  **/
/**-----------------------------------------------**/
	          /**  #menu deroulant **/
#menuDeroulant
{
	width: 644px;
	height: 21px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	top: -100px;
	left: 85px;
}
#menuDeroulant li
{
	float: left;
	width: 120px;
	margin: 0;
	padding: 0;
	border: 0;
}
#menuDeroulant li a:link, #menuDeroulant li a:visited
{
	display: block;
	height: 1%;
	color: #FFF;
	margin: 0;
	padding: 14px 8px;
	border-right: 0px solid #fff;
	background-color: #6e593b;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#menuDeroulant li a:hover { background-color: #477f46; }

#menuDeroulant .sousMenu
{
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}
#menuDeroulant .sousMenu li
{
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	width: 149px;
	border-top: 1px solid transparent;
	border-right: 1px solid tr
ansparent;
}
#menuDeroulant .sousMenu li a:link, #menuDeroulant .sousMenu li a:visited
{
	display: block;
	color: #FFF;
	margin: 0;
	border: 0;
	text-decoration: none;
	background: #818f51 repeat;
}
#menuDeroulant .sousMenu li a:hover
{
	background-image: none;
	background-color: #477f46;
}

#menuDeroulant li:hover > .sousMenu { display: block; }

	/**  fin de #menu deroulant  **/
/**-----------------------------------------------**/
/**  #bas  **/
p {
	line-height: 11px;
	font-size: 11px;
	letter-spacing: 0.05em;
	color: #CCC;
}

#bas   {
	position: relative;
	top: 400px;
	left: 0px;
}
#bas p { color: #FFFFFF; }
#bas img { vertical-align: text-top; }
	#signature {
	position: absolute;
	bottom: 0;
	top: -5px;
	left: 0px;
	}

/**  fin de #bas  **/



#video   { 
	position: relative;
	top: 410px;
	left: 20px;
    bottom: 0;
}
/** fin de #video **/
