/**************************************************************************************************/
/**************************************************************************************************/
body
{
		font-family: Arial, sans-serif;
		font-size: 12pt;
		color: black;
        	background-color: #FFFFFF;
		text-align:center; /*centrage IE*/
		background-image: url("../theme/background.png");
}

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

a
{
	color: #1B97F2;
	text-decoration: none;
}

#site_container
{
	width:881px; /* Définir largeur pour pouvoir centrer */
	position:relative;
	padding: 15px 34px;
	margin:0 auto;
	background-color: #FFFFFF;
}

#banniere
{
	height:100px;
	width:881px;
	text-align:right;
}

#banniere img
{
	border:none;
}

#logo
{
	float:left;
}

#platz,#rhone
{
	float:right;
	height:30px;
	margin:15px 0 0 5px;
}

#soutien
{
	float:left;
	font-size:12px;
	margin:22px 0 0 140px;
}

#contenu
{
	text-align:left;
}

#footer
{
	width: 881px;
	align:center;
	clear:both;
	padding-top:10px;
	font-size:10pt;
}

.clear
{
	clear:both;
}

/****************************************************/
/*                    MENU                          */
/****************************************************/

#menu
{
	width: 881px;
	border-top: 1px solid black;
	height:30px;
	padding: 5px 0 20px 0;
}

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

.menuItem a
{
	font-family: Arial, sans-serif;
	font-size: 12pt;
	color: black;
	text-decoration:none;
}

.menuItemRight
{
	float: right;
}

.menuItemRight a
{
	font-family: Arial, sans-serif;
	font-size: 12pt;
	color: black;
	text-decoration:none;
}

/****************************************************/
/*                    INDEX                         */
/****************************************************/

#indexLeft
{
	float:left;
	width:635px;
}

#indexLeft h1
{
	padding: 30px 0 5px 0;
}

#indexLeft a
{
	color:black;
}

#indexRight
{
	float:right;
	padding-left:20px;
	width:226px
}


/****************************************************/
/*                    ABOUT                         */
/****************************************************/

.photo
{
	float:right;
	border:1px solid #CCC;
	padding: 2px;
	margin:7px;
  	text-align: center;
  	font-weight: bold;
}

.photo img {
	display: block;
	padding-bottom: 5px;
}

#about
{
	text-align:justify;
	width:881px;
}

/****************************************************/
/*                    CONTACT                       */
/****************************************************/

#adresse
{
	padding-left: 70px;
}

#formulaireContact
{
	padding: 30px 0 50px 0;
}

.error
{
	color:red;
}

/****************************************************/
/*                    MODULES                       */
/****************************************************/

#choix
{
	background-image: url("../theme/choix_dialecte.png");
	font-size: 10pt;
	width:193px;
	height:17px;
}

#choix_liste
{
	padding-top: 5px;
	width:193px;
	font-size:10pt;
}

#black,#red,#yellow,#green
{
	text-align:center;
	height:3px;
	width:130px;
}

#black
{
	background-color: black;
}

#red
{
	background-color: red;
}

#yellow
{
	background-color: yellow;
}

#green
{
	background-color: green;
}

#table_module
{
	text-align:center;
	float: left;
}

#module_name
{
	font-weight: bold;
}

#container_choix
{
	float:right;
	text-align:center;
}