/*
Fond général : 505050
Police : Trebuchet MS regular et bold
Pour tous les textes gris - Couleur : 959595
sauf pour LOGO/EDIION/INT... haut droite - Couleur : D5D5D5
*/

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

#entete{
	width:760px;
	height:480px;
	background:url('../img/entete.jpg') top left no-repeat;
}
#entete #lien_home{
	position:relative;
	display:block;
	top:70px;
	left:40px;
	width:300px;
	height:80px;
	text-decoration:none;
}
#entete #lien_home span{
	visibility:hidden;
}
#entete ul{
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	width:180px;
	height:200px;
	top:16px;
	left:580px;
	top:-63px;
	left:580px;
}
#entete ul li{
	margin:0;
	padding:0;
	text-transform:uppercase;
	line-height:31px;
	height:31px;
}
#entete ul li a{
	color:#d5d5d5; /* lionel */
	color:#808080;
	text-decoration:none;
	display:block;
	line-height:31px;
	height:31px;
	padding-left:29px;
	background:url('../img/carre.png') center left no-repeat;
}
#entete ul li a:hover{
	color:#000000;
}

#entete ul li a.menu_logo:hover{
	background:url('../img/carre_menu_logo.png') center left no-repeat;
}
#entete ul li a.menu_edition:hover{
	background:url('../img/carre_menu_edition.png') center left no-repeat;
}
#entete ul li a.menu_internet:hover{
	background:url('../img/carre_menu_internet.png') center left no-repeat;
}
#entete ul li a.menu_illustration:hover{
	background:url('../img/carre_menu_illustration.png') center left no-repeat;
}
#entete ul li a.menu_studio:hover{
	background:url('../img/carre_menu_studio.png') center left no-repeat;
}
#entete #image{
	position:relative;
	float:right;
	top:-8px;
	top:17px;
/*	left:301px;*/
	width:459px;
	height:172px;
}

#entete #texte_home{
	position:relative;
	font-size:22px;
	top:60px;
	left:30px;
	width:260px;
	height:75px;
	text-align:right;
}

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

#menu{
	float:left;
	width:307px;/*350*/
	height:690px;/*720*/
	background:url('../img/gauche.jpg') top left no-repeat; /* lionel */
	color:#959595;
	padding-left:43px;
	padding-top:30px;
}
#menu h1{
	font-size:1.1em;
	font-weight:normal;
	margin:0;
	letter-spacing:1px;
	word-spacing:2px;
}
#menu h2{
	font-size:1.8em;
	margin:0;
	margin-top:2px;
	line-height:25px;
	text-align:justify;
	letter-spacing:2px;
	word-spacing:8px;
}
#menu h3{
	color:#ffffff;
	font-size:1em;
	font-weight:bold;
	margin:0;
	margin-top:20px;
}
#menu h4{
	color:#ffffff;
	font-size:1em;
	font-weight:bold;
	margin:0;
	margin-top:11px;
	line-height:18px;
}
#menu p{
	color:#ffffff;
	font-size:0.95em;
	margin:0;
	margin-top:6px;
	line-height:17px;
	padding-right:20px;
	font-weight:normal;
}

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

#contenu{
	float:right;
	/*margin-left:350px;*/
	width:410px;
	height:720px;
	background:url('../img/droite.jpg') top left no-repeat; /* lionel */
}
#contenu ul{
	list-style-type:none;
	margin:0;
	padding:0;
	padding-top:30px;
	padding-left:25px;
	width:260px;
}
/*#contenu ul ul{
	padding:0;
	width:260px;
}*/
#contenu ul li{
	margin:0;
	padding:0;
	text-transform:uppercase;
	height:73px;
}
/*#contenu ul ul li{
	margin:0;
	padding:0;
	text-transform:uppercase;
	height:18px;
}*/
#contenu ul li a{
	color:#d0d0d0;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding-left:29px;
}
#contenu ul li a.admin{
	display:inline;
	float:right;
	padding:0;
}
#contenu ul li a.menu_logo{
	background:url('../img/carre_home_logo.jpg') top left no-repeat;
}
#contenu ul li a.menu_edition{
	background:url('../img/carre_home_edition.jpg') top left no-repeat;
}
#contenu ul li a.menu_internet{
	background:url('../img/carre_home_internet.jpg') top left no-repeat;
}
#contenu ul li a.menu_illustration{
	background:url('../img/carre_home_illustration.jpg') top left no-repeat;
}
#contenu ul li a.menu_studio{
	background:url('../img/carre_home_studio.jpg') top left no-repeat;
}

/*#contenu ul ul li a{*/
.sousmenu{
	font-size:0.9em;
	font-weight:normal;
	background:none;
}
#contenu ul li a:hover{
	color:#000000;
}
#contenu p{
	margin-top:30px;
	margin-left:93px;
	color:#c0c0c0;
	font-size:0.9em;
}

