@charset "utf-8";
/* CSS Document */

body{
	width:100%; height:100%;
	margin:0 0 0 0;
	background-color:#000000;
	}

div#topCorner { width:85px; height:274px;  position:absolute; top:0px; left:0px;
				background-image:url(../images/top_left_corner.jpg); background-repeat:no-repeat;
				margin:0 50px 0 0; }

div#page { width:900px; position:absolute; top:0px; left:100px; }

div#content { width: 797px; 	height:auto;	float:left;	}

/* head menu */

div#headMenu {
	width:797px;	height:166px;	background-color:#000000; 	float:left;	margin:0 0 0 30px;
}

div#headMenu_O1 {
	width:105px;	height:113px;	float:left;	margin:0 0 0 0;
}

div#headMenu_02 {
	width:166px;	height:113px;	float:left;
}

div#headMenu_03 {
	width:166px; 	height:28px;	float:left;
}

div#headMenu_04 {
	width:166px; 	height:13px;	float:left;
}

div#headMenu_Pub {
	width:526px;	height:113px;	float:left;
}

div#headMenu_Blank1 {
	width:105px; 	height:13px;	float:left;
}



/* Buttons */

div#headMenu a{
	color:#FFFFFF; font-family:"Century Gothic",Verdana, Arial, Helvetica, sans-serif;
	font-size:15px; text-align:center; padding-top:6px; text-decoration:none;	
}

div#headMenu_Acc a {
	width:105px;	height:28px;	float:left;
	background:url(../images/bt_accueill.jpg) 0 35px no-repeat; background-color:#000000;
}

div#headMenu_Comp a {
	width:131px;	height:28px;	float:left;
	background:url(../images/bt_compagnie.jpg) 0 35px no-repeat; background-color:#000000;
}

div#headMenu_Agen a {
	width:95px;		height:28px;	float:left;
	background:url(../images/bt_agenda.jpg) 0 35px no-repeat; background-color:#000000;
}

div#headMenu_Spec a {
	width:111px;	height:28px;	float:left;
	background:url(../images/bt_spectacles.jpg) 0 35px no-repeat; background-color:#000000;
}

div#headMenu_Atel a {
	width:88px;		height:28px;	float:left;
	background:url(../images/bt_atelier.jpg) 0 35px no-repeat; background-color:#000000;
}	

div#headMenu_Cont a {
	width:101px;	height:28px;	float:left;
	background:url(../images/bt_contact.jpg) 0 35px no-repeat; background-color:#000000;
}

div#headMenu_Acc a:hover, div#headMenu_Comp a:hover, div#headMenu_Agen a:hover, div#headMenu_Spec a:hover, div#headMenu_Atel a:hover , div#headMenu_Cont a:hover {
	background-position:0 0;	cursor:pointer;
}

div#headMenu a.bt_down {
	background-position:0 0;	cursor:pointer;
