/****************************************************************************
* STYLE COMMUN A TOUTES LES PAGES
****************************************************************************/
body {
	background: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

td {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/****************************************************************************
* FONDS 
****************************************************************************/

.barreorange {
	background: url(../images/interface_public/motif_barre_orange.gif) repeat-y top left;
}

.fondhaut {
	background: #FFFFFF url(../images/fond_bnpe.gif) no-repeat top left;
}

.fondstructurevert {
	background: url(../images/lebnpe/fondstructure_vert.gif) repeat-x top left;
}

.fondstructurebleu {
	background: url(../images/lebnpe/fondstructure_bleu.gif) repeat-x top left;
}

.fondplan {
	background: url(../images/contact/fond_plan.gif) repeat-y top left;
}

.fondfilet {
	background: url(../images/fond_filet.gif) repeat-x top left;
}

/****************************************************************************
* MENU 
****************************************************************************/

/****************************************************************************
* TEXTES SPECIFIQUES
****************************************************************************/

.textesbandeau{ 
	color: #336898; 
	text-decoration: none;
}	

.titre{ 
	color: #FFA200; 
	font-size:22px;
	text-decoration: none;
}	

.soustitre{ 
	color: #145188; 
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
}

.accroche{ 
	color: #165188; 
	text-decoration: none;
}

/****************************************************************************
* STYLE DE TEXTE
****************************************************************************/

/* lien */
a{
color:#000000;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}

/* tailles */
.text10{
font-size:10px;
}
.text11{
font-size:11px;
}
.text12{
font-size:12px;
}
.text13{
font-size:13px;
}
.text14{
font-size:14px;
}
.text15{
font-size:15px;
}
.text16{
font-size:16px;
}
.text17{
font-size:17px;
}
.text18{
font-size:18px;
}
.text20{
font-size:20px;
}

/* polices */
.arial{
font-family:Arial, Helvetica, sans-serif;
}

.verdana{
font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* lien blanc */
.lien1{
color:#FFFFFF;
text-decoration:none;
}
a.lien1{
color:#FFFFFF;
text-decoration:none;
}
a.lien1:hover{
color:#FFFFFF;
text-decoration:underline;
}

/* lien noir */
.lien2{
color:#000000;
text-decoration:none;
}
a.lien2{
color:#000000;
text-decoration:none;
}
a.lien2:hover{
color:#000000;
text-decoration:underline;
}

/* lien bleu */
.lien3{
color:#10518C;
text-decoration:none;
}
a.lien3{
color:#10518C;
text-decoration:none;
}
a.lien3:hover{
color:#10518C;
text-decoration:underline;
}

/* lien jaune */
.lien4{
color:#FFA200;
text-decoration:none;
}
a.lien4{
color:#FFA200;
text-decoration:none;
}
a.lien4:hover{
color:#FFA200;
text-decoration:underline;
}

/* lien gris */
.lien5{
color:#444343;
text-decoration:none;
}
a.lien5{
color:#444343;
text-decoration:none;
}
a.lien5:hover{
color:#444343;
text-decoration:underline;
}
