
/*	Lemanbleu
	AUTEUR : DIMITRI HEBERT  */
	
body
	{
	font-family: arial;
	font-size: 11px;
	margin-left: 2px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	color:#1F3157;
	background-color: #ffffff;
		
	/* ascenseurs */
	scrollbar-face-color: #E3E8EC;
	scrollbar-arrow-color: #7385A8;
	scrollbar-track-color: #1F3157;
	scrollbar-shadow-color: #7385A8;
	scrollbar-highlight-color: #E3E8EC;
	}

p
	{
	font-size: 11px;
	}
	
p.p_justify
	{
	text-align:justify;
	}


li	
	{
	list-style-image: url("../images/puce.gif");
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 2px;
	}

ul	
	{
	font-size: 11px;
	}
	
ol
	{
	font-size: 11px;
	}
	
	
td.td_padding_col_15
	{
	padding-left: 15px;
	padding-right: 15px;
	}
	
table.table_couleur_bleu 
	{
	background-color : #1f3157;
	}
	
table.table_couleur_gris 
	{
	background-color : #cccccc;
	}

td.td_couleur_grisbleu 
	{
	background-color : #767F92;
	}



td	
	{
	font-size: 11px;
	}

td.td_padding
	{
	padding: 10px;
	}

img.img_bord_blanc
	{
	border-top: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
	border-left: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
	}

img.img_bord_gris
	{
	border-top: 1px #333333 solid;
	border-bottom: 1px #333333 solid;
	border-left: 1px #333333 solid;
	border-right: 1px #333333 solid;
	}
	
img.img_bord_bleu
	{
	border-top: 1px #6699ff solid;
	border-bottom: 1px #6699ff solid;
	border-left: 1px #6699ff solid;
	border-right: 1px #6699ff solid;
	}
	
	
	
.pointille_haut
	{
	border-top: 1px #ffffff dashed;
	}

.pointille_bas
	{
	border-bottom: 1px #ffffff dashed;
	}

.scroll
	{
	width: 100%;
	overflow: scroll;
	height: 210px;
	}

.div_scroll
	{
	overflow: auto;
	height: 170px;
	}


/* POUR TITRE SITE (IMAGE) */
h1
	{
	}

/* TITRE DE LA PAGE */
h2
	{
	font-size: 12px;
	font-weight: bold;
	}

/* SOUS-TITRES DE LA PAGE */
h3
	{
	font-size: 11px;
	font-weight: bold;
	}

/* SOUS-SOUS-TITRES DE LA PAGE */
h4
	{
	font-size: 11px;
	font-weight: bold;
	}

/* POUR TOUS LES TITRES ET SOUS-TITRES */
h1, h2, h3, h4
	{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

/* FORMULAIRES */

input.form_pb
	{
	font-size: 10px;
	border: 1px #98AFC9 solid;
	background-color: #FFFFFF;
	}

input.champ_lg
	{
	font-size: 10px;
	border: 1px #98AFC9 solid;
	background-color: #FFFFFF;
	width: 185px;

	}

select.sl_larg
	{
	width: 200px;
	}

	
select.sl_couleur_fond
	{
	color: #23aa12;
	}
		

/* AUTRES */
.txt_titre_chap
	{
	font-family: Eurostile, Arial, Verdana;
	font-weight: bold;	
	color:#ffffff;
	text-transform: uppercase;
	}
	

.txt_eurostile
	{
	font-family: Eurostile, Arial, Verdana;
	}
	

.txt_majuscule
	{
	text-transform: uppercase;
	}
	

.txt_9
	{
	font-size: 9px;
	}
	

.txt_10
	{
	font-size: 10px;
	}

.txt_11
	{
	font-size: 10px;
	}
	
.txt_blanc
	{
	color:#ffffff;
	}

.txt_gris
	{
	color:#333333;
	}
.txt_bleu
	{
	color:#1F3157;
	}
.txt_noir
	{
	color:#000000;
	}
.txt_vert
	{
	color:#003300;
	}
	
	
.txt_rouge
	{
	color:#ff0000;
	}

.txt_souligne
	{
	text-decoration: underline;
	}

.txt_justify
	{
	text-align:justify;
	}


.txt_italic
	{
	font-style: italic;
	}

.txt_12
	{
	font-size: 12px;
	text-align:justify;
	}

.txt_gras
	{
	font-weight: bold;
	}
	
	
	


/*LIENS*/
a:active
	{
	color: #ffffff;
	text-decoration: none;
	} 

a:link
	{
	color: #ffffff;
	text-decoration: none;
	}

a:visited
	{
	color: #ffffff;
	text-decoration: none;
	} 

a:hover
	{
	color: #333366;
	text-decoration: none;
	} 

a.a_blanc:active
	{
	color: #fffff;
	text-decoration: none;
	} 

a.a_blanc:link
	{
	color: #fffff;
	text-decoration: none;
	}

a.a_blanc:visited
	{
	color: #ffffff;
	text-decoration: none;
	} 

a.a_blanc:hover
	{
	color: #ffffff;
	text-decoration: none;
	} 	
	

a.a_bleu:active
	{
	color: #1F3157;
	text-decoration: none;
	} 

a.a_bleu:link
	{
	color: #1F3157;
	text-decoration: none;
	}

a.a_bleu:visited
	{
	color: #1F3157;
	text-decoration: none;
	} 

a.a_bleu:hover
	{
	color: #1F3157;
	text-decoration: none;
	} 	
	
		

a.a_rouge:active
	{
	color: #ff0000;
	text-decoration: none;
	} 

a.a_rouge:link
	{
	color: #ff0000;
	text-decoration: none;
	}

a.a_rouge:visited
	{
	color: #ff0000;
	text-decoration: none;
	} 

a.a_rouge:hover
	{
	color: #ff0000;
	text-decoration: none;
	} 			
	
a.a_gris:active
	{
	color: #333333;
	text-decoration: none;
	} 

a.a_gris:link
	{
	color: #333333;
	text-decoration: none;
	}

a.a_gris:visited
	{
	color: #333333;
	text-decoration: none;
	} 

a.a_gris:hover
	{
	color: #333333;
	text-decoration: underline;
	} 	

	
a.a_vert:active
	{
	color: #003300;
	text-decoration: none;
	} 

a.a_vert:link
	{
	color: #003300;
	text-decoration: none;
	}

a.a_vert:visited
	{
	color: #003300;
	text-decoration: none;
	} 

a.a_vert:hover
	{
	color: #003300;
	text-decoration: none;
	} 	



.clear { clear: both; }


.img_pub_float_g
	{
	float: left;
	margin-bottom: 5px; 
	}
	

/* ********************** style pagination *************************** */
/* ******************************************************************* */
	
	div.pagination {
		padding-top: 15px;
		margin: 3px;
		text-align:center;
	}
	
	div.pagination a {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #AAAADD;
		
		text-decoration: none; /* no underline */
		color: #1F3157;
	}
	div.pagination a:hover, div.digg a:active {
		border: 1px solid #1F3157;

		color: #000;
	}
	div.pagination span.courante {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #1F3157;
		
		font-weight: bold;
		background-color: #1F3157;
		color: #FFF;
	}
	div.pagination span.desactive {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}
	
	