html {
	height: 100%;
}

body {
	background-color : green;
	background-image:url("rain-gimp.png");
	margin: 0 0 0 0;/* ne pas décaler les images */
	padding: 0;
	height: 100%;
	color:black;
}

img {
	border: none; /* Pas de bordure */
}

label {
	width: 300px;
	float: left;
}

fieldset label, .normal {
	width: 0px;
	float: none;
}
#cote_gauche, #cote_droite {
	min-height: 100%;
	width:30px;
	/*display:block;*/
}

#cote_gauche {
	position:fixed;
	background-image:url("cote_gauche.png");
}

#cote_droite {
	background-image:url("cote_droit.png");
	position:fixed;
	top:0px;
	right:0px;
}

#global {
	background-image:url("fond1.gif");
	margin-left:30px;
	margin-right:30px;
	min-height: 100%;/*pour mettre du blanc qd pas bcp de texte*/
}

#ciel {
	background-color : black;
	height:100px;
	/*margin-left:15px;*/
}

#cmenu {
	/*display:block;
	margin-right:50%;*/
	margin-left:20%;
	margin-top:1px;
}

#corps {
	margin:50px 20px 0px 20px;
	padding-bottom:20px;
}

#pages_news a {
	text-decoration:none;
}

#pages_news a:visited {
	color:blue;
}

.au_milieu {
	text-align : center;
}

/* News */

.entetenews {
	padding-left:22px;
	background-image:url("entete_news.png");
	background-repeat: no-repeat;
	height:20px;
	margin-left:-10px;
}

.corpsnews {
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	padding-left:10px;
}

.corpsnews p {
	margin:0;
}

#compteur {
	float:right;
	line-height : 36px;
}

#compteur p {
	float:left;
	margin:0 0 0 0;
	background-image:url("principal_bg.png");
	background-repeat:x;
	font-weight : bold; /* on met le texte en gras */
	font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
	font-size : 12px; /* hauteur du texte : 12 pixels */
}

