/* Date de modification : 05/12/07 */

/***** Définition générale *****/

* {margin:0; padding:0; font-size:11px; font-family:Arial;}

body {
 	font-family:Arial, Helvetica, sans-serif;
 	font-size:11px;
	background-color:#e6e6e6;
	text-align: center;/* pour corriger le bug de centrage IE */
}

table,tr,td {
 	font-size:11px;
 	padding:0;
}

/* texte */
.texte {  
	color:#305299; /*bleu*/
	font-weight:bold;
}

.texte2 {  
	color:#7c08bd; /*violet*/
	font-weight:bold;
	font-size:12px;
}

.texte_contenu {  
	color:#305299;
	text-align:justify;
	padding:0 5px 0 5px;
}

/* fonds de cellule */
.tabcell {
	background-color:#ccc;
}

.tabcell2 {
	background-color:#305299;
	color:#FFF;
	font-weight:bold;
}

/*******************/
/* Structure intro */
/*******************/
/* contient toute l'intro et positionne au milieu */
#global {
     margin-left:auto;
     margin-right:auto;
	 padding:0;
     width:975px;
	 margin-top:10px;
     text-align:left;/* pour rétablir l'alignement normal du texte */
}

/* contenu */
#content_intro {
	float: left;
	width:100%;
	margin-top:10px;
	padding-bottom:15px;
	background-color:#FFF;
}

#content_intro a {
	color:#7c08bd;
	font-weight:bold;
	text-decoration:none;
}

#content_intro a:hover {
	color:#305299;
}

/******************/
/* Bandeau header */
/******************/
/* bandeau (affichage partie milieu) */
#global #bandeau{
 	background:url(../images/degrade_horiz.gif) repeat-x;
}

/* bandeau partie gauche */
#global #bandeau_part1{
	background:url(../images/bandeau_hg.gif) no-repeat;
}

/* bandeau partie droite */
#global #bandeau_part2{
 	background:url(../images/bandeau_hd.gif) no-repeat;
}

/**************/
/* Formulaire */
/**************/
input.text {
	border:1px solid #305299;
	font-size:12px;
	color:#305299;
}
  
.taille1 {
	width:200px;
}

.btn {
	border:1px solid #fff;
	color:#FFF;
	background-color:#305299;
	font-weight:bold;
	width:50px;
}

.btn:hover{
	border:1px solid #fff;
	background-color: #7c08bd;
}

/***************************************/
/* div rappel identifiant/mot de passe */
/***************************************/
div#id_getlogin {
    display : none;
    padding-top : 10px;
    padding-bottom : 13px;
    margin-top : 10px;
}

/********/
/* news */
/********/
.tabCentre{
	border:1px dashed #dad9d9;
	margin:15px 0 0 41px;
	height:100px;
	padding:5px;
	color:#666;
	width:630px; 
}