/****************************************/
/* FICHIER : DESIGN.CSS
/* SITE : ASPHIA
/* DATE DE CREATION : AVRIL 2009
/* PAR INFOGRAPHIZM
/****************************************/


/****************************************/
/* BALISES GENERALES
/****************************************/

html
{
	overflow-y: scroll;
}

body, div, form, fieldset, ul, table
{ 
	margin: 0; 
	padding: 0; 
}

body
{
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	background: #2c2c2c url("background.jpg") repeat;
	text-align: center;
	width: 800px;
	color: #fff;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
}

h2
{
	margin-top: 0;
	color: #a80000;
	font-size: 22px;
}

h3
{	
	color: #a80000;
	border-bottom: 1px solid #a80000;
}

h4
{
	margin-bottom: -4px;
	margin-bottom: -10px !important!;
	color: #999999;
}

a
{
	text-decoration: none;
	color: #a80000;
}

a:hover
{
	text-decoration: none;
	color: #790000;
}

ul
{
	padding-left: 18px;
}


/****************************************/
/* CLASSES
/****************************************/
.vert
{
	color: #66CC33;
}

.rouge
{
	color: #a80000;
}

.code
{
	font-family: "Courier New", Courier, monospace;
	color: #999999;
}

.avertissement
{
	color: #999999;
	font-style: italic;
}

.exemple
{
	color: #eddf93;
}

.italic
{
	font-style: italic;
}


/****************************************/
/* HEADER
/****************************************/
#header
{
	height: 150px;
	width: 800px;
	background: #121212 url("header-footer.png") top no-repeat;
}


/****************************************/
/* MENU
/****************************************/
#menu
{
	width: 200px;
	float: left;	
	text-align: left;
}

.blocmenu
{
	width: 180px;
	margin-left: 15px;
	margin-right: 10px;
	border: 1px dashed #848484;
	margin-bottom: 15px;
	padding-bottom: 10px; 
}

.blocmenu h3
{
	text-align: center;
	color: #a80000;
	height: 25px;
	border-bottom: 1px dashed #848484;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 5px;
	background: #121212 url("menuh3.png") no-repeat;
}

.blocmenu ul
{
	list-style: none;
	padding-left: 0;
}

.blocmenu li
{
	display: block;
	height: 20px;
}

.blocmenu li a
{
	color: #ffffff;
	padding-left: 10px;
	display: block;
	height: 20px;
}

.blocmenu li a:hover
{
	color: #a80000;
	padding-left: 10px;
	display: block;
	height: 20px;
	background: #3d3d3d;
}

.blocmenu li.active
{
	background: #3d3d3d;
}

.menufin
{
	background: url("menufin.png") no-repeat;
	width: 180px;
	height: 59px;
	margin-top: -5px;
	margin-left: 15px;
}


/****************************************/
/* CONTENU
/****************************************/
#page
{
	width: 800px;
	background: #121212;
	border: 1px solid #ffffff;
}

#conteneur 
{
	width: 600px;
	background: #121212;
	float: right;	
	text-align: justify;
}

#contenu
{
	padding-left: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
}


/****************************************/
/* FORMULAIRE
/****************************************/



/****************************************/
/* TABLEAU
/****************************************/



/****************************************/
/* FOOTER
/****************************************/
#footer
{
	width: 800px;
	height: 50px;
	clear: both;
	background: #121212 url("header-footer.png") bottom no-repeat;
}

#footer p
{
	text-align: center;
	padding-top: 20px;
}