/* CSS Document */
/*=========================
//redéfinition des balises:
=========================*/

body 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#C0BEBE;
	background-color:black;
}

p
{
	text-indent:20px;
	text-align:justify;
}
		
H1
{
	font-size:18pt;
	font-variant:small-caps;
	text-decoration:underline;
}	

H2
{
	font-size : 16pt;
	text-decoration:underline;
}

a
{
	text-decoration : none;
	color : #C0BEBE;
	font-weight:bold;
}

a:hover
{
	color:rgb(209,6,6);
}


img
{
	border : none;
	margin : 0;
	padding : 0;
}

/*=================
//nouvelles balises
=================*/
#fenetre
{
	position:absolute;
	width:800px;
	height:600px;
	margin-left:-400px;
	left:50%;
	margin-top:-300px;
	top:50%;

}

#top
{
	width:800;
	height:90px;
	background:url(images/bandeau.jpg);
	background-repeat:no-repeat;
}

#middle
{
	width:800px;
	height:600px;
	padding-left:50px;
	background-image:url(images/middle.jpg);
	background-repeat:no-repeat;
}

#conteneur
{
	border-left:1px solid rgb(192,190,190);
	padding-left:10px;
	margin-left:30px;
	width : 700px;
}

#menu
{
	font-weight:bold;
	font-size:13pt;
	list-style-type:none;
	margin:0px;
	margin-bottom:50px;
	background:url(images/menu_background.jpg);
}

#menu li
{
	margin-left:0px;
	margin-bottom:5px;
	height:20px;
	line-height:20px;
	width:90px;
	margin-left:-40px;
	_margin-left:0px;

}

#selected
{
	color:rgb(209,6,6);
}

#menu a
{
	width:90px;
	height:20px;
	padding-left:10px;
	color:rgb(192,190,190);	
	text-decoration: none;
	display:block;
	background:url(images/menu.jpg);
	background-repeat:no-repeat;
}

#menu a#selected
{
	font-size:14pt;
	width:90px;
	height:20px;
	padding-left:10px;
	color:rgb(209,6,6);
	text-decoration: none;
	display:block;
	background:url(images/menu.jpg);
	background-repeat:no-repeat;
}

#menu a:hover
{
	text-decoration:none;	
	background:rgb(86,87,87);
	
}


table#galerie
{
	margin-left : 20px;	
	height : 400px;

}

table#galerie td
{
	margin-bottom: 20px;
	vertical-align : top;
	vertical-align:bottom;
}


table#galerie img
{
	border-right:1px solid rgb(192,190,190);
	padding-right : 5px;
}

div#galerie
{	
	width : 80px;
	text-align : left;
	padding-left : 2px;
}

div#foot
{
	text-align : center;
}


