/* auteur: Pierre Krakowiecki */
/* Date de creation: 18/11/2009 */
/* Date de modification: 29/11/2009 */
/* ------- NOUVELLES DECLARATIONS CSS -------*/
*{
	border: none;
}
html{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

body{
	background: #39c0e6;
	font-family: verdana, arial;
	padding: 0;
	margin: 0;
}

a{
	color: #003366;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
}
a.header_lien{
	display: block;
}
div#nuage{
	position: relative;
	top: 0;
	left: 0;
	border: 0px solid #777;
	width: 420px;
	height: 270px;
}
div#msg_compatibilite{
	background: url(../img/transparent_1x1_50.png) repeat;
	margin-bottom: 3px;
	position: fixed;
	width: 500px;
	bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #aaa;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #333;
	display: none;	/* background.js vérifie la valeur de display (block || none) */
}
div#msg_compatibilite p{
	color: #000;
}
div.debug{
	background: url(../img/transparent_10x10.gif) repeat;
	border: 1px solid grey;
	position: fixed;
	top: 0;
	left: 0;
	width: 200px;
	height: 300px;
	font-family: monospace;
	font-size: 11px;
}

