/*******************************************************************/
/*                              MISE EN PAGE DU SITE                               */
/*******************************************************************/


/* MISE EN PAGE*/

#content {
    background-color: #FFFFFF;
    left: 50%; 
    margin-top: 30px; /* moitié de la hauteur de l'image */
    margin-left: -375px; /* moitié de la largeur de l'image */
    margin-bottom: 30px; /* moitié de la hauteur de l'image */
    position:absolute;
    width: 800px;
}

        #top {
		width: 100%;
        float: left;
        }
        
        #middle{
        float: left;
		width: 100%;
        z-index: 0;
        }
        
        #footer {
        margin-top: 10px; /* moitié de la hauteur de l'image */
        float: left;
        height: 100px;
		width: 100%;
        }
    
/*******************************************************************/
/*                              MISE EN FORME                                          */
/*******************************************************************/
/* couleur du site charte graphique

/* blue : #0E3293
/* gris : 

/*GENERAL*/
body {font-family:Verdana;
 background-color: white;/*#3E5BA8;#CBC9C6;*/ 
		color:#999999; 
		margin: 0; 
		text-align: left; 
		font-size:14px;
		border: 1;
        border-color:#3E5BA8;
}

/*tbody {}* letter-spacing: 2px;*/

h1 {
    color : #DF0000; 
	font-size: 13px; 
	font-weight: bold;
    padding-left:0px;
    margin-bottom: 5px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 30px;}
	
h2 {color : ff0000;
	padding-left:10px;
	font-size: 12px; 
	letter-spacing: 1px;
	text-decoration:none;
	font-weight: bold;
	margin-top: 10px;}
	
h3 {font-size: 14px;
    margin-top: 10px;
font-weight: bold;
margin: 0;
letter-spacing: 1px;
margin-bottom:12px}

h4 {
	background: transparent url(http://www.and-international.com/site/_data/carre_titre_h1.jpg) 0px 3px no-repeat;
    color : #0E3293; 
	font-size: 12px; 
	font-weight: bold;
    padding-left:20px;
    margin-bottom: 5px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 30px;}	


HR {height: 1pt; COLOR: #0E3293}
HR.haut {height: 2pt; COLOR: #669900}
HR.bas {height: 2pt; COLOR: #FF3399}


A:link {COLOR: #0E3293;TEXT-DECORATION: none; letter-spacing: 2px;}
A:visited {COLOR: #0E3293; TEXT-DECORATION: none; letter-spacing: 2px;}
A:hover {COLOR: #0E3293; TEXT-DECORATION: none; letter-spacing: 2px;}


/*----------------------------------------------------------------------------*/
/*paragraphe*/


P{
	font-size: 12px;
	/*font-weight: bold;*/
	margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 30px;
}

li{font-size: 12px;
	margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 30px;}
    
/*----------------------------------------------------------------------------*/
/*paragraphe*/


#TXTPARAGRAPHE_INTERLIGNE{
	font-size: 12px;
	/*font-weight: bold;*/
	color:white;
	/*interligne*/
	line-height:3ex;
	margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 30px;
    text-align: left;
    bottom:0;
}

#TXTPARAGRAPHE{
	font-size: 12px;
	/*font-weight: bold;*/
	color:white;
	margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
    bottom:0;
}

#ADMIN{
	font-size: 12px;
	/*font-weight: bold;*/
	color:#0E3293;
	margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
    bottom:0;
}

h2.ADMIN {
	font-size: 12px; 
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
	padding-left:0px;
	text-decoration:none;
	margin-top: 10px;}
	
h1.ADMIN {
	font-size: 13px; 
	font-weight: bold;
	text-align: left;
	letter-spacing: 1px;
	padding-left:0px;
	margin-top: 10px;}





