/* Création graphique et développement :

Développement : absys informatique - www.absys.net
Création graphique : Publiarts - www.publiarts.com

*/

/* Copyright IGS CAPRIM 2006 - Toute reproduction totale ou partielle de ce site, par quelque procédé que ce soit, est interdite et constituerait une contrefaçon sanctionnée par les articles L 335-2 et suivants du Code de la propriété intellectuelle.*/


/******************************************************************/
/*********************** HOME PAGE *****************************/
/****************************************************************/

/*-------- GENERALITES ------------------*/

/* Couleurs utilisées :

Gris Clair : #BFBFBF
Gris Foncè news : #5A5A5A
Gris Foncè menu : #989897
Jaune Ecr : #D9C457
Bordeaux Ecr : #992922

*/




/* body */

body {
	background-color:white;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: black;


}


/* Font et Style Tableau */
body, table, tr, th, td, div, p, span, a, form, input, select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	-moz-box-sizing: border-box;
	text-decoration:none;
	font-weight:normal;
 
}




/* liens */

a#rouge {
  text-decoration: none;
  font-size:14px;
  font-weight:bold;
  color: #992922;
  border-bottom: 1px solid #992922;
}
a#rouge:hover {
  color: black;
  border-bottom: 1px solid black;
}



/* images */

img { border: 0px; } 

/*----------- Fin GENERALITES -----------------*/

/*------------ SPECIFIQUS -----------------------*/

/* Définition de la page */

#page {
position:absolute;
height:515px;
width:650px;
top:1px;
left: 50%;
margin-left: -325px;
top: 50%;
margin-top: -257px;

}


.img_tab_mid {
height:114px;
width:156px;
background-image:url(images/images/index_08.jpg);
}













