/************************************************************************************************/
/***																	***/
/***						MISE EN PAGE GENERAL								***/
/***																	***/
/************************************************************************************************/

body, div, ul, ol, li, p, hr, img, h1, h2, h3, h4, a, form, table, legend, fieldset, dl, dt, dd, input, label
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Tahoma, Arial, sans-serif;
	background-color: #ffffff;
	background-image: url(../images/fondjpeg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	height: 100%;
}

img
{
	border: none;
}

/*#page
{
	width: 990px;
	margin: 0px auto;
	height: 560px;
	position: relative;
	background-color: white;
}*/

#page
{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-280px;
	margin-left:-495px;
	width:990px;
	height:560px;
}

a{outline: none;}
:focus{-moz-outline-style: none;}

/************************************************************************************************/
/***																	***/
/***							COLONNE GAUCHE								***/
/***																	***/
/************************************************************************************************/

#leftColumn
{
	float: left;
	width: 316px;
	height: 100%;
}


/************************************************************************************************/
/***																	***/
/***							COLONNE DROITE								***/
/***																	***/
/************************************************************************************************/

#rightColumn
{
	float: right;
	width: 674px;
	height: 100%;
	background-color: white;
	
}


/**************************************************************************************************************************************************************/
/***																																						***/
/***																PIED DU SITE																			***/
/***																																						***/
/**************************************************************************************************************************************************************/

#footer
{
	text-align: left; /*  edited by cdm 22/04/2015 */
 	margin: 0 auto 0; 
	font-size: 0.7em;
	color: #FFFFFF;
	padding: 10px;
	clear: both;
}

#footer a
{
	color: #4F5757;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

/**************************************************************************************************************************************************************/
/***																																						***/
/***															LES CLASSES GENERALES																		***/
/***																																						***/
/**************************************************************************************************************************************************************/

.clearer
{
	clear: both;
	height: 0;
}

.ligne
{
	width: 100%;
	clear: both;
}

/* LES ERREURS DU FORMULAIRE */

.warning
{
	margin: 5px 0 10px;
	color: #8d2222;
	text-align: center;
	font-weight: bold;
	background-color: #f89494;
	/*border: 1px solid #d80202;*/
	/*padding: 3px 5px;*/
}

.gras
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

#leftColumnContent
{
	background-color: #CCCCCC;
}

#leftColumnContent .content
{
	background-color: #CCCCCC;
}


#rightColumnContent
{
	background-color: #E5E5E5;
	
}

td#rightColumnContent
{
	/*height: 440px;*/
	vertical-align: top;
}

#outerWrapper>table
{
	width: 100%;
	border: none;
	padding: 0px 0px 0px 0px ;
	border-collapse: collapse; 
	
}

.message
{
	margin: 30px auto 10px;
	color: #8d2222;
	text-align: center;
	font-weight: bold;
	background-color: #f89494;
	border: 1px solid #d80202;
	padding: 3px 5px;
	width: 80%;
	
}

/**********************************************************************************************/
/***																						***/
/***							MENU ALTERNATIF												***/
/***																						***/
/**********************************************************************************************/

#leftColumn #navGenerale
{
	background-color: #ffffff;
	height: 100%;
}

#leftColumn #navGenerale h1
{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}

#leftColumn #navGenerale ul
{
	margin-left: 100px;
	list-style-type: square;
}

#leftColumn #navGenerale a
{
	color: #9f9b9b;
}

#leftColumn #navGenerale a:hover
{
	color: #707070;
}
