@charset "UTF-8";
/******** PLAN **************

1. Global
	a. fond
	b.liens
2. Entête
3. Accueil
*/

body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-color:#222222;
	font-family:"Times New Roman", Times, serif;
	margin:0;
	padding:0;
}

.cleaner{
	clear:both;
}

a{
	font-size:medium;
}
a:link {
	color: #C25D00;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666633;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: underline;
}

a img{
	border:none;
}
/******** ENTETE ***************/
#entete{
	margin:0px auto 10px auto;
	width:780px ;
	
	background:url(../img/rogervailland_moyen.jpg) no-repeat left;
	
	/*position:fixed; */
}

#ssmenu{
	width:424px ;
	background:url(../img/pages/ssmenu_bg_milieu.jpg) repeat-y right!important;
	background:url(../img/pages/ssmenu_bg_milieu.jpg) repeat-y center;
	margin-left:198px !important;
	margin-left:95px;
	padding-right:15px ;
	text-align:right;
	float:left;
}
#ssmenu a, a:link, a:hover, a:visited{
	font-size:smaller;
}
#ssmenu_bas{
	background:url(../img/pages/ssmenu_bg_bas.jpg) no-repeat right bottom;
	width:422px;
	height:13px;
	margin-left:19px;
}

#accueil_topbar{
	width:740px;
	height:42px ;
	margin:0 auto;
	text-align:right;
} 
#logo{
	background:url(../img/lectura_logo.jpg) no-repeat right;
	width:130px;
	height:42px ;
	margin:0 auto;
	float:left;
} 

/******** ACCUEIL ***************/
#accueil_contenu{
	width:600px;
	height:435px;
	margin:0px auto;
	text-align:right;
	
	background: url(../img/accueil/accueil_img_centre.jpg) no-repeat bottom ;
	
	/*background-color:#0099FF;*/
}

#expo_accueil_entree{
	width:250px;
	padding-top:124px;
	padding-left:255px;
	margin-right:140px;
	
}
#expo_accueil_entree a{
	font-size:large;
}

#expo_accueil_ssmenu{
	width:380px ;
	padding-top:240px;
	margin-left:118px !important;
	margin-left:138px;
}
#expo_accueil_ssmenu a{
	font-size:smaller;
}

/** PLAN ***/
.plan_img{
	display:none;
}
