/*
 * Feuille de style CSS
 * @copyright 2009 Kerys Gildas HEMON
 * Pages kerys.com
*/
/*Commentaire*/
/* General

*/
* { margin: 0px;  border:0px;list-style:none;}
body {
		color: #333;
		border-top: 4px solid #142F82;
		margin: 0;
		padding: 5px 0 0 0;
		font-family: Verdana, Helvetica, Arial, Tahoma, Verdana, sans-serif;
		background: #FFF url("../images/fond_bleu.jpg") repeat-x top left;}

a:link{
		color: #333;
		text-decoration:none}
a:visited{
		color: #333;
		text-decoration:none}
a:active{
		color: #333;
		text-decoration:none}
a:hover{
		color: #0000FF;
		text-decoration:underline overline}

.texte_chercher {
	margin-bottom: -1px;
	font-size: 11px;
	font-weight: 600;
	font-style: italic;
	}
.bouton_chercher {
	margin-bottom: -4px;
	padding-left: 2px;
	}
.chercher {
		background-color: #FFFFFF;
		font-weight: 400;
		color: #663300;
		border: solid #000 1px;
		font-size: 11px;
		 }

.legales {
		font-size: 11px;
		font-weight: 500;
		text-align: left;
		color: #FFFFFF;
		height: 10px;
		width: 265px;
		border: #333300;
		padding-right: 3px;
		padding-bottom: 3px;
		padding-left: 25px;
		}

.pres {
		font-size: 14px;
		font-weight: 500;
		text-align: left;
		color: #333;
		font-style: italic;
		margin-left: 6px;
		margin-top: 6px;
		display: block;
		width: 332px;
		height: 169px;
		}
#pied { margin:10px 0 0 0;
		padding:10px 0;
		color:#999;
		font:normal 12px "Trebuchet MS";
		text-align:right;
		border-top:dotted 1px #999
		}

#barre_menu {
	font-size: 10px;
	font-style: italic;
	font-weight: 600;
	text-align: center;
	line-height: 9px;
}

#flag img{
	margin-right: 4px;
}
