/**
 * Definition des elements generaux.
 *
 * Normalement il n'y a pas besoin de toucher a ce fichier.
 */

* {

	font-size : 1em ;

	margin : 0 ;

	padding : 0

}

body , html {

	width : 100% ;

	height : 100% ;

}

body {

	background-color : #58A4DE ;

	font-family : Verdana , sans-serif ;

	font-size : 62.6% ;

	color : #333 ;

	text-align : center ;

	background-image : url( '../img/fond.png' ) ;

	background-position : 0 0 ;

	background-repeat : repeat-x ;

}

.cacher {

	display : block ;

	margin-top : -10000px ;

	position : absolute ;

}

img {

	border : 0

}

.clearer {

	display : block ;

	clear : both ;

	font-size : 0 ;

	line-height : 0 ;

}

a {

	color : #ffa200 ;

}

a:hover {

	text-decoration : none ;

}

ul {

	list-style-type : none ;

}

.gras {

	font-weight : bold ;

}

.puce_bleue {

	background-image : url( '../img/puce_bleue.gif' ) ;

	background-position : 0 2px ;

	background-repeat : no-repeat ;

	padding-left : 9px ;

}

.color_blue {

	color : #3e98df ;

}
