@CHARSET "UTF-8";

body{
	margin:0px;
	font-family:verdana;
	font-size:10px;
	color:#E1E8E0;
}

#background{
	background:#285820;
	width:100%;
	height:100%;
}

#content{
	min-height:600px;
	width:100%;
	background:url(../../images/skin/bandeau_body_14x144.gif) bottom repeat-x white;
}

#img_fond{
	float:left;
	display: inline; 
	width:380px;
	height:100%;
	
	background:url(../../images/skin/photo_gauche_380x461.jpg) 0px 40px no-repeat;
}

#pages{
	
	width:428px;
	height:100%;
	
	background:url(../../images/skin/fond_block_droit_428x590.gif) top no-repeat;
}

#menu_haut{
	position:relative;
	height:20px;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}
	#contenu_menu_haut{
		position:relative;
		background:transparent;
		
	}
	#contenu_menu_haut td a{
		text-align:center;
		font-size:12px;
		font-weight:bold;
		color:#E1E8E0;
		cursor:pointer;
		text-decoration:none;
	}
	#contenu_menu_haut td a:hover{
		color:#D3DAD2;
	}


#contenu_pages{
	height:508px;
	width:100%;
	background:url(../../images/skin/block_droit_dessus_428X508.gif) top no-repeat;
}
	#contenu{
		height:508px;
		width:412px;
		padding-left:8px;
		padding-right:8px;
		margin-top:10px;
		padding-top:10px;
	}


#pied_pages{
	height:42px;
	width:100%;
}
	#contenuPied{
		padding-left:10px;
		padding-right:10px;
	}
	#contenuPied td{
		font-size:10px;
		line-height:22px;
	}

#blank1{
	height:398px;
}

#dialogue{
	height:155px;
	width:380px;
	background:url(../../images/skin/dialogue_gauche_380X154.gif) top no-repeat;
	overflow-y:scroll;
}

#contenuDialogue{
	-height:155px;
	-width:380px;
	-overflow-y:scroll;
	padding:10px;
	font-family:verdana;
	font-size:5px;
}
	#contenuDialogue td{
		font-family:verdana;
		font-size:9px;
		color:#E1E8E0;
	}


