﻿/* disposition CSS */
#masthead {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#top_nav {
}

body {
	margin-top: 0px;
	font-family: Verdana;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
h2 {
	color: #D91717;
}
h3 {
	color: #808080;
}
h5 {
	color: #D91717;
}

a.menu:link {
	color: #D91717;
	font-size: x-small;
}
a.menu:visited {
	color: #808080;
	font-size: x-small;
}
a.menu:hover {
	color: #FFFFFF;
	font-size: x-small;
	font-style: italic;
}
a.menu:active {
	color: #FFFFFF;
	font-size: x-small;
	font-style: italic;
}

a.pieds:link {
	color: #AAAAAA;
}
a.pieds:visited {
	color: #AAAAAA;
}
a.pieds:hover {
	color: #D91717;
}
a.pieds:active {
	color: #D91717;
}


form {
	background: url('images/fond-contact.jpg');
	width: 50em;
	border-color:#D91717;
}
label {
	color: #D91717;
}

#logo {
	vertical-align: 20px;
}
.bold_theme {
	color: #D91717;
	font: normal normal bolder 100% Verdana;
}
.important {
	color: #D91717;
	font: normal normal bolder 100% Verdana;
	margin-left: 180px;
}

.centre {
	text-align:center;
}


div.MenuList
{	margin-left:auto;
	margin-right:auto;
	width:800px;

/*   margin-left: 10%;*/
}

.MenuList ul
{
	font: bold small Verdana;
	padding: 0;
	margin: 0;
	border-width: 1px 1px 1px 1px;
	border-style: double;
	border-color: #D91717;
	height:18px;
}
.MenuList li
{
	margin: 0px 5px 0px 5px;
	list-style-type: none;
	float: left;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #AAAAAA;
	width: 100px;
	text-align: center;
}
.MenuList li:visited
{
	background-color: #AAAAAA;
}

.MenuList li:hover{
	background-color: #D91717;
}

.MenuList li:active
{
	background-color: #D91717;
}

#sidebar
{	margin-left:auto;
	margin-right:auto;
	width:85%;
	height:5px;
/*   margin-left: 10%;*/
}

#sidebar ul
{
	font: bold xx-small Verdana;
	padding: 0;
	margin: 0;
	border-width: 1px 1px 1px 1px;
/*	border-style: double;
	border-color: #D91717;*/	
	height: 5px;
}
#sidebar li
{
	margin: 0px 5px 0px 5px;
	list-style-type: none;
	float: left;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #AAAAAA;
	width: 90px;
	text-align: center;
}
/* Styles pour les éléments de navigation */
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #D91717;
	display: block;
	padding: 0px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #EEEEEE;
	border-bottom: 1px #D91717 solid;
	background-color: #D91717;
}
#sidebar a:active {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px #D91717 solid;
	background-color: #D91717;
}


#cadrage_float
{

	text-align:center;
}

div.DetailList
{	
/*   margin-left: 10%;*/
}

.DetailList ul
{

}
.DetailList li
{
	list-style: url('images/puces17.jpg');
	vertical-align: middle;
	line-height: 25px;
}


ul.PetiteList
{
	color: #D91717;
	list-style: square;
}

#container {
/*	position: relative;
	top: 0px;
	left: 0px;
	height:100%;*/
	margin: 0 auto;
}

#left_col {
	width: 350px;
	float: left;
	text-align:center;
	left: 0px;
	top: 0px;
}

#page_content {
/*	background-position: 0px 0px;
	margin-right: 0px;*/
	margin-left: 350px;
/*	background-repeat: repeat;
	background-attachment: scroll;*/
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
	font: 10px Verdana;
	clear: both;
	color: #AAAAAA;
}

