@charset "utf-8";
/* CSS Document */

body{
	background-color:#e6f7fe;
	background-image:url(../images/lyranetwork_back_x.jpg);
	background-repeat:repeat-x;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
}
#structure{
	margin:auto;
	width:975px;
	min-height:900px;
	background-color:#FFFFFF;
}
#header {
	width:975px;
	height:128px;
	background-image:url(../images/lyranetwork_header.jpg);
	background-position:top;
	background-repeat: no-repeat;
	padding-bottom:30px;
}
/******************************/
/*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;
}
/*Accès clients*/
#area_log{
	width:170px;
	height:234px;
	background-image:url(../images/lyranetwork_area_log.jpg);
	background-position:top;
	background-repeat: no-repeat;
	text-align:center;
}
#area_log .titre_espace{
	padding-top:35px;
	font-size:16px;
	font-weight:bold;
	color:#0062AA;
}
#area_log .zone_texte{
	padding:5px 0 5px 25px;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	text-align:left;
}
#area_log .zone_texte a{
	font-size:11px;
	color:#0062AA;
	text-decoration:underline;
}
#area_log .zone_texte a:hover{
	color:#666666;
}
.imput_area{
	width:120px;
	height: 15px;
	font-size:10px;
	color:#666666;
	border:1px solid #ccc;
}
/*demande d'informations*/
#info_request{
	width:170px;
	height:66px;
	background-image:url(../images/lyranetwork_info_request.jpg);
	background-position:top;
	background-repeat: no-repeat;
	text-align:right;
}
#info_request .zone_texte{
	padding: 20px 20px 0 0;
}
#info_request .zone_texte a{
	font-size:11px;
	color:#0062AA;
	text-decoration:none;
}
#info_request .zone_texte a:hover{
	color:#666666;
}
/*multilangue*/
#multilangue{
	width:141px;
	min-height:60px;
	margin:5px 7px 5px 15px;
	border:#EEE 1px solid;
	/*background-image:url(../images/lyranetwork_multilangue.jpg);
	background-position:top;
	background-repeat: no-repeat;*/
}
#multilangue .zone_texte{
	padding: 7px 0 7px 9px;
	font-size:11px;
	color:#0062AA;
	text-decoration:none;
	background:#FFF;
}
#multilangue .zone_images{
	padding: 0 0 0 20px;
	width:127px;
	background:#FFF;
	padding:0px 7px 7px 7px;
}

.mSelect {
		height:20px;
		width:127px;
		border:#CCC 1px solid;
		margin:10px 0 10px 0;
		background-color:#FFF;
}
.mSelected {
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0062AA;
}
.mSelected img {
	float:right;
	margin:0px 50px 0 0;
}
.mOption {
	height:20px;
	width:107px;
	border-left:#CCC 1px solid;
	border-right:#CCC 1px solid;
	border-top:none;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	margin:10px 0 0 0;
	background-color:#FFF;
	color:#AAA;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.mOption:hover {
	background-color:#e5f9ff;
}

.mOption img {
	float:right;
	margin:0px 60px 0 0;
}
.mFleche {
	float:right;
	width:18px;
	height:18px;
	background-image:url(../images/puce_lang.jpg);
	margin:1px;
}

