/* CSS Document */
/********************************************************* 

Styles generaux
	background-image : 	<uri> | none;
	background-position: ;	[ [ <percentage> | <length> | left | center | right ] [ <percentage> | <length> | top | center | bottom ]? ] | [ [ left | center | right ] || [ top | center | bottom ] ]
	background-repeat: repeat | repeat-x | repeat-y | no-repeat;
********************************************************/

body {
	margin:				0px;
	margin-top:			0px;
	padding:			0px;
	color: 				#414f60;
	font-family: 		Tahoma, Verdana, Arial, sans-serif; 
	font-size: 			11px;
	border:				0px;
	background-color:	#ffffff;
}


/* Pour IE qui ne supporte pas l'heritage (identique a body) */
TD {  
	font-family: 	Tahoma, Verdana, Arial, sans-serif; 
	font-size: 		11px; 
}

P {
	font-family: 	Tahoma, Verdana, Arial, sans-serif; 
	margin:			0px;
	padding:		0px;
}
/********************************************************* 

	DIVERS 
font-family : toujours finir par une famille generique.
	Arial, sans-serif
	Courier, Monospace
	Helvetica, sans-serif
	Palatino, serif
	Times, serif
	Verdana, sans-serif
	ZapfChancery, Cursive
font-style: normal | italic | oblique
font-variant: normal | small-caps
font-weight : normal (400)| bold (700)| bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900
content : 	normal | none | [ <string> | <uri> | <counter> | attr(<identifier>) | open-quote | close-quote | no-open-quote | no-close-quote
********************************************************/

.big 		{ font-size: 14px; } /* Gros Texte */
.small 		{ font-size: 10px;  } /* Petit Texte */


/*********************************************************
	Raccourcis
	Stylse specifiques
	Classifier par ordre d'importance les couleurs de la charte
	Ces styles permettront de les utiliser
********************************************************/

