/*----------------------------------------------
Différents type de textes du site 
----------------------------------------------*/

.titres{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #BA0026;
	text-align : left;
	line-height:15px;
	padding:10px;
}


.ficim {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #BCBEBE;
	padding-top: 20px;
}

.actu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E62B52;
}

.textintro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding : 10px
}
.textintrobold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
	
.textnorm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align : justify;
	vertical-align : top;
	line-height:15px
}

.textbold01{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height:15px
}

.textbold02{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #BA0026;
	line-height:15px
}

.textbigcentre{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #BA0026;
	text-align : center;
	line-height:15px
}

.smalltext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.smalltext01{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.smalltext02{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #BA0026;
}


/*----------------------------------------------
Différents type de liens du site 
----------------------------------------------*/

.linkintro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a.liens:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #BA0026;
	text-decoration: underline;
}

a.liens:visited { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #BA0026;
	text-decoration: underline;
}

a.liens:hover { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

a.smalllink01:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.smalllink01:visited { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.smalllink01:hover { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #BA0026;
	text-decoration: underline;
}


/*----------------------------------------------
Différents type de couleurs de fond du site 
----------------------------------------------*/

.colorsipec {
	background-color: #E3ECF0;
}

.colorsnsii{
	background-color: #E7DEEC;
}

.colorcfp{
	background-color: #F2F0E1;
}

.colorbarre01{
	background-color: #BA0026;
}

.colorbarre02{
	background-color: #FFFFFF;
}

.ficheconseil{
	background-color: #F7EDEF;
}


/*----------------------------------------------
Différents type de listes du site 
----------------------------------------------*/

.minilist{
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 text-align : left;
	 color: black;
	 list-style-type:none;
	 background-image: url(../images/elements/puce01.gif);
	 background-repeat:no-repeat;
	 background-position:0% 60%;
	 padding-left:15px;
} 

.liste{
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 text-align : left;
	 color: black;
	 list-style-type:none;
	 background-image: url(../images/elements/puce03.gif);
	 background-repeat:no-repeat;
	 background-position:0% 20%;
	 padding-left:20px;
	 line-height:18px
} 

}
.textti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

