/* CSS Document */

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background: url(../img/fond.png) repeat-x #FFFFFF;
}
ul, li, h1, h2, h3, h4, h5, h6, form {
	padding: 0px;
	margin: 0px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}
.bouton {
	height: 22px;
	background-color: #999999;
	border: 1px solid #000000;
	font-family: Arial;
	font-size: 10px;
}

/* Bandeau du haut */
#top {
	width: 100%;
	height: 109px;
	background-image: url(../img/top.png);
	background-repeat: repeat-x;
	text-align: center;
	overflow: hidden;
}
#logo {
	position: absolute;
	right: 10px;
	top: 20px;
	border-width: 0px;
}
#top h1 {
	padding-top: 35px;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
}
#connecte {
	position: absolute;
	left: 10px;
	top: 25px;
}
#connecte table {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Entete Menu */
.entete {
	background-image: url(../img/fond_titre1.png);
	background-repeat: repeat-x;
	background-position: 0px -5px;
	height: 40px;
	padding-top: 10px;
	padding-left: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #556E7B;
}

/* Colonne de gauche */
#left {
	width: 19%;
	float: left;
	overflow: auto;
	background-color: #FFFFFF;
}
#contenu_gauche {
	padding-left: 20px;
}
#contenu_gauche ul {
	list-style-image: url(../img/ico_fleche.gif);
}
#contenu_gauche li {
	margin-left: 10px;
	margin-bottom: 15px;
	padding-left: 10px;
}
#contenu_gauche a {
	text-decoration: underline;
	color: #000000;
}
#contenu_menu {
	/*margin-left: 10px;*/
}
#contenu_menu h1 {
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}
#contenu_menu ul {
	padding-bottom: 20px;
}
#contenu_menu li {
	padding-left: 30px;
	list-style: none;
}
#contenu_menu li:hover {
	background-color: #FEFFB3;
}
#contenu_menu a {
	text-decoration: none;
	color: #000000;
}
#contenu_menu a:hover {
	text-decoration: underline;
}
#connexion {
	margin-left: -10px;
	padding-bottom: 10px;
	width: 100%;
	text-align: left;
}
#connexion input {
	width: 125px;
}

/* Colonne de droite */
#right {
	width: 79%;
	float: right;
	background-color: #FFFFFF;
}
#contenu_droite {
	padding-left: 10px;
	text-align: justify;
}
#contenu_droite table {
	margin-top: 20px;
}
#contenu_droite h2 {
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
#contenu_droite ul {
	list-style-type: square;
	padding-left: 30px;
}
#danger {
	vertical-align: top;
}
#contenu_droite td {
	vertical-align: top;
}
#contenu_droite h1 {
	font-weight: bold;
	font-size: 12px;
}
#contenu_droite h6 {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #FF0000;
}

/* Ligne du bas */
#bottom {
	width: 100%;
	float: left;
	margin-top: 30px;
	padding-top: 10px;
	border-top: 2px solid #999999;
	background-color: #FFFFFF;
}
#bottom img {
	height: 31px;
	vertical-align: middle;
}
#bottom li {
	margin-left: 10px;
	display: inline;
	list-style-type: none;
	font-size: 14px;
}
#bottom a {
	text-decoration: none;
	color: #0066FF;
}
#bottom a:hover {
	text-decoration: underline;
}
.copyright {
	color: #CCCCCC;
}