/*******************************************************
TITLE: Page d'information V1.0
DATE: 20080530
AUTHOR: OMNIKLES
*******************************************************/

body {
	margin: .5em;
	padding: 0;
	height: 100%;
	background-color: #982b2b;
	background-image:  url('img/bg.png');
	background-repeat: repeat-x;
	color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

a {
color:#cc0000;
text-decoration:underline;
}

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

p {
	margin: 6px 0 0;
	font: 11px 'Trebuchet MS', Arial, Sans-serif;
	color: #333;
}

blockquote {
margin:16px;
padding:8px;
background-color:#eeeeee;
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}

blockquote p {
margin:.2em;
}

ul {
list-style-type:disc;
}

li {
margin:0 0 0 10px;
list-style-type:disc;
font: 11px 'Trebuchet MS', Arial, Sans-serif;
color: #333;
}


.clic {
margin:0 0 0 10px;
font : bold red 11px 'Trebuchet MS', Arial, Sans-serif;

}




#centerColumn { 	
margin: 0 auto;
padding:1em;
width:600px;
height: 600px;
text-align:left;
vertical-align: middle;	
background-color:#ffffff;
border:1px solid #cccccc;
}

#centerColumn h2 {
margin:0 0 0 0;
padding:6px 0;
font: bold 18px 'Trebuchet MS', Arial, Sans-serif;
letter-spacing:.1em;
color: #333;
}

#header {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 160px;
	background-color: #444444;
	background-image: url('img/bandeau.gif');
	background-repeat: no-repeat;
	border: 1px solid #cccccc;
}

#header h1 {
margin:0 0 -8px 0;
padding:16px 0 0 24px;
font-size:1.7em;
letter-spacing:.1em;
}

#header h2 {
margin:0 0 0 0;
padding:16px 0 0 24px;
font-size:.9em;
font-weight:lighter;
letter-spacing:.1em;
}

#fauxRightColumn {
	position: relative;
	float: right;
	margin: .5em 0 0 .5em;
	padding: 0 .7em .25em .7em;
	width: 250px;
	font-size: 12px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

#fauxRightColumn h2 {
font-size:.9em;
}


#nav ul {
margin:0;
list-style:none;
}

#nav li {
margin:0 0 8px 0;
list-style:none;
}

#nav li a {
text-decoration:underline;
}

#nav li a:hover{
text-decoration:none;
}

#footer {
	position: relative;
	margin-bottom : 30 px;
	padding: 0;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: .7em;
	
}














