img
{
	border: none;
	margin:0;
	padding:0;
}

body
{
	font-family:Verdana;
	font-size: 11px;
	color: #000000;
	margin: 0;
	background: #ffffff;
}

/*Met tout le temps le scroll a droite (evite le jump sous ff) */
html
{
	overflow-y:scroll;
}

#haut
{
	width:100%;
	display:block;
	background: #3452F1 url('./images/f_haut.png') repeat-x;
	height:102px;
	float:left;
}

/* Place le menu entre haut et milieu */
#espaceMenu
{
	float:left;
	width:100%;
	background: #888888 url('./images/f_menu.png') repeat-x;
	height:30px;
}

#milieu
{
	width:100%;
	background: #ffffff;
	padding-bottom:10px;
	float:left;
}

#milieu #contenu
{
	padding:1%;
	width:98%;
}

#contenu a.lien,#contenu a.lien:link,#contenu a.lien:visited
{
	color:#000000;
	text-decoration:none;
	border-bottom:1px dotted #000000;
}

#contenu a.lien:hover
{
	color:#000000;
	text-decoration:none;
	border-bottom:1px solid #000000;
}

#milieu #contenuVeilleInfo
{
	padding:1%;
	width:98%;
	background-color:#ffffff;
}

#bas
{
	text-align:center;
	width:100%;
	background: transparent url('./images/f_bas.png') repeat-x 0% 0%;
	height:30px;
	float:left;
}

.Titre
{
	font-weight:bold;
	font-size:12px;
	border-bottom:1px dotted #000000;
	text-align:left;
	padding:0px 0px 0px 30px;
	margin-bottom:10px;
	background: transparent url('./images/puce.png') no-repeat 0% 0%;
}

a.css3button
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color: #ffffff;
	padding: 14px 20px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#5f8cd9 70%,
		#369ecf 70%,
		#000dff);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.70, #5f8cd9),
		color-stop(0.70, #369ecf),
		to(#000dff));
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border: 1px solid #4400ff;
	-moz-box-shadow:
		4px 4px 5px rgba(000,000,000,0.5),
		inset 0px 0px 4px rgba(255,255,255,1);
	-webkit-box-shadow:
		4px 4px 5px rgba(000,000,000,0.5),
		inset 0px 0px 4px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(000,000,000,0.4);
	margin:20px;
	display:block;
}

a.css3button:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color: #ffffff;
	padding: 14px 20px;
	background: -moz-linear-gradient(
		top,
		#000dff 0%,
		#369ecf 70%,
		#5f8cd9 70%,
		#ffffff);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#000dff),
		color-stop(0.70, #369ecf),
		color-stop(0.70, #5f8cd9),
		to(#ffffff));
}


