/* --- STYLES DE BASE --- */
html {
    font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
    overflow-y: scroll;
    overflow: -moz-scrollbars-vertical;
}

BODY {
	margin: 0; 
	padding: 0em; /* Remettre à zéro si nécessaire. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /* À adapter pour la police choisie. (3) */
	line-height:18px;
	color: #434c4e;
    text-align:justify;
} 

* {margin: 0; padding: 0;}	

img { border: 0 none; }

.clear {clear:both;}



/* Titres */
	h1, h2, h3, h4, h5, h6 {
	    margin: 0 0 8px 0; /* Rapproche le titre du texte. (5) */
	    font-weight: bold; /* Valeur par défaut. (6) */
	    font-style: normal;
	    color:#4c016f;
	    padding:0;
	    text-align:left;
	}
	h1 {
	   	font : normal normal 20px Arial, Helvetica, sans-serif;
	    padding-bottom:10px;
		text-transform:uppercase;
	    /*font-size: 18px; */
		/*border-bottom:1px #494a4a solid;*/
	}
	h1 a {
	   	font : normal normal 18px Arial, Helvetica, sans-serif;
	}
	h2 {
	    font-size: 15px;
		text-transform:uppercase;
	}
	h2 a {
	   	font : bold normal 14px Arial, Helvetica, sans-serif;
	}
	h3 {
	    font-size: 14px;
		text-transform:uppercase;
	}
	h4 {
	    font-size: 13px;
	}
	
	h1 small {
			font: normal normal 14px Arial, Helvetica, sans-serif;  
	}

/* Listes */

	ul, ol {
	    margin: 0 0 12px 0px;
	    padding: 0;
	}	

	ul,ol {
		/*list-style: none;*/
	}
	ul li { 
		/*background: transparent url(/hsi_/lauriana_images/site/site/puce-liste.gif) 5px left no-repeat;*/
	}
	ol li { 
		/*background: transparent url(/hsi_/lauriana_images/site/site/puce-liste.gif) 5px left no-repeat;*/
	}
	li {
		margin-left: 0; 
		padding-left: 15px;
		background: url(/lauriana_images/site/puce_inter.gif) no-repeat 2px 8px;
		list-style:none;
	}
	ul {
		text-align: left;
		padding-bottom:0px;
		margin-top: 0;
		margin-bottom: 3px;
	}
	li ul {
		margin:5px 0 0 0;
	}
	li ul li {
		margin-left: 0; 
		padding-left: 15px;
		background: url(/lauriana_images/site/souspuce_inter.gif) no-repeat 5px 9px;
		list-style:none;
	}


