﻿/* 
Global Styles – (body, paragraphs, lists, etc) 
Header 
Page Structure 
Headings 
Text Styles 
Navigation 
Forms 
Comments 
Extras */
body, html
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body
{
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite alignÃ© Ã  gauche (valeur par dÃ©faut) dans le sÃ©lecteur #container */
	color: #000000;
	background-color: #202824;
	background-repeat:repeat-x;
	background-image:url(Ressources/fond.gif);
	text-align: center;
	font-size: 62.5%;
	line-height:2em;
}
form
{
	height: 100%;
}
a
{
	color: #fbbf47;
	text-decoration: none;
	border: 0;
}
a img
{
	border: 0;
}

a:hover
{
	text-decoration: underline;
}
a[target=_blank]
{
	padding:3px 8px 0 0;
	background:url(Ressources/out.gif) no-repeat right top;
}
ul
{
	list-style-type: square;
}

dl, dt, dd
{
	/* suppression of all margins and paddings */
	margin: 0;
	padding: 0;
}

.cadre
{
	border: 1px solid #000000;
}



.sousTitre
{
	font-size: 0.6em;
	line-height: 2em;
	font-weight: normal;
}
.surTitre
{
	font-size: 0.6em;
	font-weight: normal;
}
.warning
{
	color: #FF0000 !important;
}

