@charset "utf-8";
/* CSS David Becker */

html, body {
 margin: 0;
 padding: 0;
}

.textcomm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

/* Links */
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;
	border: 0px;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;
	border: 0px;
}
a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;
	color: #FFFF66;
	border: 0px;
}

/* Body */
body {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
}

/* Accepte - Refuse */
#global_ar {
	width: 400px;
	height: 25px;
	margin-top: -12.5px; /* moitié de la hauteur */
	margin-left: -0px; /* 0 */
}

ul#ar {
	margin:0;
	padding:0;
	list-style-type:none;
}
	
ul#ar li {
	margin:0 0 5px 0;
	padding:0;
	top:0;
	float:left;
}
	
ul#ar li a {
	display:block;
	width:200px;
	height:25px;
	text-decoration:none;
	float:left;
	text-align:center;
}
	
#accepte {
	width:200px;
}

#refuse {
	width:200px;
}
	
#accepte a {
	background:url('images/roll/acc_refu.png') no-repeat 0 0;
}
	
#refuse a {
	background:url('images/roll/acc_refu.png') no-repeat 0 -50px;
}
	
#accepte a:hover {
	background:url('images/roll/acc_refu.png') no-repeat 0 -25px;
}

#refuse a:hover {
	background:url('images/roll/acc_refu.png') no-repeat 0 -75px;
}

/* Partenaires - Contact */
#global_pc {
	width: 200px;
	height: 27px;
	margin-top: -13.5px; /* moitié de la hauteur */
	margin-left: 0px; /* 0 */
}

ul#pc {
	margin:0;
	padding:0;
	list-style-type:none;
}
	
ul#pc li {
	margin:0 0 5px 0;
	padding:0;
	top:0;
	float:left;
}
	
ul#pc li a {
	display:block;
	width:100px;
	height:27px;
	text-decoration:none;
	float:left;
	text-align:center;
}
	
#partenaires {
	width:100px;
}

#contact {
	width:100px;
}
	
#partenaires a {
	background:url('images/roll/part_cont.png') no-repeat 0 0;
	margin-left:12px;
}
	
#contact a {
	background:url('images/roll/part_cont.png') no-repeat 0 -54px;
	margin-left:3px;
}
	
#partenaires a:hover {
	background:url('images/roll/part_cont.png') no-repeat 0 -27px;
}

#contact a:hover {
	background:url('images/roll/part_cont.png') no-repeat 0 -81px;
}

/* Bio - Tour - Ciné - Livre d'or - Merci */
#global_menubas {
	width: 735px;
	height: 25px;
	margin-top: -12.5px; /* moitié de la hauteur */
	margin-left: 0px; /* 0 */
}

ul#menubas {
	margin:0;
	padding:0;
	list-style-type:none;
}
	
ul#menubas li {
	margin:0 0 5px 0;
	padding:0;
	top:0;
	float:left;
}
	
ul#menubas li a {
	display:block;
	width:170px;
	height:25px;
	text-decoration:none;
	float:left;
	text-align:center;
}
	
#bio {
	width:170px;
}

#tourn {
	width:170px;
}

#cine {
	width:170px;
}

#livre_dor {
	width:170px;
}

#merci {
	width:170px;
}
	
#bio a {
	background:url('images/roll/menubas.png') no-repeat 0 0;
	margin-left:35px;
}
	
#tourn a {
	background:url('images/roll/menubas.png') no-repeat 0 -50px;
	margin-left:55px;
}

#cine a {
	background:url('images/roll/menubas.png') no-repeat 0 -100px;
	margin-left:50px;
}

#livre_dor a {
	background:url('images/roll/menubas.png') no-repeat 0 -150px;
	margin-left:30px;
}

#merci a {
	background:url('images/roll/menubas.png') no-repeat 0 -200px;
	margin-left:5px;
}
	
#bio a:hover {
	background:url('images/roll/menubas.png') no-repeat 0 -25px;
}

#tourn a:hover {
	background:url('images/roll/menubas.png') no-repeat 0 -75px;
}

#cine a:hover {
	background:url('images/roll/menubas.png') no-repeat 0 -125px;
}

#livre_dor a:hover {
	background:url('images/roll/menubas.png') no-repeat 0 -175px;
}

#merci a:hover {
	background:url('images/roll/menubas.png') no-repeat 0 -225px;
}