/* Liens */
	a {
   		text-decoration: underline;
    	color:#4c016f;
	}
	a:link { color:#4c016f; }
	a:visited { color:#4c016f; }
	a:hover, a:focus, a:active { color: #4c016f; text-decoration: none;}

	li,li a  {
		
	}

/* Paragraphes */
	p {
		/*font: normal 12px Verdana , Verdana, Helvetica, sans-serif;  */
		padding-bottom : 10px;
		/*border-bottom:1px black solid;*/
	}
	address {
	    margin: 0 0 0px 0;
	    font-style: normal;
	}
	blockquote {
		margin: 0 0 0px 35px;
	}	

/* Forumulaires */
	
	form, fieldset {
	    margin: 0;
	    padding: 0;
	    border: none;
	}
	input, button, select {
	    vertical-align: middle; /* Solution pb. d'alignement. (9) */
	}


/* Divers éléments de type en-ligne (8) */
	em {
	    font-style: italic;
	}
	strong {
	    font-weight: bold;
	}



/* Valeurs custom site */

	.TresPetite { font-family:Arial, Helvetica, sans-serif; font-size:9px; }
	.Petite 	{ font-family:Arial, Helvetica, sans-serif; font-size:10px; }
	.Normal 	{ font-family:Arial, Helvetica, sans-serif; font-size:12px; }
	.Moyenne 	{ font-family:Arial, Helvetica, sans-serif; font-size:13px; }
	.Grande 	{ font-family:Arial, Helvetica, sans-serif; font-size:14px; }
	.TresGrande { font-family:Arial, Helvetica, sans-serif; font-size:16px; }	
	.TresTresGrande { font-family:Arial, Helvetica, sans-serif; font-size:18px; }	
	
	.Bleu , .Bleu a		{color:#04077c ;}
	.Jaune , .Jaune a	{color:#ffca18 ;}
	.Violet , .Violet a {color:#4c016f ; }
	.ssTitreHoroscope {
		font-weight:bold;
		color:#4c016f;
		text-transform:uppercase;
	}
	
	.clear { clear:both;}

/********************************************************************/
/*********************  HEADER  *********************************/
/********************************************************************/

#conteneur {
	width:960px;
	margin:0 auto;
}
#header {
	background:url(/lauriana_images/site/bgHead.jpg) no-repeat top left;
	width:960px;
}
.logo {
	float:left;
	width:377px;
	height:144px;
}
.numeros {
	float:right;
	margin:7px 20px 0 0;
	text-align:left;
}
.numeros p {
	font-size:18px;
	color:#fff;
	line-height:16px;
}
.numeros p span {
	font-size:23px;
	color:#ffca18;
	font-weight:bold;
}
.numeros p span.tarif {
	font-size:12px;
	font-weight:normal;
	color:#b3d9ff;
}
.navH {
	background:url(/lauriana_images/site/bgNavH.gif) no-repeat top left;
	width:960px;
	height:32px;
	clear:both;
}
.navH td {
	text-align:center;
	vertical-align:middle;
	height:32px;
	padding:0 40px
}
.navH td.separateur {
	width:1px;
	background:url(/lauriana_images/site/navH_spacer.gif) no-repeat top left;
	padding:0px
}
.navH a {
	background:url(/lauriana_images/site/puceNavH.gif) no-repeat 0px 5px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding:0 0 0 18px;
}
.navH a:hover, .naH a.selected {
	color:#ffca18;
	background:url(/lauriana_images/site/puceNavH_hover.gif) no-repeat 0px 5px;
}
#contenu {
	padding:10px 9px 0 5px;
	background:#fff;
	border:1px solid #dbdbdb;
	border-top:none;
}
.colLeft {
	background:#fff url(/lauriana_images/site/bgNavV.gif) repeat-x bottom left;
	width:208px;
	vertical-align:top
}
.colLeft ul {
	margin:0px;
	padding:20px 13px 0 5px;
}
.colLeft li {
	border-bottom:1px solid #dddcdc;
	padding:3px 0 3px 10px;
}
.colLeft li a {
	background:url(/lauriana_images/site/puce_navV.gif) no-repeat 0 6px;
	color:#3d3d3d;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:0 0 0 13px
}
.colLeft li a:hover, .colLeft li a.selected {
	color:#5a167c;
}


/********************************************************************/
/*********************  CONTENU  *********************************/
/********************************************************************/
.colRight { 
	vertical-align:top;
	padding:10px 0 0 13px;
}
.colRight h2 span {
	color:#6c6c6c;
}
.bandeau {
	background:url(/lauriana_images/site/bandeauHome.jpg) no-repeat top left;
	width:698px;
	height:166px;
	padding:0px 0 0 27px
}
.bandeau p{
	 font-family:Georgia, "Times New Roman", Times, serif !important;
}
.bandeau 	.TresPetite { font-family:Georgia, "Times New Roman", Times, serif; font-size:9px; }
.bandeau	.Petite 	{ font-family:Georgia, "Times New Roman", Times, serif; font-size:10px; }
.bandeau	.Normal 	{ font-family:AGeorgia, "Times New Roman", Times, serif; font-size:12px; }
.bandeau	.Moyenne 	{ font-family:Georgia, "Times New Roman", Times, serif; font-size:13px; }
.bandeau	.Grande 	{ font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; }
.bandeau	.TresGrande { font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; }	

.homeLeft {
	width:500px;
	padding:20px 0 0 8px;
	float:left
}
.rect h1,.rect h2 {
	font:bold 16px Georgia, "Times New Roman", Times, serif;
	padding:0px;
	margin:0px 0 6px 0;
	text-transform:none;
}
.rect {
	margin:0 0 18px 0;
}
.rect .image {
	width:80px;
	text-align:left;
	vertical-align:top
}
.rect .image img {
	border:1px solid #dbdbdb;
}
.rect .texte {
	vertical-align:top;
}
.homeRight {
	margin:25px 0 0 0;
	float:right;
	text-align:right;
}
.homeRight a {
	display:block;
	margin:0 0 20px 0;
}
h1.titreContenu {
	color:#6c6c6c;
	border-bottom:1px solid #d5d5d5;
	font-size:16px;
	font-weight:bold;
	padding:0 0 3px 0;
	margin:0 0 8px 0;
}
#Pager a {
color:#004f9e;
}

/*-------------------------------------
	ACCORDION HOROSCOPE
--------------------------------------*/
	
	#titreNavGauche1  h3	{ background:url(/lauriana_images/site/belier.gif) no-repeat top left !important;}
	#titreNavGauche2  h3	{ background:url(/lauriana_images/site/taureau.gif) no-repeat top left !important;}
	#titreNavGauche3  h3	{ background:url(/lauriana_images/site/gemeaux.gif) no-repeat top left !important;}
	#titreNavGauche4  h3 	{ background:url(/lauriana_images/site/cancer.gif) no-repeat top left !important;}
	#titreNavGauche5  h3	{ background:url(/lauriana_images/site/lion.gif) no-repeat top left !important;}
	#titreNavGauche6  h3	{ background:url(/lauriana_images/site/vierge.gif) no-repeat top left !important;}
	#titreNavGauche7  h3	{ background:url(/lauriana_images/site/balance.gif) no-repeat top left !important;}
	#titreNavGauche8  h3 	{ background:url(/lauriana_images/site/scorpion.gif) no-repeat top left !important;}
	#titreNavGauche9  h3	{ background:url(/lauriana_images/site/sagittaire.gif) no-repeat top left !important;}
	#titreNavGauche10 h3	{ background:url(/lauriana_images/site/capricorne.gif) no-repeat top left !important;}
	#titreNavGauche11 h3	{ background:url(/lauriana_images/site/verseau.gif) no-repeat top left !important;}
	#titreNavGauche12 h3	{ background:url(/lauriana_images/site/poisson.gif) no-repeat top left !important;}
	
	
	.accordion_headings {
		background:url( /lauriana_images/site/fleche.gif) no-repeat right 5px;
	}
	.accordion_headings span { cursor:pointer}
	.accordion_headings h3 {
		padding:5px 0 10px 60px;
		color:#4c016f;
		border-bottom:1px solid #ac8cc8;
		font:bold 19px Georgia, "Times New Roman", Times, serif;
		display:block;
		text-decoration:none;
		text-transform:none
	}
	.accordion_headings h3:hover {
		color:#ac8cc8;
	}
	.accordion_child {
		 padding-bottom:15px;
	}
	

/* --------------------
	GAMME ARTICLE
---------------------------------------------*/

#ListeArticles {
	padding:0 15px 0 0;
}
#ListeArticles .image {
	 width:135px;
	 text-align:left;
	 vertical-align:top;
}
#ListeArticles .texte {
	vertical-align:top;
	padding:5px 0 0 0;
}
.separateurArt {
	background:#dcdbdb;
	height:1px;
	margin:15px 0;
}
#ListeArticles .texte h3 {
	margin:0px;
}