/*MENU SITE*/
.categorie {
	width:170px;
	height:37px;
	background-image:url(../images/lyranetwork_cat.jpg);
	background-position:top;
	background-repeat: no-repeat;
	margin-bottom:-7px;
}
.categorie_txt {
	color:#0062AA;
	text-align:left;
	font-size:13px;
	padding: 11px 0 0 40px;
}
.categorie_txt a {
	text-decoration: none;
	color:#0062AA;
}
.categorie_txt a:hover {
	text-decoration: none;
	color:#0062AA;
	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*/
/******************************/
#content {
	width:750px;
	/*375px*/
	height:100%;
	margin: 0 0 10px 190px;
	/*190*/
	min-height:900px;
	color:#666666;
	font-size:12px;
}
/******************************/
/*pied de page*/
/******************************/
#footer {
	width:795px;
	height:80px;
	background-image:url(../images/lyranetwork_footer.jpg);
	background-position:top;
	background-repeat: no-repeat;
	background-color:#FFF;
	margin-left:180px;
	color:#666666;
	font-size:10px;
	letter-spacing: 1.5px;
	text-align:center;
	clear:both;
}
#footer a{
	color:#666666;
	font-size:10px;
	text-decoration:none;
}
#footer a:hover{
	color:#0062AA;
	font-size:10px;
}
.txt_footer{
	padding-top:25px;
}
/******************************/
/*ACCUEIL*/
/******************************/
.box_home {
	float:left;
	width:355px;
	height:100%;
	text-align:justify;
	padding:10px;
}
.news_home {
	width:345px;
	height:100%;
	margin: 15px 0 0 10px;
}
.puce_titre_news{
	width:300px;
	height:20px;
	background-image:url(../images/puce_3.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
.titre_news{
	color:#0062AA;
	font-size:13px;
	padding-left:30px;
}
.news_home_date{
	color:#666666;
	font-size:10px;
	padding-left:30px;
}
.news_home_txt{
	width:260px;
	color:#999999;
	font-size:11px;
	margin: 5px 0 0 30px;
	padding-bottom:10px;
	border-bottom: 1px solid #CCCCCC;
}
.service_home_box_1{
	background:url(../images/accueil_service_01.jpg) no-repeat top left #FFF;
	width:140px;
	height:165px;
	color:#999999;
	font-size:9px;
	float:left;
	padding: 0 20px 0 20px;
}
.service_home_box_2{
	background:url(../images/accueil_service_02.jpg) no-repeat top left #FFF;
	width:140px;
	height:165px;
	color:#999999;
	font-size:9px;
	float:left;
	padding: 0 20px 0 20px;
}
.service_home_box_3{
	background:url(../images/accueil_service_03.jpg) no-repeat top left #FFF;
	width:140px;
	height:165px;
	color:#999999;
	font-size:9px;
	float:left;
	padding: 0 20px 0 20px;
}
.service_home_box_4{
	background:url(../images/accueil_service_04.jpg) no-repeat top left #FFF;
	width:140px;
	height:165px;
	color:#999999;
	font-size:9px;
	float:left;
	padding: 0 20px 0 20px;
}
/*.service_home_box_1 p,
.service_home_box_2 p,
.service_home_box_3 p,
.service_home_box_4 p {

	}*/
.service_home_box_1 h5,
.service_home_box_2 h5,
.service_home_box_3 h5,
.service_home_box_4 h5 {
	width:130px;
	text-align:right;
	}
.service_home_box_1 h5 a,
.service_home_box_2 h5 a,
.service_home_box_3 h5 a,
.service_home_box_4 h5 a{
	color:#0062AA;
	font-size:13px;
	}
.service_home_box_1 h5 a:hover,
.service_home_box_2 h5 a:hover,
.service_home_box_3 h5 a:hover,
.service_home_box_4 h5 a:hover{
	color:#333;
	font-size:13px;
	}
/******************************/
/*ORGANISATION*/
/******************************/
.box_organisation_right{
	width:750px;
	height: 180px;
	margin-bottom:10px;
	text-align:right;
}
.box_organisation_left{
	width:700px;
	height: 200px;
	margin-bottom:10px;
	text-align:left;
}
.box_orga_desc{
	float:right;
	text-align:left;
	width:400px;
	}
/******************************/
/*IMPLANTATION*/
/******************************/
.box_implantation{
	width:750px;
	height: 50px;
	margin-bottom:10px;
	text-align:left;
}
.txt_implantation{
	padding-top:15px;
}
/******************************/
/*OUTILS*/
/******************************/
.box_outils{
	width:750px;
	/*height: 300px;*/
	margin-bottom:10px;
	text-align:left;
}
/******************************/
/*CONTACT*/
/******************************/
.box_txt_contact{
	margin-left: 250px;
}
/******************************/
/*PARTENAIRES*/
/******************************/
.box_partenaire {
	width:700px;
	height:100%;
	text-align:justify;
	padding:10px ;
}
.txt_partenaire{
	margin-top:10px;
	font-size:11px;
}
/******************************/
/*SOLUTIONS*/
/******************************/
.puce_titre_solution{
	width:182px;
	height:50px;
	background-image:url(../images/solution_titre.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
.puce_titre_solution h3{
	font-size:14px;
	font-weight:bold;
	color:#666666;
	text-align:right;
	padding:17px 30px 0 0;
}
/******************************/
/*EVENEMENTS*/
/******************************/
.news_event_txt{
	margin-left:220px;
	margin-top:10px;
	width:450px;
	color:#999999;
	font-size:11px;
	padding-bottom:10px;
	border-bottom: 1px solid #CCCCCC;
	min-height:100px;
}
.box_photo_event{
	width:220px;
	height:150px;
	background-image:url(../images/evenement_fond_photos.jpg);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
}
.news_event {
	width:700px;
	height:100%;
	margin: 15px 0 0 10px;
}
.puce_titre_news_event{
	margin-left:220px;
	background-image:url(../images/puce_3.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
.titre_news_event{
	color:#0062AA;
	font-size:13px;
	padding-left:30px;
}
.news_event_date{
	margin-left:220px;
	color:#666666;
	font-size:10px;
	padding-left:30px;
}
.box_photo_event img{
	padding:17px 0 0 17px;
}

/************************/
/* DIAPORAMA
/************************/
#service_accueil {
	max-width:520px;
	margin:0 10px 0 0;
	float:left;
}

#slider {
width: 190px; /* important to be same as image width */
height: 149px; /* important to be same as image height */
position: relative; /* important */
overflow: hidden; /* important */
background:url(../images/accueil_fond_diapo.jpg) no-repeat ;
float:left;
}

#sliderContent {
width: 154px; /* important to be same as image width or wider */
position: absolute; /* important */
top: 23px; /* important */
left:17px;
/*margin-left: 0; /* important */
margin:0 0 0 0;
padding:0 0 0 0;

}

.sliderImage {
float: left; /* important */
position: relative; /* important */
display: none; /* important */
}

.sliderImage img {
	margin:40px 0 0 0;
}

.sliderImage span {
word-wrap:break-word  ;
position: absolute; /* important */
left: 0;
color:#666;
font: 10px/15px Arial, Helvetica, sans-serif;
padding: 10px 13px;
width: 130px;
background-color: #FFF;
filter: alpha(opacity=70); /* here you can set the opacity of box with text */
-moz-opacity: 0.7; /* here you can set the opacity of box with text */
-khtml-opacity: 0.7; /* here you can set the opacity of box with text */
opacity: 0.7; /* here you can set the opacity of box with text */
display: none; /* important */
top: 0;

/*
if you put
top: 0; -> the box with text will be shown at the top of the image
if you put
bottom: 0; -> the box with text will be shown at the bottom of the image
*/
}

.clear {
clear: both;
}

/******************************/
/*ELEMENTS DIVERS*/
/******************************/

.clear_boxe{
	clear:both;
}
.space_boxe{
	height:20px;
	width:500px;
}
a img{
	border: none;
}
a{
	color:#0062AA;
	text-decoration:none;
}
a:hover{
	color:#666666;
	text-decoration:none;
}
/*TITRES*/
h1 {
	text-align:left;
	color:#0062AA;
	font-size:22px;
	padding-top:10px;
	padding-left:50px;
}
h2 {
	text-align:left;
	color:#0062AA;
	font-size:17px;
	padding-top:15px;
	padding-left:50px;
}
h3 {
	text-align:left;
	color:#0062AA;
	font-size:15px;
	padding-left:20px;
}
h4 {
	text-align:left;
	color:#666666;
	font-size:15px;
	font-weight:bold;
}
h5 {
	text-align:left;
	color:#0062AA;
	font-size:13px;
}
h6 {
	background:url(../images/FAQ_fond_question.jpg) no-repeat;
	text-align:left;
	color:#0062AA;
	font-size:11px;
	padding-left:40px;
	padding-top: 15px;
	width:706px;
	height:45px;
	margin:0px;
}
.header_titre{
	font-size:26px;
	color:#0062AA;
	margin:-20px 0px 0px 250px ;
	text-align:left;
}
.header_soustitre{
	font-size:16px;
	color:#666;
	text-align:left;
	margin:0px 0px 0px 300px ;
}
li {
	list-style-type: none;
}
.titre_1 {
	color:#666666;
	font-size:13px;
	font-weight:bold;
	padding-top:30px;
}

.puce_titre{
	width:355px;
	height:50px;
	background-image:url(../images/puce_1.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
.puce_titre_2{
	width:355px;
	height:20px;
	background-image:url(../images/puce_2.jpg);
	background-position:left;
	background-repeat:no-repeat;
	margin-top:15px;
}
.puce_titre_2 a{
	text-align:left;
	color:#0062AA;
	font-size:13px;
	margin-left:40px;
}
.puce_titre_2 a:hover{
	text-align:left;
	color:#666666;
	font-size:13px;
	margin-left:40px;
}
/*BOITES*/
.box_type_1{
	width:750px;
	height: 100%;
}
.box_type_2{
	width:500px;
	height: 100%;
	padding:15px;
}
.box_type_3{
	width:750px;
	height: 200px;
	border-bottom:1px solid #CCC;
}
.box_type_4{
	width:600px;
	height: 100%;
margin:auto;
}
.box_type_5{
	width:600px;
	margin:0 0 30px 50px;
	padding:0 0 20px 0;
	border-bottom:1px solid #CCC;
}
.box_float_right{
	float:right;
	margin:5px;
}
.box_float_left{
	float:left;
	margin:5px;
}