/* Home - Actu */
#global_ha {
	width: 40px;
	height: 40px;
	margin-top: -0px; /* moitié de la hauteur */
	margin-left: -0px; /* 0 */
}

ul#ha {
	margin:0;
	padding:0;
	list-style-type:none;
}
	
ul#ha li {
	margin:0 0 5px 0;
	padding:0;
	top:0;
	float:left;
}
	
ul#ha li a {
	display:block;
	width:40px;
	height:40px;
	text-decoration:none;
	float:left;
	text-align:center;
}
	
#home {
	width:40px;
}

#actu {
	width:40px;
}
	
#home a {
	background:url('images/roll/home_actu.png') no-repeat 0 -80px;
	margin-left:3px;
}
	
#actu a {
	background:url('images/roll/home_actu.png') no-repeat 0 0;
}
	
#home a:hover {
	background:url('images/roll/home_actu.png') no-repeat 0 -120px;
}

#actu a:hover {
	background:url('images/roll/home_actu.png') no-repeat 0 -40px;
}

/* Images - Musiques - Vidéos */
#global_menuhaut {
	width: 750px;
	height: 25px;
	margin-top: -12.5px; /* moitié de la hauteur */
	margin-left: -0px; /* 0 */
}

ul#menuhaut {
	margin:0;
	padding:0;
	list-style-type:none;
}
	
ul#menuhaut li {
	margin:0 0 5px 0;
	padding:0;
	top:0;
	float:left;
}
	
ul#menuhaut li a {
	display:block;
	width:250px;
	height:25px;
	text-decoration:none;
	float:left;
	text-align:center;
}
	
#images {
	width:250px;
}

#musiques {
	width:250px;
}

#videos {
	width:250px;
}
	
#images a {
	background:url('images/roll/menuhaut.png') no-repeat 0 0;
}
	
#musiques a {
	background:url('images/roll/menuhaut.png') no-repeat 0 -50px;
}

#videos a {
	background:url('images/roll/menuhaut.png') no-repeat 0 -100px;
}
	
#images a:hover {
	background:url('images/roll/menuhaut.png') no-repeat 0 -25px;
}

#musiques a:hover {
	background:url('images/roll/menuhaut.png') no-repeat 0 -75px;
}

#videos a:hover {
	background:url('images/roll/menuhaut.png') no-repeat 0 -125px;
}

/* Actualités */

#global_actu {
	width: 200px;
	height: 30px;
	margin-top: -10px; /* moitié de la hauteur */
	margin-left: 0; /* 0 */
}

ul#actu {
	margin:0;
	padding:0;
	list-style-type:none;
}
	
ul#actu li {
	margin:0 0 5px 0;
	padding:0;
	top:0;
	float:left;
}
	
ul#actu li a {
	display:block;
	width:200px;
	height:30px;
	text-decoration:none;
	float:left;
	text-align:center;
}
	
#actualites {
	width:200px;
}
	
#actualites a {
	background:url('images/roll/actualites.png') no-repeat 0 0;
	margin-left:-80px;
}
	
#actualites a:hover {
	background:url('images/roll/actualites.png') no-repeat 0 -30px;
}

/* Fonds */
#fond_contact {
	height:300px;
	background-image: url('images/contact.png');
	background-repeat: no-repeat;
	background-align: center;
	background-position: center;
}

#fond_part {
	height:300px;
	background-image: url('images/partenaires.png');
	background-repeat: no-repeat;
	background-align: center;
	background-position: center;
}

/* Galerie */
div#galerie
{
	width: 500px ;
	background: #000000 ;
	border: 0px solid #dcb ;
	padding: 15px ;
	margin: 15px 30px ;
	text-align: center ;
	font: 0.9em Arial, Arial, Helvetica, sans-serif ;
}

ul#galerie_mini
{
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
}

ul#galerie_mini li
{
	float: left;
}

ul#galerie_mini li a img
{
	margin: 2px 1px ;
	border: 1px solid #dcb ;
}

dl#photo
{
	clear: both ;
	margin: 0 auto ;
}

dl#photo dt
{
	font: 1.5em/3.0em Arial, Arial, Helvetica, sans-serif ;
	color: #ffffff ;
}

dl#photo dd
{
	margin: 0 ;
}

dl#photo img
{
	border: 1px solid #dcb ;
}
