@charset "utf-8";
/* CSS Document */

body{
	background-color:#FFFFFF;
	background-image:url(../JPG/flash_content/repeat_x.jpg);
	background-repeat:repeat-x;
	margin:0;
}

#affichage{
	margin:auto;
	width:1000px;
	height:600px;
	background-image:url(../JPG/flash_content/fond_espace.jpg);
	background-repeat:no-repeat;
	background-position:top-center;
	padding: 120px 0 0 0;
}
#content{
	margin:auto;
	width:750px;
	padding: 0 0 0 150px;
}
.bloc_txt{
	float:right;
	color:#666666;
	margin-left:160px;
	text-align:left;
	}
h2{
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333333;
	margin-top:-5px;
}
h3{
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333333;
	margin-top:-5px;
}
.sous_titre {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#0033FF;
}
a:link {
	color: #0033FF;
	text-decoration: none;
	font-style:italic;
}
a:visited {
	text-decoration: none;
	color: #0033FF;
}
a:hover {
	text-decoration: none;
	color: #00CCFF;
}
a:active {
	text-decoration: none;
	color: #0033FF;
}
img {
	float: left;
}
/******************************/
/*MENU*/
/******************************/
#menu {
	width:170px;
	height:100%;
	background-color:#e0f1f9;
	padding-bottom:100px;
	float: left;
	background-image:url(../images/lyranetwork_menu_bottom.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
}
/*MENU SITE*/
.categorie {
	width:170px;
	height:37px;
	background-image:url(../html/images/lyranetwork_cat.jpg);
	background-position:top;
	background-repeat: no-repeat;
	margin-bottom:-7px;
}
.categorie_txt {
	color:#00b9fa;
	text-align:left;
	font-size:13px;
	padding: 11px 0 0 40px;
}
.categorie_txt a {
	text-decoration: none;
	color:#00b9fa;
}
.categorie_txt a:hover {
	text-decoration: none;
	color:#00b9fa;
	font-weight:bold;
}
#menu li {
	display: block;
	border: 0 none;
	font-size:12px;
	margin: 0 0 5px 0;
	padding: 0;
	list-style-type: none;
}
#menu li a{
	text-decoration: none;
	color: #646464;
}
#menu li a:hover{
	text-decoration: none;
	color: #5ccbff;
	margin-left:5px;
	background-color:#FFFFFF;
	padding:0 20px 0 0px;
}
/******************************/
/*Contenu zone d'affichage*/
/******************************/
#content2 {
	width:400px;
	/*375px*/
	height:100%;
	margin: 10px 30px 10px 210px;
	min-height:900px;
	color:#666666;
	font-size:12px;
}