/* Général */
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color:#FFFFFF;
}
* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#454545;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
li{
	list-style:none;
	padding-left:15px;
}

.liens-gauche{

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#CCCCCC;
	text-decoration:none;
	
}





/***********************MENU*************************/

.coteDroitMenuOff{
background-image:url(../image/menu/cd-out.jpg);
background-repeat: no-repeat;
width:10px;
cursor:pointer;
}
.coteGaucheMenuOff{
background-image:url(../image/menu/cg-out.jpg);
background-repeat: no-repeat;
width:10px;
cursor:pointer;
}
.fondMenuOff{
background-image:url(../image/menu/centre-out.jpg);
background-repeat:repeat-x;
cursor:pointer;
}


.coteDroitMenuOver{
background-image:url(../image/menu/cd-over.jpg);
background-repeat: no-repeat;
width:10px;
cursor:pointer;
}
.coteGaucheMenuOver{
background-image:url(../image/menu/cg-over.jpg);
background-repeat: no-repeat;
width:10px;
cursor:pointer;
}
.fondMenuOver{
background-image:url(../image/menu/centre-over.jpg);
background-repeat:repeat-x;
cursor:pointer;
}















/* Taille (vérifier avant de créer)*/
/* Largeur dans l'ordre*/
.W2{
	width:2px;
}
.W5{
	width:5px;
}
.W6{
	width:6px;
}
.W7{
	width:7px;
}
.W13{
	width:13px;
}
.W15{
	width:15px;
}
.W25{
	width:25px;
}
.W31{
	width:31px;
}
.W40{
	width:40px;
}
.W55{
	width:55px;
}
.W65{
	width:65px;
}
.W70{
	width:70px;
}
.W90{
	width:90px;
}
.W124{
	width:124px;
}
.W127{
	width:127px;
}
.W140{
	width:140px;
}
.W147{
	width:147px;
}
.W150{
	width:150px;
}
.W178{
	width:178px;
}
.W202{
	width:202px;
}
.W218{
	width:218px;
}
.W250{
	width:250px;
}
.W265{
	width:265px;
}
.W291{
	width:291px;
}
.W418{
	width:418px;
}
.W420{
	width:420px;
}
.W553{
	width:553px;
}
.W787{
	width:787px;
}
.WM{
	width:100%;
}
.WDEMI{
	width:50%;
}
/* Hauteur dans l'ordre*/
.H2{
	height:2px;
}
.H3{
	height:3px;
}
.H4{
	height:4px;
}
.H5{
	height:5px;
}
.H9{
	height:9px;
}
.H15{
	height:15px;
}
.H18{
	height:18px;
}
.H19{
	height:19px;
}
.H20{

	height:20px;
}
.H22{
	height:22px;
}
.H26{
	height:26px;
}
.H28{
	height:28px;
}
.H29{
	height:29px;
}
.H32{
	height:32px;
}
.H35{
	height:35px;
}
.H60{
	height:60px;
}
.H66{
	height:66px;
}
.H70{
	height:70px;
}
.H90{
	height:90px;
}
.H91{
	height:91px;
}
.H119{
	height:119px;
}
.H125{
	height:135px;
}
.HM{
	height:100%;
}

.separateurColGauche{
	height:2px;
}
