/* Styles CSS */

body {
	background-repeat:repeat-x;
	font-family: Arial;
	font-size: 11px;
}
a {
	color:#000000;
}
a:hover {
	color:#005447;
}

/* Formulaire */
input {
	font-family: Arial;
	font-size: 11px;
}
input.bouton {
	border:1px solid #000000;
	background-color:#FFFFFF;
	color:#000000;
}
.intitule {
	text-align:right;
}
/* Page d'accueil */
table.accueil {
	height:586px;
	background-image:url(../images/accueil/fond_page.jpg);
	background-repeat:no-repeat;
}
td.bloc_vert {
	background-image:url(../images/accueil/cadre_vert_centre.png);
	width:264px;
	padding:5px 20px 0;
	vertical-align:top;
}

td.bloc_blanc {
	background-image:url(../images/accueil/cadre_blanc_centre.png);
}
td.bloc_blanc .texte {
	text-align:center;
}

.texte_vert {
	color: #005447;
	text-align:right;
	font-size: 12px;
}
.texte_gras {
	color: #000000;
	font-size: 12px;
	font-weight:bold;
	text-align:right;
}

/* Pages intérieures */
table.page_int {
	background-image:url(../images/fond_page.gif);
	background-repeat:no-repeat;
	
}
td.accueil {
	vertical-align:top;
	padding:35px 120px 0 30px;
}
td.accueil a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
td.baseline {
	text-align:center;
	font-size: 22px;
	padding:10px 270px 5px 120px;
}
h1 {
	margin:0;
	color:#F6BA15;
	font-size: 22px;
}
.texte {
}
div.bloc {
	margin:0 0 10px 0;
	padding:0;
	font-size: 10px;
	width:300px;
}
div.image_gauche {
	float:left;
	margin-right:10px;
}
div.image_droite {
	float:right;
	margin-left:10px;
}
div.bloc span.gras {
	font-size:12px;
	font-weight:bold;
}

.tableau {
	border-top:1px solid #005447;
	border-left:1px solid #005447;
}
.tableau td {
	border-bottom:1px solid #005447;
	border-right:1px solid #005447;
	padding:5px;
}
/* Pied de page */
td.footer {
	font-size: 10px;
	background-image:url(../images/fond_footer.jpg);
	background-repeat:no-repeat;
	text-align:center;
	padding:20px 0 10px 50px;
}