/* CSS Document */
* {
	font-family: Geneva, Arial, Helvetica, sans-serif; margin: 0;
}
a {cursor: hand; text-decoration: none;}
a:link {color: #CC3;}
a:visited {color: #CC3;}
a:hover {color: #FF6;}
a:active {color: #963;}

input:text {cursor: text;}

input {cursor: hand;}

body {
cursor: default;
	background: #996 url(http://www.compo-media.com/demo/img/fond.jpg) repeat-x;
	margin:0; 
	padding:0;
	color: #fff;
	border: 0;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.fond2 {
	background: #333 url(http://www.compo-media.com/demo/img/fond2.jpg) repeat-x;
}
.fond3 {background: #666 url(http://www.compo-media.com/demo/img/fond3.jpg) repeat-x;}
.fond4 {background: #999 url(http://www.compo-media.com/demo/img/fond4.jpg) repeat-x;}
.grandtitre {font-size: 18px;}
.titre {font-size: 16px;}
.soustitre {font-size: 14px;}
.intertitre {font-size: 11px;}
.texte {font-size: 11px;}
.note {font-size: 9.5px;}
/*hr {
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 5px;
	border: 0;
	padding: 0;
}*/
.ligne2 {
	border: 0;
	height: 1px;
	background: url(http://www.compo-media.com/demo/img/ligne2.gif);
	margin: 5 0 5 0px;
	background-repeat: no-repeat;
}
.ligne3 {
	border: 0;
	height: 1px;
	background: url(http://www.compo-media.com/demo/img/ligne3.gif);
	margin: 5 0 5 0px;
	background-repeat: no-repeat;
}
