*
{
	margin:0;
	padding:0;
}

a img
{
	border: none;
}

.hr
{
	clear:both;
}

.inputText
{
	height: 19px;
}
/**********************************************************************************/
/*** Général **********************************************************************/
html,body
{
	height:100%;
	background-image:url(../images/fd-body.gif);
	background-repeat: repeat;
}

#Page
{
	height:100%;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
}


/**********************************************************************************/
/*** Haut de page *****************************************************************/
#top
{
	background-image: url(../images/fd-top.jpg);
	background-repeat: no-repeat;
	height: 252px;
	width: 1000px;
	overflow:hidden;
	text-align: right;
}

#onglets
{
	
	list-style-type: none;
	float:left;
	width:1000px;
	margin-top:184px;

}

#onglets li
{
	float:left;
}

/**********************************************************************************/
/*** Contenu **********************************************************************/

#contenu
{
	float:left;
	width:592px;
	min-height: 700px;
	padding-left:0px;
	padding-bottom:50px;
	background-color:#FFFFFF;
	margin-top: 3px;
}

.HomePage
{
	margin-left: 30px;
	margin-right: 30px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
}


/**********************************************************************************/
/*** Colone de droite *************************************************************/

#colDroite
{
	width: 204px;
	min-height: 230px;
	float:left;
}

#miniPanier
{
	background-image: url(../images/fd-droite01.gif);
	background-repeat:no-repeat;
	height: 50px;
	width: 202px;
	float:left;
}

#miniPanier p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	padding-top: 10px;
	padding-left: 20px;	
}

#miniPanier a
{
	color: #FFFFFF;
	text-decoration:none;
}

#miniIdent01
{
	background-image: url(../images/fd-droite02.gif);
	background-repeat:no-repeat;
	height: 42px;
	width: 202px;
	float:left;
}

#miniIdent02
{
	background-image: url(../images/fd-droite03.gif);
	background-repeat:no-repeat;
	height: 124px;
	width: 202px;
	float:left;
	padding-top: 10px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#miniIdent02 a
{
	color: #afc703;
	text-decoration:none;
	font-weight: bold;
}

#miniIdent02 a:hover
{
	text-decoration: underline;
}

#miniFin
{
	height: 42px;
	width: 202px;
	float:left;
}

#miniIdent03
{
	background-image: url(../images/fd-droite05.gif);
	background-repeat:no-repeat;
	height: 356px;
	width: 202px;
	float:left;
	padding-top: 10px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

/**********************************************************************************/
/*** Colone de gauche *************************************************************/

#colGauche
{
	background-image: url(../images/fd-rech.png);
	width: 189px;
	min-height: 230px;
	clear:both;
	background-repeat: no-repeat;
	background-position: 3px 0px;
	float:left;
	padding-top:10px;
	padding-left: 15px;
}

#Rech
{
	margin-bottom: 15px;
}

#nav
{
	overflow:visible;
	width: 204px;
	min-height:230px;
	float:left;
}

.themes
{
	margin-left:15px;
	margin-bottom:3px;
	padding-bottom:5px;
	padding-top:7px;
}

.themes a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-variant: small-caps;
}

.themehaut
{
	display:block;
	height:8px;
	overflow:hidden;
	background-image: url(../images/menud-haut.gif);
}

.themebas
{
	display:block;
	background-image: url(../images/menud-bas.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:20px;
}


.rayons
{
	list-style-type: none;
	margin-left:30px;
	display:block;
}

.rayons li
{

}


.rayons li a
{
	padding-left:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b5cb02;
	text-decoration: none;
	display:block;
	padding-top:2px;
}

.rayons li a:hover
{
	color: #ffffff;
	background-color: #363636;
	text-decoration: underline;
}

/**********************************************************************************/
/*** Bas de page ******************************************************************/

#basPage
{
	background-image: url(../images/fond-bas.png);
	background-repeat: no-repeat;
	height: 90px;
	width:1000px;
	float:left;
}

#fondBasPage
{
	height: 90px;
	width:1000px;
}

#fondBasPage p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	padding-top:60px;
	padding-left:150px;
}

#fondBasPage p a
{
	color: #afc703;
	text-decoration:none;
	font-weight: bold;
}

#fondBasPage p a:hover
{
	text-decoration:underline;
}

