@CHARSET "UTF-8";
@IMPORT url("menuc.css");
@IMPORT url("ariane.css");
@IMPORT url("mwo.css");
@IMPORT url("forms.css");
@IMPORT url("sections.css");
@IMPORT url("debug.css");
@IMPORT url("error.css");
@IMPORT url("actus.css");

body{
/*background-color:#1b4522;*/
/*	background-color:#091900;*/
	background-color:#000000;
	padding:0;
	font-family:"Verdana", "Arial", sans-serif;
	font-size: 8pt;
}

h1{
	font-size:3em;
	font-weight:bold;
}

h2{
	font-size:2em;
	font-weight:bold;
	font-style:italic;
	letter-spacing:0.2em;
	text-align:center;
	margin:0 0 0.5em 0;
}


h3{	
	font-size: 1.7em;
	font-style: italic;
	letter-spacing:0.2em;
}

h4{
	font-size: 1.4em;
}

h5{
	font-size: 1.1em;
}

h6{
	font-size: 1.1em;
	font-style: italic;
}

a{
	color:#1b4522;
	text-decoration:none;
}
a:hover{
	color:#69c369;
}

img {}

li {
	list-style-image:url(images/puce-liste-triangle.png);
}

/* IDs */
#widgetl{
	width:160px;
}

#widgetr{
	float:right;
	width:160px;	
}

#intro{
	width:800px;
	height:600px;
	margin:0 auto;
	padding:0;	
}

#content{
	width:1000px;
	margin:0 auto;
	padding:0;
}

#entete{
	background: url("../../public/images/header2.png") right top no-repeat transparent;
	/*border: 1px solid white;*/
	height:165px;
	margin:0px 0px 0px 0px;
}

#entete img.logo {
	float:left;
	width:84px;
	height:120px;
	border:0;
	margin:15px 0 0 15px;
}
#entete div.Titre {
	width:600px;
}

#entete h1{
	text-align:center;
}


#entete ul {
	list-style-type: none;
	text-align:center;
	margin: 0;
	padding:0;
}
#entete li {
	list-style-image:none;
}

#section{
	background:white;
	padding:0 170px 1em 170px;
	min-height:600px;
	}
	
#private_login{
	width:600px;
	margin:6em auto;
	}

#footer{
	margin-top: 0.3em;
	padding-right:1em;
	text-align: right;
	height:30px;
	background:url(../../public/images/pied_de_page.png) left top no-repeat white;
	border:1px solid white;
}

/* Classes */
.block{
	margin: 0;
	padding: 0;
}


.alert{
	text-align:center;
	color: red;
	font-size:1.2em;
	}
	
.clear_separator{
	clear:both;	
}
hr.clear_separator{
	margin:0.1em 0;
}

.hidden{
	visibility: hidden;
}


.info{
	color:#1492d2; /*bleu golfeur logo*/
}
