/* redefinition des valeurs par default */
* {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: justify;
	cursor:default;
	border:0px;
}
/* gestion du body pour que ie soit gentils */
body {
	overflow:hidden;
	width:100%;
	height:100%;
	position:absolute;
}
/* gestion des puces de liste sensibles */
ul{
	padding:0px;
	margin-left:40px;
}
li{
	list-style-position: outside;
	list-style-image: url(img/usb_logo.gif);
	margin-top:13px;
}
li:hover {
	list-style-image:url(img/usb_logo2.gif);
}
/* definition des proppriétées pour les h */
h5{
	font-size:12px;
}
h3{
	font-size:25px;
	font-weight: bold;
	display:block;
	margin-top:15px;
	margin-left:155px;
	margin-bottom:20px;
	float:left;
	letter-spacing:2px;
}
/* placement de l'image du geek-moi */
#geek {
	position: absolute;
	z-index: 7;
	right: 2px;
	bottom: 4px;
}
/* planque du preload */
#preload{
	display:none;
}
/* placement des zones contain dans la page + titres sensibles partiellement*/
#hg,#hd,#bd,#bg {
	position: absolute;
	height: 50%;
	width: 50%;
	z-index:6;
	background-repeat: no-repeat;
}
#hg {
	left: 0px;
	top: 0px;
	color:#ed1801;
	background-color:inherit;
}
#hd {
	left: 50%;
	top: 0px;
	color:#7602a8;
	background-color:inherit;
}
#bg {
	left: 0px;
	top: 50%;
	color:#8cce11;
	background-color:inherit;
}
#bd {
	left: 50%;
	top: 50%;
}
/* gestion des titres sensibles */
/* mise en place*/
h2{
	display:none;
}
#hdtitle,#hgtitle,#bgtitle{
	background-repeat: no-repeat;
	height:50px;
	width:100%;
	position:absolute;
	z-index:6;
}
#hdtitle{
	background-image: url(img/titre/titre2i.gif);
	background-position: right top;
	top:0px;
	right:0px;
}
#hgtitle{
	background-image: url(img/titre/title1i.gif);
	background-position: left top;
	top:0px;
	left:0px;
}
#bgtitle{
	background-image: url(img/titre/titre3i.gif);
	background-position: left bottom;
	bottom:0px;
	left:0px;
}
/* activation */
#hg:hover #hgtitle{
	background-image: url(img/titre/title1h.gif);
}
#hd:hover #hdtitle{
	background-image: url(img/titre/titre2h.gif);
}
#bg:hover #bgtitle{
	background-image: url(img/titre/titre3h.gif);
}
/* pofondeur + couleur de fond  sensible*/
#hg:hover,#hd:hover,#bg:hover {
	background-color:#F2F2F2;
	z-index:5;
}
#hg:hover {
	color:#ed1801;
}
#hd:hover {
	color:#7602a8;
}
#bg:hover {
	color:#8cce11;
}
/* placer les bordures + tronche grise */
#hdsupa,#hdsupb,#hdsupc,#hgsupa,#hgsupb,#hgsupc,#bgsupa,#bgsupb,#bgsupc{
	position:absolute;
}
#hdsupa,#hgsupa,#bgsupa{
	width:100%;
	height:1px;
	background-repeat:repeat-x;
	z-index:7;
}
#hdsupb,#hgsupb,#bgsupb{
	height:100%;
	width:1px;
	background-repeat:repeat-y;
	z-index:7;
}
#hdsupc,#hgsupc,#bgsupc{
	background-repeat:no-repeat;
	z-index:4;
	width:150px;
}
#hdsupa,#hdsupb{
	background-image:url(img/bordure/hd.gif);
	background-position:left bottom;
}
#hdsupa{
	left:150px;
	bottom:0px;
}
#hgsupb,#hgsupa{
	background-image:url(img/bordure/hg.gif);
	background-position:right bottom;
}
#hgsupa{
	right:150px;
	bottom:0px;
}
#bgsupb,#bgsupa{
	background-image:url(img/bordure/bg.gif);
	background-position:right top;
}
#bgsupa{
	right:150px;
	top:0px;
}
#hdsupb,#hdsupc{
	left:0px;
	bottom:150px;
}
#hdsupc{
	background-image:url(img/gris.gif);
	background-position:left center;
	top:0px;
}
#hgsupb,#hgsupc{
	right:0px;
	bottom:150px;
}
#hgsupc{
	background-image:url(img/gris2.gif);
	background-position:right center;
	top:0px;
}
#bgsupb,#bgsupc{
	right:0px;
	top:150px;
}
#bgsupc{
	background-image:url(img/gris3.gif);
	background-position:right center;
	bottom:0px;
}
/* gestion des couleur sensibles des listes */
#hg li:hover {
	color:#A51101;
	background-color:inherit;
}
#hd li:hover {
	color:#4D016D;
	background-color:inherit;
}
#bg li:hover {
	color:#64930D;
	background-color:inherit;
}
/* gestion de la disparition du contenu */
#hg #conthg,#hd #conthd,#bg #contbg,#hd #hdsup,#hg #hgsup,#bg #bgsup{
	display:none;
}
#hg:hover #conthg,#hd:hover #conthd,#bg:hover #contbg,#hd:hover #hdsup,#hg:hover #hgsup,#bg:hover #bgsup{
	display:block;
}
/* placement des div conteneur de texte */
#conthg,#conthd,#contbg {
	overflow:auto;
	position:absolute;
}
#conthg {
	top:60px;
	bottom:10px;
	left:10px;
	right:160px;
}
#conthd {
	top:60px;
	bottom:10px;
	left:160px;
	right:10px;
}
#contbg {
	top:10px;
	bottom:60px;
	left:10px;
	right:160px;
}
/* reglages propre à HD */
#conthd li{
	margin-top:6px;
}
#conthd h5{
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 4px;
}
/* reglages propre à BD */
#bd h3{
	color:#f2b562;
	background-color:inherit;
}
#contbd{
	margin-top:160px;
}
#contbdsous{
	float:left;
	margin:0px;
	margin-right:10px;
	width:140px;
	padding:5px;
	background-color:#DFF9AE;
	color:#999999;
}
#contbdsous2{
	margin-left:160px;
	padding-top:5px;
	color:#999999;
	background-color:inherit;
}
/* gestion des images */
#conthg img,#contbg img{
	display:block;
	float:left;
	margin:4px;
}
#conthd img{
	float:right;
	margin-top:-1px;
}
/* gestion du carre pop art */
#hdimgc,#hgimgc,#bdimgc,#bgimgc{
	height:150px;
	width:150px;
	position:absolute;
}
#hdimgc{
	left:0px;
	bottom:0px;
	background-image:url(img/rouge.gif);
}
#hgimgc{
	right:0px;
	bottom:0px;
	background-image:url(img/sable.gif);
}
#bdimgc{
	left:0px;
	top:0px;
	background-image:url(img/vert.gif);
}
#bgimgc{
	right:0px;
	top:0px;
	background-image:url(img/violet.gif);
}