/* ---------------------------------------------------- */
/* --------------  MISE EN PAGE DE BASE  -------------- */
/* ---------------------------------------------------- */

body {
	margin: 0; 
	background-color: #8a8a8a;
	font-family: Arial;
}
#conteneur-degrade {
	background-image: url('images/fond-degrade.png'); 
	width: 1026px; 
	margin-left: auto; 
	margin-right: auto; 
}
#conteneur {
	width: 1000px; 
	margin-left: auto; 
	margin-right: auto;
}
#contenu {
	background-color: white; 
	width: 1000px; 
	border-collapse: collapse;
	margin-left: auto; 
	margin-right: auto; 
}
#contenu-gauche {
	width: 254px;
}

/* ------------------------------------------------------ */
/* --------------  MISE EN PAGE DU HEADER  -------------- */
/* ------------------------------------------------------ */


#header {
	background-image: url("images/header.png");
	background-repeat: no-repeat;
	background-color: white;
	width: 1000px;
	height: 225px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

#bloc-connecte {
	height: 17px;
	color: white;
	font-size: 10px;
	padding-top: 3px;
	padding-left: 5px;
}

#bloc-connecte a {
	color: orange;
	text-decoration: none;
}

#bloc-login {
	float: right;
	margin-top: 80px;
	margin-right: 20px;
}

#bloc-login input {
	width:110px;
	height:18px;
	background-color:#EEEEEE;
	border:solid 1px #CCCCCC;
	color:#666666;
}

#bloc-login #submit {
	width:112px;
	height:18px;
	background-color:#EEEEEE;
	border:solid 1px #CCCCCC;
	color:#666666;
	cursor:pointer;
}

#bloc-login #submit:hover {
	background-color:#CCCCCC;
	border:solid 1px #999999;
	color:#555555;
}

#bloc-login label {
	color: white;
	float: right;
	font-style: italic;
}


/* ---------------------------------------------------- */
/* --------------  MISE EN PAGE DU MENU  -------------- */
/* ---------------------------------------------------- */

#menu {
	background-image: url("images/fond-menu.png");
	background-repeat: no-repeat;
	width: 254px;
	margin-bottom: 30px;
	border-top: 1px solid white;
	margin-left: -1px;
}

.menu-contenu {
	width: 200px;
	margin-right: 20px;
	min-height: 300px;
	margin-top: 13px;
	border: 1px solid #909090;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

#basmenu {
	background-image: url("images/fond-menu.png");
	background-repeat: no-repeat;
	width: 254px;
	min-height: 320px;
	border-top: 1px solid white;
	margin-left: -1px;
	margin-bottom: 20px;
}

.lien-principal
{
	color: #909090;
	font-size: 17px;
	text-decoration: none;
}

.lien-secondaire
{
	font-size: 14px;
	color: black;
	text-decoration:none;
}

.lien-secondaire:hover {
	color: #b2b2b2;
}

.lien-tertiaire
{
	font-size: 14px;
	margin-left: 30px;
	color: black;
	text-decoration:none;
}

.lien-date
{
	font-size: 13px;
	font-style:italic;
	color: #5f5f5f;
	text-align: right;
	width: 100%;
}

/* ------------------------------------------------------- */
/* --------------  MISE EN PAGE DU CONTENU  -------------- */
/* ------------------------------------------------------- */

.contenu-droite a {
	color: orange;
	text-decoration:none;
}

.contenu-droite a:hover {
	color: #FF8C66;
}

.contenu-droite td {
	padding: 2px;
}

.contenu-droite {
	background-image: url("images/fond-contenu.png"); 
	background-repeat: no-repeat; 
	width: 686px; 
	border-top: 1px solid white;
	margin-bottom: 30px;
	font-size: 12px;
}

.contenu-droite-bordure {
	margin-right: 12px; 
	margin-top: 13px; 
	border: 1px solid #909090; 
	min-height: 296px; 
	padding: 10px;
}

.contenu-div-petite a {
	color: orange;
	text-decoration:none;
}

.contenu-div-petite a:hover {
	color: #FF8C66;
}

.contenu-droite-div-petite {
	background-image: url("images/fond-contenu.png");
	background-repeat: no-repeat;
	width: 686px;
	font-size: 12px;
	border-top: 1px solid white;
}

.contenu-droite-bordure-petite {
	border: 1px solid #909090;
	min-height: 50px;
	margin-right: 12px;
	margin-top: 13px;
	padding: 10px;
}

.titre {
	color: #909090;
	font-size: 20px;
}
.champ_form {	
	width:200px;
	height:18px;
	background-color:#EEEEEE;
	border:solid 1px #CCCCCC;
	color:#666666;
}

.champ_form_small {
	width:110px;
	height:18px;
	background-color:#EEEEEE;
	border:solid 1px #CCCCCC;
	color:#666666;
}

.champ_box {
	width:250px;
	height:150px;
	background-color:#EEEEEE;
	border:solid 1px #CCCCCC;
	color:#666666;
}

.btn_form {
	width:200px;
	height:18px;
	background-color:#EEEEEE;
	border:solid 1px #CCCCCC;
	color:#666666;
	cursor:pointer;
}

.btn_form:hover {
	width:200px;
	height:18px;
	background-color:#CCCCCC;
	border:solid 1px #999999;
	color:#555555;
}

/* ------------------------------------------------------ */
/* --------------  MISE EN PAGE DU FOOTER  -------------- */
/* ------------------------------------------------------ */

#footer {
	background-image: url("images/fond-footer.png");
	background-repeat: no-repeat;
	width: 943px;
	font-size: 12px;
	border-top: 1px solid white;
	margin-left: -1px;
	margin-top: -20px;
	margin-bottom: 10px;
}

#footer-bordure {
	border: 1px solid #909090;
	min-height: 50px;
	margin-right: 12px;
	margin-top: 13px;
	padding: 10px;
	text-align: center;
}