/********************************************************************/
/*********************  FOOTER  *********************************/
/********************************************************************/

.liensFooter {
	padding:3px 0 0 3px;	
}
.liensFooter p, .liensFooter a {
	color:#8a8a8a;
	font-size:10px;
}

.Clikeo{
		clear:both;
		margin:0px 0 10px 0;
		text-align:center;
		padding:10px 0 0 0;
		font: normal 10px "Trebuchet MS" , Verdana, Arial, sans-serif;  
		color:#bbbbbb;
	}

	.Clikeo a {
		font: normal 10px "Trebuchet MS" , Verdana, Arial, sans-serif;  
		color:#bbbbbb !important;
	}
	.Clikeo a:hover {
		color:#f7a900 !important;
	}


/********************************************************************/
/*********************  CONTACT  *********************************/
/********************************************************************/

.FormContact{
		margin-top:25px;
	}
	.FormContact td{
		padding:2px;
	}
	.FormContact input,	.FormContact textarea{
		border:1px #c4c4c4 solid;;
		font: normal normal 12px  Arial, sans-serif;
		padding: 2px 5px;
		color: #000000;
	}
	.FormSubmit {
		font: bold 11px Arial, Helvetica, sans-serif;
		padding: 2px 2px !important;
		margin:3px 0px 15px 0px !important;
		font:normal 12px  arial, verdana !important;
		border:none !important;
		color:#fff !important;
		background:#4c016f;
	}
	.LargeInput{
		width:267px;
		border:1px solid #9da5ad; 
		padding:2px 
	}
	.SmallInput{
		width:60px;
		border:1px solid #9da5ad; 
		padding:2px 
	}
	.MediumInput{
		width:192px;
		border:1px solid #9da5ad; 
		padding:2px 
	}
	.chkBoxes{
		/*background-color:white;border-width:0;*/
	}
	.XSmallInput{
		width:20px;
		border:1px solid #9da5ad; 
		padding:2px 
	}
	.HalfInput{
		width:126px;
		border:1px solid #9da5ad; 
		padding:2px 
	}
	.EditLibelle{
		margin: 40px 0;
		padding: 10px;
		width: 400px;
		border: 1px dotted;
		color: #000000;
	}
	.EditLibelle a {
		color: #000000;
	}
	

