/* ===================================== *
 * FEUILLE DE STYLES LAYOUT V.6 EVASION  *
 * by Hisazuki                           *
 * ===================================== */

/* Corps */
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.25;
	color: white;
	text-align: center;
	background-color:#b6ad92;
	background-image:url('images/bg.jpg');
	background-repeat:repeat-x;
}

/* Liens et formulaires */
a {
	color: white;
	text-decoration: none;
	background-color : transparent; 
}
a:hover, a:focus {
	color: #323830;
	background-color : #b6ad92;
}
a img {
	border: none;
}
input, textarea, select, table {
	font-size: 11px;
}

/* Autres éléments */
#global {
	margin-left: auto;
	margin-right: auto;
	width: 1124px;
	border-collapse : collapse;
}
#entete {
	margin-left: auto;
	margin-right: auto;
	width: 1124px;
	text-align:center;
}
#bord_gauche {

}
#bord_droit {

}
#navigation {
	width:150px;
	font-size: 11px;
	background:#323830; 
	border-right-style:solid; 
	border-right-width:2px; 
	border-right-color:white;
	border-left-style:solid; 
	border-left-width:2px; 
	border-left-color:white;
	vertical-align: top;
}
#principal {
	width:680px;
	margin-left: auto;
	margin-right: auto;
	background:#434940;
	font-size: 10px;
	vertical-align: top;
}
#secondaire {
	width:150px;
	font-size: 11px;
	background:#323830;
	border-right-style:solid; 
	border-right-width:2px; 
	border-right-color:white;	
	border-left-style:solid; 
	border-left-width:2px; 
	border-left-color:white;
	vertical-align: top;
}
#pied {
	margin: 0;
	padding: 15px 20px 10px 0;
}
#copyright {
	margin: 20px 0 5px 0;
	text-align: right;
	color: #323830;
	border-top-style:solid; 
	border-top-width:2px; 
	border-top-color:white;
}
#textbox {
	width: 98%;
}
#textbox table {
	font-size: 10px;
}
.decotitrenews {
  font-size: 14px;
  font-style: italic;
  background: #323830;
  padding: 2px;
  border: 1px dotted black;
}
.decotitreaccueil {
  font-size: 16px;
  text-decoration: underline;
}
.decotitremenu {
  font-size: 16px;
  text-decoration: underline;
  font-style: italic;
}
.menu {
	font-size: 11px;
}
.titre_menu {
	background:#434940;
	padding: 2px;
	border: 1px dotted black;
}
.contenu_menu {
	font-size: 11px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.accueil {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	background: #fffef9;
	color: black;
	border: 2px solid black;
	padding: 3px;
}
.accueil a {
	color: black;
	text-decoration: underline;
}
.titre_accueil {
	background: #b6ad92;
	padding: 4px;
	border: 2px dotted white;
}
.contenu_accueil {
	text-align: center;
}
.page {
	vertical-align: top;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}
.page a img {
	border: 1px solid #b6ad92;
}
.titre_page {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
}
.contenu_page {
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
}
.contenu_page a {
	text-decoration: underline;
}
.news {
	border: 1px dotted #b6ad92;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.news th {
	height: 79px;
	background-image:url('images/news.png');
	text-align: center;
}
.news_bottom {
	border-top: 1px solid #b6ad92; 
}
.news_by {
	text-align: left;
	margin-left: 5px;
	float: left;
}
.comment {
	text-align: right;
	margin-right: 5px;
	float: right;
}
.titre_projet {
	background: #b6ad92;
	padding: 4px;
	border: 2px dotted white;
	color: black;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
}
.projet_avert {
	vertical-align: middle;
	border: 0;
}
.decalage_avert {
	margin-left: 17px;
}
.decalage_avertimg {
	height: 12px;
	width: 12px;
	border: 0;
	vertical-align: middle;
}
.bienvenue {
	font-size: 16px;
	color: red;
}
.block_bienvenue {
	font-size: 14px;
}