/***************************************************************
	Global
***************************************************************/
*{
	font-size:100%; /*tous les éléments auront 100% de la taille par défault */
	color:#401E00; 
}

body{
	font-size:60%; /* définition de la taille par default du texte */
	font-family:Verdana, sans-sherif;
	padding:0px;
	padding-top:9px; 
	margin:0px;
}

img{
	border:0px;
	padding:0px;
	margin:0px;
}

table th tr td{
	border:0px;
}

/*********************************************************
	Le cadre
*********************************************************/
#Cadre{
	width:756px;
	position:relative;
}

#Logo{
	width:740px;
	height:86px;
	background-position:top;
	background-repeat:no-repeat;
}

#WaveLeft{
	width:5px;
	height:440px;
	background-position:top;
	background-repeat:no-repeat;
}

#WaveRight{
	width:11px;
	height:440px;
	background-position:bottom;
	background-repeat:no-repeat;
}

#Content {
	width:740px;
	height:354px;
	background-position:bottom;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-bottom:76px;
	padding-right:0px;
	padding-top:0px;
	vertical-align:top;
}

#Footer {
	width:756px;
	height:20px;
	background-repeat:no-repeat;
	vertical-align:top;
	text-align:center;
	word-spacing:5px;
}
/*
#Logos {
	width:796px;
	height:92px;
	background-repeat:no-repeat;
	text-align:center;
}
*/


#Footer a:link		{font-size:90%; font-weight:800; text-decoration:underline; }
#Footer a:visited	{font-size:90%; font-weight:800; text-decoration:underline; }
#Footer a:hover		{font-size:90%; font-weight:800; text-decoration:underline; }

/*********************************************************
	Le titre
*********************************************************/
#Title {
	padding-left:40px;
	padding-bottom:10px;
	padding-top:25px;
}

#Title a:link		{text-decoration:underline; font-size:120%; font-weight:bold; padding-right:10px;}
#Title a:visited	{text-decoration:underline; font-size:120%; font-weight:bold; padding-right:10px;}
#Title a:hover	{text-decoration:underline; font-size:120%; font-weight:bold; padding-right:10px;}

/*********************************************************
	Le panel
*********************************************************/
#Panel{
	width:696px;
}

#Panel #Content{
	width:611px;
	height:85px;
	background-repeat:no-repeat;
	background-position:top;
	padding-top:30px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
}

#Panel #WaveLeft{
	width:40px;
	height:85px;
	background-repeat:no-repeat;
	background-position:top;
}

#Panel #WaveRightTop{
	width:45px;
	height:51px;
	background-repeat:no-repeat;
	background-position:top;
}

#Panel #WaveRightBottom{
	width:45px;
	height:20px;
	background-repeat:no-repeat;
	background-position:bottom;
}

#Panel #Footer{
	width:696px;
	height:67px;
	background-repeat:no-repeat;
}


/*********************************************************
Pop-up
*********************************************************/


#Popup {
	font-size:110%;
	color:#401E00;
	}
	
#Popup a:link		{
	font-size:110%;
	font-weight:800;
	text-decoration:underline;
	color:#EC008C;
}

#Popup a:visited	{
	font-size:110%;
	font-weight:800;
	text-decoration:underline;
	color:#EC008C;
}
#Popup a:hover {
	font-size:110%;
	font-weight:800;
	text-decoration:none;
	color:#EC008C;
}

.PopupFondCoteGauche {
	background-image:url(../images/popup_left.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

.PopupFondCoteDroit {
	background-image:url(../images/popup_right.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

