﻿/*-------------------------------global et contenu-------------------------------*/
html, body {
	height: 100%;
	margin: 0;
    background: url('/img/html.png') #CACBCD;
	font: 90% "Trebuchet MS", sans-serif;
	}
div#global {
	min-height: 100%;
	width: 90%;
	margin: 0 auto;
	position: relative;
	background: #fff;
	border-left: 4px double #97999A;
	border-right: 4px double #97999A;
	}
div#center {
	overflow: auto;
	background-color: #fff;
	margin: 0;
	padding-bottom: 0;
	}

div#content {
    float: right;
	position: relative;
	right: 5%;
	width: 75%;
	height: 100%;
	padding: 10px 10px;
	padding-bottom: 40px;
	background: #fff;
	margin-bottom: 20px;
	}
h1 {
	text-align: center;
	color: #838485;
	font-size: 150%;
	margin-top: 5px;
	margin-bottom: 15px;
	background: url('img/fond_titre.gif');
	border: 1px solid #97999A;
	font-weight: bolder;
	}
h2 {
	background: url('img/fond_titre.gif');
	color: #97999A;
	font-weight: bold;
	font-size: 120%;
	border: 1px solid #97999A;
	text-align: center;
	margin: 0px;
	}
h3 {
	color: #c00;
	font-variant: small-caps;
	}
.contenu_news {
	margin-top: 0px;
	border: 1px solid #97999A;
	border-top: none;
	padding: 10px 5px;
	margin-bottom: 15px;
	}
a {
	color: #838485;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
a, img {
	border: none;
	}
/*--------------------------------------Header-----------------------------------*/
div#header {
	background: #fff url(img/header.gif) no-repeat;
	color: #000;
	height: 201px;
	position: relative;
	border-bottom: 1px solid #97999A;
	}
div#header h1 {
    margin: 0;
	position: absolute;
	bottom: 10px;
	left: 30px;
	font: 3em Georgia, serif;
	}

/*-----------------------------------Menu----------------------------------------*/
div#sidebar {
	float: left;
	width: 16%;
	list-style-type: none;
	min-width: 100px;
	}
div#sidebar h3 {
	padding: 0;
    background: url('img/fond_titre.gif');
    color:#97999A;
    text-align: center;
	border-top: 1px solid #97999A;
	border-bottom: 1px solid #97999A;
	font-weight: bolder;
	}
ul.menu {
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
	}
.menu a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	margin: 2px 0;
	border-bottom: 1px solid #97999A;
	color: #97999A;
	background-color: #fff;
	/*font: small-caps 90% Tahoma,serif*/
	text-decoration: none;
}
.menu a:hover {
	background-position: left bottom;
    background: url('img/fond_titre.gif');
}
	
.lien{
	text-align: center;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
/*-----------------------------Séparation menu-contenu---------------------------*/
div#line{
	position: absolute;
	left: 200px;
	left: 16%;
	min-width: 1px;
	height: 100%;
	background-color: #97999A;
	}
/*------------------------------------Pied de page-------------------------------*/
div#footer {
	position: relative;
	bottom: 0;
    width: 90%;
	background: #fff;
	color: #000;
    border-top:1px solid #97999A;
	border-left: 4px double #97999A;
	border-right: 4px double #97999A;
	clear: both;
	min-height: 32px;
	margin: 0 auto; 
	}
div#footer p {
	position: relative;
	margin: 0px 0;
	font-size: 0.9em;
	padding: 0 0px;
	background-color: #fff;
   	color:#97999A;
    text-align: center;
}
/*-------------------------------Mise en page du texte---------------------------*/
.gras {
	font-weight: bold;
	}
.italic {
	font-style: italic;
	}
.souligne {
	text-decoration: underline;
	}
.quote {
	border: 1px dashed #97999A;
	}

.quote_author {
	background: #CACBCD;
	}

textarea{
	width: 100%;
	height: 100%;
	min-height: 100%;
	border:1px solid #97999A;
	}
input{
	border:1px solid #97999A;
	}
