/*****************************************/
/*SITE ELITE - layout */
/*****************************************/
/* couleurs utilisees
jaune 				color:#fc0;	
rouge				color:#de0000;
rouge fonce			color:#5a0000;
gris				color:#fce6e6;
*/
/*****************************************/
/*navigation outils */
/*****************************************/
#topnav
{
	width:799px;
	margin-left: auto;
	margin-right: auto;
	margin-top:100px;
}
#langues,#outils
{
	float:left;
}
#topnav UL
{
	margin:0px;
	padding:0px;
}
#topnav LI
{
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	list-style-type:none;
	padding:0 5px;
}
#topnav LI A
{
	color:white;
}
#outils LI A
{
	background:url(../img/puce.gif) no-repeat;
	background-position:0 4px;
	padding-left:8px;
}
#langues LI A
{
	font-weight:bold;
}
#topnav LI A:hover
{
	text-decoration:none;
	color:#fc0;
}
#langues
{
	width:100px;
}
#outils
{
	width:699px;
}
#outils UL
{
	float:left;
}
#langues UL
{
	float:right;
}
#topnav A.current,#topnav A.current:hover
{
	color:#fc0;
	cursor:text;
}
/*****************************************/
/*contenu*/
/*****************************************/
#containerborder 
{
	clear:both;
	width:799px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	border:1px solid white;
}
#container 
{
	width:100%;
	height:auto;
}

/*****************************************/
/*bandeau */
/*****************************************/
#bandeau 
{
	width:100%;
	text-align:center;
	margin-top:10px;
}




/*****************************************/
/*footer */
/*****************************************/

#pagefooter
{
	width:799px;
	margin-left:auto;
	margin-right:auto;
	height:30px;
	margin-bottom:100px;
}
#baseline
{
	float:left;
	width:450px;
	margin-left:0px;
	padding-left:0px;
	text-align:left;
	letter-spacing:0.02em;
	color:white;
}
#baseline A,#baseline A:hover
{
	color:white;
}
#creditslogos
{
	float:right;
	width:345px;
	padding-top:4px;
}

#creditslogos IMG
{
	float:right;
	border:0;
	margin-left:5px;
}
#creditslogos UL
{
	margin:0px;
	padding:0px;
}

#creditslogos LI
{
	margin:0px;
	padding:0px;
	list-style-type:none;
	font-size:0.9em;
	margin-right:7px;
}
#creditslogos LI A
{
	color:white;
}
#creditslogos LI A:hover
{
	color:white;
}


