/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:url(images/background_page.gif);
	background-repeat:repeat-x;
	background-color: #FFFFFF;
	text-align:center;
}


/* TEXTES */

p {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#253842;
	/*text-align:justify;*/
}

.rouge {
color:#BA0000;
}

H3 {
	color:#253842;
	font-size: 14px;
}

.petit {
	font-size:10px;
}



/* ARCHITECTURE */


/* Centrage de la page */
#global {
	width:794px;
	border:none;
	margin-left:auto;
   	margin-right:auto;
}

#baniere {

}

#ContenuGlobal{

}

#liens{
	position:relative;
	margin-left:180px;
	text-align:center;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#253842;
	width:610px;
}


/* LIENS */

a:link {
	color: #253842;
}
a:visited {
	color: #253842;
}
a:hover {
	color: #253842;
}
a:active {
	color: #253842;
}


.lien_bas{
color:#999999;
}

table.cadre{
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color:#EFEFEF;
	padding:3px;
}
td {
font-size:12px;
}
table.bord {
border-bottom: 1px solid #666666;
border-right: 1px solid #666666;
text-align:left;
}
table.bord td {
	border-top: 1px solid #666666;
	border-right: 0px solid #666666;
	border-bottom: 0px solid #666666;
	border-left: 1px solid #666666;
	padding:3px;
	background-color:#EFEFEF;
}
table.bord th {
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color:#ffffff;
	padding:3px;
	font-size:13px;
	color:#6B879D;
	text-align:center;
}
table.bord table td {
	border:0px;
}
#espaceperso {
	background-color:#CC3E48;
	margin-top:20px;
	margin-bottom:20px;
}
#espaceperso a {
	color:#FFFFFF;
	text-decoration:none;
}

.maSelection {
	padding: 0 0 0 20px;

}
.erreur{
	color:#F00;
}
.vert{
	color:#060;
}
