body
{
   margin-left: auto;
   margin-right: auto;
	font: 85% "Trebuchet MS", Helvetica, sans-serif;
	background: #FFF;
   color: #555;
	width: 980px;
}

div#contenant
{
	background: #FFF;
}

/* BANNIERE AVEC LOGO ET MENU SECONDAIRE (horizontal) */

div#banniere
{
	padding: 10px 10px 0px 15px;
/*background: yellow;*/
}

div#banniere ul
{
	float: right;
	list-style-type : none;
	font-size: 80%;
/*background: green;*/
}

div#banniere li
{
	display : inline;
	padding-left: 1em;
}

/* MENU PRINCIPAL (vertical): SELECTEUR DE RUBRIQUES */

div#selecteur
{
	float: left;
	width: 190px;
	margin-top: 10px;
}

div#selecteur ul
{
	width: 160px;
	border-style: solid;
	border: 1px solid #C80800;
	margin: 8px 12px 8px 12px;
	padding: 5px;
	background: #FFECD4;
	background-image: url('img/menu_chip.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

div#selecteur li
{
	text-decoration: none;
	text-indent: 0;
	list-style-type: none;
	font-weight: bold;
	color: #C80800;
	margin-top: 2px;
	font-size: 1.2em;
}

div#selecteur a
{
	text-decoration: none;
	color: #6A5756;
	font-size: 0.8em;
}

div#selecteur a.selection
{
	text-decoration: none;
	color: #000;
}

div#selecteur a:hover
{
	text-decoration: none;
	color: #000;
}

/* CADRES DANS LA COLONNE DE DROITE */

div#coldroite
{
   float: right;
	width: 250px;
	margin: 15px 10px 10px 0;
}

div.cadre
{
   background-color: #ecebe6;
	margin-bottom: 10px;
}

div.cadre_titre {
	padding: 0 12px 10px 12px;
	color: #C80800;
	font-size: 1.4em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

div.cadre_contenu {
	padding: 0 12px;
	overflow: auto;
}

div.cadre_contenu p.titre
{
	font-size: 1.1em;
	font-weight: bold;
	color: #C80800;
	text-decoration: none;
}
div#contenu_news
{
   height: 25em;
}
div#contenu_partenaires
{
   height: 325px;
}

div.hautgauche, div.hautdroit, div.basgauche, div.basdroit {
   height: 13px; width: 13px;
   background-repeat: no-repeat;
   font-size:1px; /* correction d'un bug IE */
}

div.hautgauche {
   background: url(img/hautgauche.png);
}

div.hautdroit {
   float: right;
   background: url(img/hautdroit.png);
}

div.basgauche {
	background: url(img/basgauche.png);
}

div.basdroit {
   float: right;
   background: url(img/basdroit.png);
}

/* CONTENU DE LA PAGE */

div#contenu
{
	margin-left: 200px;
	margin-right: 280px;
	line-height: 1.4em;
	margin-top: 0;
}

h1
{
	color: #C80800;
	font: 1.6em Tahoma, Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

h2
{
	height: 100%;
	font-size: 1.3em;
	color: #C80800;
	font-weight: bold;
	background: url(img/barretitredroite.png);
   background-repeat: no-repeat;
	background-position: right bottom;
}

p
{ 
	text-align: justify
}

a
{
	color: #B50E04;
 	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

span
{
	padding-left: 2em;
}

img
{
	border: none;  /* évite le contour disgracieux aux images servant de lien hypertexte */
}

img.droite
{
	float: right;
   padding-left: 10px;
}

img.gauche
{
	float: left;
	margin-right: 10px;
	padding-left: 0;
}

table
{
  border-style: solid;
  border-width: 1px;
  border-color: black;
  border-collapse: collapse;
  margin-left: 2%;
  margin-right: 2%;
}

table.sansbord
{
  border-width: 0px;
}

th {
  border-style: solid;
  border-width: 1px;
  border-color: black;
  padding: 2px 4px 2px 4px;
	font-weight: bold;
  text-align: left;
}

td { 
  border-style: solid;
  border-width: 1px;
  border-color: black;
  padding: 2px 4px 2px 4px;
}

td.sansbord
{
  border-width: 0px;
}

/* SECTION COPYRIGHT */

div#copyright
{
	clear: both;
	padding-top: 1em;
	padding-bottom: 2em;
	background: #FFFFFF;
	font-size: 0.7em;
	color: #D40B00;
	text-align: center;
}

/* SECTION DE NAVIGATION PAR MOTS-CLES */

div#motscles
{
	clear: both;
	padding: 1em;
	background: #E4E0E0;
	text-align: center;
	font-size: 0.8em;
}

/* CSS du cadre issu des tutoriels www.alsacreations.com/articles */

#cadre {
position: relative;
width: 100%;
background-color: #eee7e7;
}
#cadre_titre {
	padding-left: 12px;
	padding-right: 12px;
	height: 2.6em;
}
#cadre_titre h1 {
	color: #C80800;
	font: 1.4em Tahoma, Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#cadre_contenu {
	padding-left: 12px;
	padding-right: 12px;
	height: 12em;
	overflow:auto;
}
/* propriétés communes à l'ensemble des 4 coins */
#hautgauche, #hautdroit, #basgauche, #basdroit {
height: 13px; width: 13px;
background-repeat: no-repeat;
font-size:1px; /* correction d'un bug IE */
}
/* propriétés spécifiques à chaque coin */
#hautgauche {
background: url(img/hautgauche.png);
}
#hautdroit {
float: right;
background: url(img/hautdroit.png);
}
#basgauche {
background: url(img/basgauche.png);
}
#basdroit {
float: right;
background: url(img/basdroit.png);
}

/* Spécifique pour la carte Google Maps */
div#map
{
 	width: 480px;
	height: 480px;
}