body
{
	background-image: url("images/bg1.jpg");
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
}

/***********************************************************************************************************/
/*                                            Commun                                                       */
/***********************************************************************************************************/
td
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
}

th
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

input
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	background-color: #efefef;
}

textarea
{
	width: 250px;
	height: 200px;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #efefef;
}

a:link{
	font-family: Verdana, Arial, Sans-serif;
	color: #000000;
	text-decoration: none;
}

a:visited{
	font-family: Verdana, Arial, Sans-serif;
	color: #000000;
	text-decoration: none;
}

a:hover{
	font-family: Verdana, Arial, Sans-serif;
	color: #0000fe;
	text-decoration:none;
}

a:active{
	font-family: Verdana, Arial, Sans-serif;
	color: #fe0000;
	text-decoration: none;
}

img
{
	border: 0px;
}

div
{
	text-align: center;
}

h3
{
	font-family: Comic Sans Ms;
	font-size: 20px;
}

p
{
	text-align: left;
}

/***********************************************************************************************************/
/*                                             Tables                                                      */
/***********************************************************************************************************/
.TCenter
{
	background-image: url("images/tabl_center_middle.png");
}

.tableau
{
	width: 500px;
	background-color: #fefefe;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	border-spacing: 0px;
	border-collapse: collapse;
}

.tableau td
{
	padding: 5px;
}


/***********************************************************************************************************/
/*                                            Blocks                                                       */
/***********************************************************************************************************/
.BlockTitle
{
	width: 200px;
	height: 25px;
	padding: 3px;
	background-image: url(images/blockTop.png);
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

.BlockContent
{
	width: 200px;
	padding: 10px 4px;
	border-style: solid;
	border-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color: #cccccc;
	position: relative;
}

.BlockFoot
{
	width: 200px;
	height: 25px;
	background-image: url("images/blockFoot.png");
	margin-bottom: 30px;
}

/***********************************************************************************************************/
/*                                              Skin                                                       */
/***********************************************************************************************************/
#PageContent
{
	text-align: center;
}

#Content
{
	width: 800px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 0px;
	border-left: 1px;
	border-right: 1px;
	border-style: solid;
	border-color: #505050;
}

#Banniere
{
	top: 0px;
	left: 0px;
	width: 800px;
	height: 200px;
	background-color: #FFFFFF;
	position: relative;
	padding: 0px;
}

#Ban
{
	width: 800px;
	height : 200px;
	margin: 0px;
	position: absolute;
	top:0px;
	left:0px;
	z-index: 100;
}

#Slide
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 325px;
	height: 120px;
	padding:0px;
	z-index: 99;
}

.Menu
{
	padding-top: 60px;
	float: left;
	background-color: #FFFFFF;
}

#Page
{
	text-align: left;
	padding-left: 20px;
	width: 570px;
	float: left;
	background-color: #FFFFFF;
}

#top
{
	width: 800px;
}

#bottom
{
	width: 800px;
	border: 1px;
	border-style: solid;
	border-color: #505050;
	padding: 15px;
	background-color: #FFFFFF;
	clear: both; //Sert à annuler le float
}

#valid
{
	padding: 15px;
}