.color1     { color: #fff;} /* blanc( */
.color2     { color: #58ad34; } /* vert */
.color3     { color: #3885b4; } /* bleu */
.color4     { color: #f3b31b; } /* yellow */
.color5     { color: #009b7b; } /* vertbleu */
.color6     { color: #637682 ;} /* gris */
.color7     { color: #3f3f3f ;} /* gris fonce */

.bgcolor1     { background-color: #fff; }
.bgcolor2     { background-color: #666;}
.bgcolor3     { background-color: #db0000; }
.bgcolor4     { background-color: #ea862a;}
.bgcolor5     { background-color: #febd2b; }
.bgcolor6     { background-color: #106d99; }

.border 	{ border: 1px solid #29385f; }
.noborder 	{ border: 0px; }

/* Attention, Erreurs, mises en gardes 
border-style : none,hidden,dotted,dashed,solid,double,groove,ridge,inset,outset 
border-top-style, border-right-style, border-bottom-style, border-left-style
overflow : scroll | hidden | visible | auto
*/
.warning	{
	color: 				#676867;
	font-weight: 		bold;
	font-size: 			11px;
}


/* Citations */
Q 			{ font-style: italic;}
 
/* Definition des caracteres de quotes (FF seulement) */
Q:lang(fr)	{quotes: '« ' ' »'; }
Q:lang(en)	{quotes: '" ' ' "'; }

Q:before 	{content : open-quote}
Q:after 	{content : close-quote}

/* A utiliser pour les acronymes en utilisant l'attribut title dans la balise pour la signification de l'acronyme (synthese vocale) */
ACRONYM {
   text-transform: uppercase
}

/* A utiliser pour les abbreviations en utilisant l'attribut title dans la balise pour la signification de l'abbreviation (synthese vocale) */
ABBR {
   text-transform: uppercase
}


/********************************************************* 
	LINKS - LIENS 
a:focus:hover { outline: thick solid black }
vertical-align : baseline | sub | super | top | text-top | middle | bottom | text-bottom | <percentage> | <length>
text-decoration : none | [ underline || overline || line-through || blink ]
white-space : normal | pre | nowrap | pre-wrap | pre-line
********************************************************/

A:link 		{text-decoration: none; color: #fd631d}
A:visited 	{text-decoration: none; color: #fd631d}
A:hover 	{text-decoration: underline; color: #3885b4}

.Lienbleu:link 		{text-decoration: none; color: #414f60}
.Lienbleu:visited 	{text-decoration: none; color: #414f60}
.Lienbleu:hover 	{text-decoration: underline; color: #3885b4}


/*


.Liengreen:link 		{text-decoration: none; color: #82d613}
.Liengreen:visited 	{text-decoration: none; color: #82d613}
.Liengreen:hover 	{text-decoration: none; color: #696969}

.Liengrey:link 		{text-decoration: none; color: #637682}
.Liengrey:visited 	{text-decoration: none; color: #637682}
.Liengrey:hover 	{text-decoration: none; color: #696969}

.Lienwhite:link 		{text-decoration: none; color: #fff}
.Lienwhite:visited 	{text-decoration: none; color: #fff}
.Lienwhite:hover 	{text-decoration: none; color: #696969}

.Lienpink:link 		{text-decoration: none; color: #ee005f}
.Lienpink:visited 	{text-decoration: none; color: #ee005f}
.Lienpink:hover 	{text-decoration: none; color: #696969}

.Lienbleu:link 		{text-decoration: none; color: #132552}
.Lienbleu:visited 	{text-decoration: none; color: #132552}
.Lienbleu:hover 	{text-decoration: none; color: #696969}

.Lienredbig:link 	{text-decoration: none; color: #ea2200; font-size: 	14px; 	font-weight: 	bold;}
.Lienredbig:visited {text-decoration: none; color: #ea2200; font-size: 	14px; 	font-weight: 	bold;}
.Lienredbig:hover 	{text-decoration: none; color: #696969; font-size: 	14px; 	font-weight: 	bold;}

.Liengreenbig:link 		{text-decoration: none; color: #82d613; font-size: 	14px; 	font-weight: 	bold;}
.Liengreenbig:visited 	{text-decoration: none; color: #82d613; font-size: 	14px; 	font-weight: 	bold;}
.Liengreenbig:hover 	{text-decoration: none; color: #696969; font-size: 	14px; 	font-weight: 	bold;}
	
*/	

	
/********************************************************* 
	PARAGRAPHES
	(le style par defaut des paragraphes est defini au debut du doc)
********************************************************/
/* Style pour la premiere lettre */
P.lettrine:first-letter {
	font-size:			16pt; 
	vertical-align: 	text-top; 
	text-indent: 		15px;
	text-transform: 	uppercase
}

/* style specifique pour la premiere ligne d'un paragraphe */
p.lettrine:first-line { 
	font-weight: 	bold;
}

/********************************************************* 

	TABLES 
	dont on se sert comme veritables tableau pour y fair apparaiter des données.
	Ceci ne concerne pas les tableaux qui structurent la page.

********************************************************/

/* Tableau de structure */

TABLE.struct {
	border: 0px;
	margin:0px;
	padding:0px;
}

/********************************************************* 
	LISTE
	
********************************************************/
/* Liste a puce de contenu NIV 1 */
UL {
	list-style-position: 	outside; /* outside, inside */
	list-style-image:url('/skins/ipi/images/p-fleche.gif');
	font-family:			Tahoma, Verdana, Arial, sans-serif;
	line-height: 			18px;
	padding-left:       	0px;
	margin:					0px;
	padding-left:20px;
}

/* Liste a puce de contenu NIV 2 */
UL LI UL {
	list-style-position: 	outside; /* outside, inside */
	list-style-image:		url('/skins/ipi/images/puce02.gif');
	font-family:			Tahoma, Verdana, Arial, sans-serif;
	line-height: 			14px;
	padding-left:       	20px;
	font-weight: 			normal;
	margin:					0px;
}

/* Liste a puce de contenu NIV 3 */
UL LI UL LI UL {
	list-style-position: 	outside; /* outside, inside */
	list-style-image:		url('/skins/ipi/images/puce03.gif');
	font-family:			Tahoma, Verdana, Arial, sans-serif;
	line-height: 			14px;
	padding-left:       	20px;
	font-weight: 			normal;
	margin:					0px;
}

/* Liste numerotee de contenu NIV 1 */
OL {
	list-style-type: upper-roman; 
}
/* Liste numerotee de contenu NIV 2 */
OL LI OL {
	list-style-type: upper-alpha; 
}

/* Liste numerotee de contenu NIV 3 */
OL LI OL LI OL {
	list-style-type: decimal; 
}

/*********************************************************
  FORMS - FORMULAIRES
********************************************************/

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

/* Le titre des champs doivent se trouver dans une balise LABEL (accessibilite) */ 
LABEL {
	font-family: 	Tahoma, Verdana, Arial, sans-serif;
	font-size: 		11px;
	color:#637682;
}

/* Text Box*/
INPUT.fieldtextbox{
	border-top: 		1px solid #9c9c9c;
	border-right: 		1px solid #9c9c9c;
	border-bottom: 		1px solid #9c9c9c;
	border-left: 		1px solid #9c9c9c;
	background-color: 	#FFF;
	color:#676867;
	font-family: 		Tahoma, Verdana, Arial, sans-serif;
	font-size: 			11px;
	padding-left: 		2px;
	padding-right: 		2px;
}

/* Check Box*/
INPUT.fieldcheckbox {
	border: 0px;
}

/* Radio Box*/
INPUT.fieldradiobox {
	border: 0px;
}

INPUT.file{
	background-color: 	#FFF;
	padding-left:		2px;
	font-family: 		Tahoma, Verdana, Arial, sans-serif;
	font-size:			9px;
}

INPUT.button, INPUT.fieldbutton {
	color: 				#fff;
	font-family:     	Tahoma, Verdana, Arial, sans-serif;
	font-style:    		normal;
	font-weight: 		normal;
	font-size:    		10px;
	background-color:   #67717d;
	border-bottom: 		#9c9c9c solid 1px;
	border-right: 		#9c9c9c solid 1px;
	border-left: 		#9c9c9c solid 1px;
	border-top: 		#9c9c9c solid 1px;
	cursor: 			pointer;
}

INPUT.button:hover, INPUT.fieldbutton:hover {
	background-color:   #FFF;
	color: 				#f02377;
}

SELECT.fieldlistbox {
	background-color:   #FFFFFF;
	color: 				#676867;
	font-family: 		Tahoma, Verdana, Arial, sans-serif;
	font-style:    		normal;
	font-size:    		10px;
	width: 				150px;
	border-top: 		1px solid #9c9c9c;
	border-right: 		1px solid #9c9c9c;
	border-bottom: 		1px solid #9c9c9c;
	border-left: 		1px solid #9c9c9c;
}

SELECT.fieldlistbox OPTION {
	color: 				#676867;
	font-family: 		Tahoma, Verdana, Arial, sans-serif;
	font-style:    		normal;
	font-size:        	11px;
	background-color:   #FFFFFF;
	width: 				150px;
}

TEXTAREA.fieldtextbox {
	border-top: 		1px solid #9c9c9c;
	border-right: 		1px solid #9c9c9c;
	border-bottom: 		1px solid #9c9c9c;
	border-left: 		1px solid #9c9c9c;
	background-color: 	#FFF;
	font-family: 		Tahoma, Verdana, Arial, sans-serif;
	font-size: 			11px;
	padding-left: 		2px;
}

/* Champs de formulaire inactif */
.disabled {
	visibility : 		hidden;
	color: 				#FFF;
	font-size: 			0px;
	font-family: 		Tahoma, Verdana, Arial, sans-serif;
	background-color:   transparent;
	border: 			#FFF solid 0px;
}

/* Champs de formulaire actif */
.enabled {
	visibility : 		visible;
	border-top: 		1px solid #DFDFDF;
	border-right: 		1px solid #DFDFDF;
	border-bottom: 		1px solid #DFDFDF;
	border-left: 		1px solid #DFDFDF;
	background-color: 	#FFF;
	font-family: 		Tahoma, Verdana, Arial, sans-serif;
	font-size: 			11px;
	padding-left: 		2px;
}

/* Impression */
.unprintable {
	display:	block;
}

@media print {
.unprintable { 
	display: 	none;
	visibility: hidden;
	}
}


/********************************************************* 
	 Titres
	dipaly: block,inline
********************************************************/	

/* Titre de page */
H1 {
font-family:Arial, Tahoma, Verdana, sans-serif; 
font-size:18px;
color:#3885b4;
font-weight:bold;
display:inline;
}


/* Titre de niveau 1 : I.,II.,III. */
H2 {
color:#fd631d;
font-family: Arial, Tahoma, Verdana, Arial, sans-serif; 
font-size:12px;
font-weight:bold;
margin:0px;

}

H2 A:link 		{text-decoration: none; color: #fd631d}
H2 A:visited 	{text-decoration: none; color: #fd631d}
H2 A:hover 		{text-decoration: none; color: #3885b4}


/* Titre de niveau 2 : A),B),C) */
H3 {
color:#3885b4;
font-family:Tahoma, Verdana, Arial, sans-serif; 
font-size:12px;
font-weight:bold;
margin:0px;
background-image:url('/skins/ipi/images/puce-carrered.gif');
background-repeat:no-repeat;
background-position:left;
padding-left:15px;
}

/* Titre de niveau 3 : 1/,2/,3/ */
H4 {
color:#085aa4;
font-family:Tahoma, Verdana, Arial, sans-serif; 
font-size:10px;
font-weight:bold;
margin:0px;
}

H4 A:link 		{text-decoration: none; color: #085aa4}
H4 A:visited 	{text-decoration: none; color: #085aa4}
H4 A:hover 		{text-decoration: none; color: #f02377}

H5 {
color:#009b7b;
font-family:Tahoma, Verdana, Arial, sans-serif; 
font-size:10px;
font-weight:bold;
margin:0px;
text-transform:uppercase;
border-bottom:solid 3px #58ad34;
}


/*********************************************************
STRUCTURE
********************************************************/
/*structure*/
DIV#bg-structure{
background-image:url('/skins/ipi/images/bg-struct.jpg');
background-repeat:repeat-y;
margin-left:auto;
margin-right:auto;
width:806px;
padding-left:18px;
padding-right:26px;}

DIV#bg-bottom{
background-image:url('/skins/ipi/images/bg-bottom.jpg');
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
height:100px;
width:806px;
padding-left:18px;
padding-right:26px;
color:#8ea8c3;}

DIV#bg-bottom A:link 		{text-decoration: none; color: #8ea8c3}
DIV#bg-bottom A:visited 	{text-decoration: none; color: #8ea8c3}
DIV#bg-bottom A:hover 	{text-decoration: underline; color: #3885b4}
DIV#bg-bottom A:active 	{text-decoration: underline; color: #3885b4}

.sep-bottom{
border-bottom:solid 1px #3885b4;}

DIV.barrebleu-top{
background-color:#3885b4;
height:13px;
width:806px;
border-top:solid 1px #ffffff;}

DIV#bg-menu{
background-image:url('/skins/ipi/images/bg-menu.jpg');
background-repeat:repeat-x;
height:30px;
color:#FFFFFF;
padding-right:25px;
padding-top:10px;}

.item-menu{
color:#FFFFFF;
font-size:13px;
font-weight:bold;
padding-left:6px;
padding-right:6px;
}

.item-menu A:link 		{text-decoration: none; color: #ffffff}
.item-menu A:visited 	{text-decoration: none; color: #ffffff}
.item-menu A:hover 	{text-decoration: none; color: #fdb913}
.item-menu A:active 	{text-decoration: none; color: #fdb913}

DIV#bg-cont{
background-image:url('/skins/ipi/images/bg-cont.jpg');
background-repeat:no-repeat;
background-position:top;
width:780px;
padding-left:20px;
padding-right:6px;}


/*accueil*/

DIV.box-left{
float:left;
width:465px;}

DIV.box-droite{
float:right;
width:310px;}

DIV.box-actu01{
float:left;
width:220px;
padding-top:10px;
padding-left:10px;
border-right:dotted 1px #3885b4;}

DIV.sep-actu{
background-image:url('/skins/ipi/images/sep-actu.jpg');
background-repeat:no-repeat;
width:463px;
height:5px;
margin-top:10px;
margin-bottom:10px;}

DIV.box-actu02{
float:left;
width:215px;
padding-left:10px;
padding-top:10px;}

DIV.box-bg-actu{
border:solid 1px #3885b4;
width:460px;
background-image:url('/skins/ipi/images/bg-box.jpg');
background-repeat:repeat-x;
background-position:top;
background-color:#FFFFFF;
margin-top:10px;
padding-bottom:5px;
}

.lien-vie-ipi{
border-bottom:dotted 1px #3885b4;
height:24px;}

DIV.box-grosplan{
border:solid 1px #3885b4;
width:295px;
background-image:url('/skins/ipi/images/bg-box.jpg');
background-repeat:repeat-x;
background-position:top;
background-color:#FFFFFF;
margin-top:10px;
padding-bottom:5px;
}

DIV.box-grosplan-cont{
padding-left:5px;
padding-right:5px;}

DIV.box-grosplan-title{
background-color:#3885b4;
color:#FFFFFF;
width:290px;
height:25px;
font-size:18px;
padding-left:5px;}

.img-actu{
margin-right:8px;
border:solid 1px #000;}


/*contenu*/

DIV.box-left-cont{
float:left;
width:560px;}

DIV.box-droite-cont{
float:right;
width:210px;}

DIV.box-colright{
background-color:#d8e4ff;
width:210px;
}
.box-padding{
padding-left:10px;}

DIV.box-colright-blanc{
background-color:#ffffff;
width:210px;}

DIV.box-colright-title{
background-color:#3885b4;
color:#FFFFFF;
width:205px;
height:20px;
font-size:14px;
font-weight:bold;
padding-left:5px;
padding-top:5px;}



/*récurents*/
.clearer{
clear:both;
width:auto;
height:0px;
font-size:0px;
}

.border-right{
border-right:dotted 1px #3885b4;}