*
{
	padding : 0px;
	margin : 0px;
	list-style-type : disque;
	list-style-position: outside;
}
body
{
	font-size:12px;
	font-family:arial;
	/*color:#374b88;*/
	color:black;
}
	
#general
{
	background-image : url('images/fond.jpg');
	background-repeat:no-repeat;
	margin-left : auto;
	margin-right : auto;
	width : 800px;
	height : 600px;
	border : 0px solid
}
#invisible
{
	position :relative;
	display : block;
	height : 15px;
	top : 160px;
	width : 200px;
}
/*//////////////////////*/
.liste
{
	float :left;
	margin : 0px;
	width : 200px;
}
.liste a
{
	float : left;
	display :block;
	line-height : 20px;
	width : 195px;
	height : 20px;
	padding-left : 1px;
	text-decoration : none;
	/*background-color : #FFFFFF;*/
	border-bottom: 1px solid #D4C6AA;
}
.liste a:hover
{
	color : red;
	background-color : white; 
}
.liste div
{
	float : left;
	height : 26px;
	width : 20px;
}

/*////////////////////MENU/////////////////////*/
#menu
{
	position : relative;
	top : 140px;
	left : 40px;
	width : 800px;
	height : 27px;
	line-height:normal;
}
#menu li
{
	float : left;
	list-style-type : none;
}

#infomenu
{
	position : relative;
	top : 0px;
	left: 15px;
	color : red;
	height : 200px;
	width : 500px;
}

/*///////////////////BLOC DE GAUCHE//////////////////////*/
#gauche
{
	margin-top : 125px;
	margin-left :4px;
	margin-right : 1px;
	border:1px solid #AAAAAA;
	padding : 10px;
	width : 200px;
	height : 430px;
	line-height : 30px;
}
#gauche a
{
	color:black;
	text-decoration:none;
	padding : 3px;
} 
#gauche a:hover
{
	color:blue;
	text-decoration:none;
	background-color:white;
}

#formulaire
{
	padding-bottom:10px;
}
hr
{
	margin-top : 5px;
	margin-bottom : 5px;
}

/*//////////////////BLOC CENTRAL////////////////////////*/
#contenu
{
	margin-top : 190px;
	margin-left : 250px;
	border:0px solid #AAAAAA;
	height : 340px;
	width : 530px;
	padding : 10px;
}
#contenu ul
{
	padding : 5px 5px 5px 5px;
}
#contenu a
{
	color:#374b88;
	text-decoration:none;
} 
#contenu a:hover
{
	color:red;
	text-decoration:none;
}


#titremenu
{
	line-height : 30px;
	background-color:#E5421F;
	height : 30px;
	padding-left: 10px;
	margin-bottom : 20px;
	color:white
}

#titres
{
	width : 300px;
	line-height : 24px;
}
#titres a
{
	float : left;
	display : block;
	margin : 2px;
	text-align :center;
	width : 300px;
	color:#3a5292;
	text-decoration:none;
	background-color:#FFFFFF;
	border : 1px solid #3a5292;
}
#logoinfo 
{
	padding-top : 2px;
	display : block;
	float :left;
}
#titres a:hover
{
	color:black;
	text-decoration:none;
	background-color:white;
}


#info_ecran
{
	position : relative;
	top : 400px;
	left: 170px;
	width:595px;
	padding-top : 15px;
	color : red;
}
a.info 
{
	position : absolute;
	text-decoration: none;
	color: #374b88;
	font-weight:normal;
}
a.info:hover
{
	z-index:15; 
	background: none;

}
a.info span
{
	display: none;
	color:red;
}
a.info:hover span
{ 
	display: block;
	position: relative; /*changer ce parametre pour décaler le texte quand apparition*/
	top: 200px;
	left: 40px;
	background:white;
	text-align: left;
	color:#374b88;
	padding: 6px;
	border: 1px #374b88 solid;
	width: 152px;
}

/*/////////////LIEN JERIKO//////////////////*/
#jeriko_lien
{
	width : 100px;
	position : relative;
	top: 30px;
	left: 660px;
}
#jeriko_lien a
{
	color:black;
	text-decoration:none;
} 
#jeriko_lien a:hover
{
	color:#374b88;
	text-decoration:none;
	background-color:white;
}


/*///////////////////MENU DU BAS/////////////////////////*/
#menu_pied
{
	color : black;
	font-size : 12px;
	width : 240px;
	height : 170 px
	padding :10px;
	margin-top : -135px;
	margin-left : 5px;
	text-align: center;
}
#menu_pied li
{
	list-style-type : none;
	float : left;
	text-decoration: none;
}
#menu_pied a
{
	color:blue;
	text-decoration:none;
} 
#menu_pied a:hover
{
	text-decoration:none;
	background-color:white;
}
