html
{
	background-color: #111100;
	color: white;
	font-size: 80%;
	font-family: verdana, sans-serif, Arial, Sans, serif;
}

body
{
	width:90%;
	margin: auto;
	background-color:#110000;
	border-left: 1px solid white;
	border-right: 1px solid white;
	padding-left:20px;
	padding-right:20px;
}

/* HEADER */

#header {
	width: 100% ;
	height: 56px ;
	padding-left:190px;
	background-image: url("/design/images/2.png") ;
	background-repeat: no-repeat ;
	background-position: 140px 0px ;
}

#header h1 {
	border: none;
	font-size:170%;
	margin:0;
}

#header p {
	margin:0;
	padding:0;
}

/* BARRES LATERALES */

#barre_gauche ul, #barre_droite ul {
	padding-left:15px;
}

#barre_gauche li, #barre_droite li {
	margin-bottom: 0px;
}

#barre_gauche a, #barre_droite a {
	color: white;
	font-style: italic;
}

/* BARRE LATERALE GAUCHE */

#barre_gauche {
	float: left;
	width:170px;
}

.on_en_parle {
	padding-bottom: 5px;
	border-bottom: 1px dotted white;
}

.on_en_parle img {
	display:block;
	margin:auto;
	width:170px;
	border: 1px solid black;
}

.on_en_parle p {
	text-align: center;
}

/* BARRE LATERALE DROITE */

#barre_droite {
	float: right;
	width: 170px;
}

/* CORPS */

#corps {
	margin-left:190px;
	margin-right:190px;
	min-height: 900px;
	margin-bottom: 20px;
}

#texte_intro {
	margin-bottom: 20px;
}

.news {
	border-bottom: 1px dotted white ;
	margin-bottom: 20px;
}

.news img {
	margin:auto;
	display:block;
	max-width: 100%;
}

/* PIED DE PAGE */

#footer {
	border-top: 1px dashed white;
	padding-bottom:10px;
}

#footer p {
	text-align: center ;
	font-size: 90%;
}

/* TEXTES, TITRES, PARAGRAPHES, EFFETS */

h1, h2, h3 {
	font-weight: normal;
}

h1 {
	font-size: 130%;
	color: #d60 ;
	border-top: 1px solid white ;
	border-bottom: 1px dotted white ;
	padding-top: 3px;
	padding-bottom: 3px;
}

h1 a {
	color: #c0c0c0;
	text-decoration: none;
	font-style: normal;
}

h2 {
	font-size:120%;
	font-weight:bold;
	border-bottom: 1px solid white;
	/*margin-left:10px;
	border-left: 1px solid white;
	padding-left: 2px;*/
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p {
	margin-bottom:2px;
	margin-top:7px;
	text-align: justify;
	line-height: 1.3em;
}

cite {
	border-left: 3px solid white ;
	font-style: normal;
	display:block;
	padding-left: 4px;
	margin-left: 10px;
}

cite .source {
	font-style: italic;
	border-top: 1px solid white;
	padding-top:2px;
	margin-top:2px;
	display:block;
}

p.signature {
	text-indent: 20px;
}

p.centre {
	text-align: center ;
}

.souligne {
	text-decoration: underline ;
}

.precision {
	font-size:90%;
	font-style: italic;
}

.droite {
	float: right;
	margin-left: 10px;
}

.gauche {
	float:left;
	margin-right: 10px;
}

.colonne {
	margin : auto ;
	float: left ;
	width: 49%;
	margin-right:5px;
}

.colonne2 {
	margin : auto ;
	padding-left:5px;
	float: left ;
	width: 49%;
	border-left: 1px solid white;
}

/* IMAGES */

/* LIENS */

a {
	color:#d60;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none ;
}

/* LISTES */

li {
	margin-bottom:4px;
}

/* TABLEAUX */
table {
	margin: auto;
	border-collapse:collapse;
	border: 1px solid gray;
}

th {
	background-color: gray;
	color: black;
}

tr.tr1 {
	background-color:#111100;
}

td {
	padding-left: 2px;
	padding-right: 2px;
}

td.centre { text-align: center ; }

/* DIVERS */
.hr {
	border-top: 1px solid;
	margin:auto ;
	margin-top:10px;
	margin-bottom:10px;
	width:70%;
}

abbr, acronym {
	cursor: help;
}
