@charset "utf-8";
/* CSS Document */
body {
    background-color: #000;
    text-align: center;
}
body, tr, td, th, div {
    color: #e8eada;
    font-family: Verdana;
    font-size: 11px;
}
#layout {
    margin: 0 auto;
	margin-top:-20px;
    width: 500px;
    background-color: #000;
    background-repeat: repeat-y;
}
#header {
	height: 511px;
}
#content {
	width: 70%;
	text-align: justify;
	padding-right:3px;
	padding-left:3px;
    background-color: #000;
	float:right;
}
#sidebar {
	width: 25%;
	text-align: right;
	padding-right:3px;
	padding-left:3px;
    background-color: #000;
	float:left;
}
#menu a:link, #menu a:visited {
	text-transform:uppercase;
	font-size:9pt;
	font-family:arial;
	font-weight:bold;
	font-style:normal;
	color:#f4314c;
	line-height:15px;
}
#menu a:hover, #menu a:active {
	text-transform:uppercase;
	font-size:9pt;
	font-family:arial;
	font-weight:bold;
	font-style:normal;
	color:#f06d6e;
	line-height:15px;
}
#footer {
	width: 450px;
	margin: 0 auto;
	color: #eceff0;
	background-color: #b3c0c7;
	border-top: 1px solid #a1b0b7;
	text-align: justify;
	padding: 10px 3px 10px 3px;
}
a {
text-decoration: none;
font-weight: none;
cursor: default;
}
a:link {
color: #ea6a6c;
font-weight:bold;
font-style:italic;
}
a:visited {
color: #ea6a6c;
}
a:hover, a:active {
color: #77a469;
}
textarea, input, option, select	{
border-bottom: 1px dotted #A39E98;
border-top: 1px solid #A39E98;
border-left: 1px solid #A39E98;
border-right: 1px solid #A39E98;
padding:0px; 
font-size:8pt;
font-family:Trebuchet MS, Tahoma;
color:#A39E98; 
background-color: #ececec;
}
.titre  {
color:#ea6a6c;
font-weight:bold;
font-family:georgia;
font-size: 12pt;
font-style:italic;
line-height:3pt;
padding-top:3px;
padding-bottom:1px;
text-transform:lowercase;
filter: alpha(opacity=70);
-moz-opacity: .7;
  }
.titre:hover  {
color:#77a469;
font-weight:normal;
font-family:georgia;
font-size: 12pt;
font-style:italic;
line-height:3pt;
padding-top:3px;
padding-bottom:1px;
text-transform:lowercase;
filter: alpha(opacity=70);
-moz-opacity: .7;
  }
