  /*////////////////
 ///// Règles /////
////////////////*/

/* Convention de nommage : camelCase + conteneurTypeLibellé */
/* Hiérarchisation :
   1. Le positionnement => display – visibility – position – top/right/bottom/left – z-index – float – clear
   2. Les marges et bordures => margin – padding – border
   3. Les dimensions => width – height – min-width/max-width – min-height/max-height
   4. Les propriétés de texte => font – line-height – text-align – text-indent – text-decoration – text-transform – letter-spacing – word-spacing – color
   5. L'arrière-plan => background */


  /*//////////////////
 ///// Couleurs /////
//////////////////*/

/* Couleur de fond: #ff8800 */


  /*/////////////////
 ///// Imports /////
/////////////////*/

@import url(general.css);
@import url(forms.css);
@import url(typos.css);
@import url(img.css);
@import url(menu.css);
@import url(tabs.css);


  /*//////////////////////////
 ///// Classes globales /////
//////////////////////////*/

#bodySkin {
	/*background-color:#ff8800;*/
	background-color:#1d6b0a;
	background-image:url(../../front/img/flashmarques/0610/fond.gif);
	background-position:center;
	background-repeat:repeat-y;
	width:100%;
	height:100%;
}

#bodySkinLeft {
	background-image:url(../../front/img/flashmarques/0610/fond_gauche.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#bodySkinCenter {
	background-color:#FFFFFF;
}

#bodySkinRight {
	background-image:url(../../front/img/flashmarques/0610/fond_droit.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#header {
	background-image:url(../../front/img/flashmarques/0610/header.jpg);
	background-repeat:no-repeat;
	width:990px;
	height:141px;
	position:relative;
}