/* 
codes couleurs de référence

bleu foncé :	#000099

rouge : 		#FF0000		univers
rose :			#FF33FF		formules
orange : 		#FF9900
jaune : 		#FFFF00		membres
vert :			#00FF00
bleu clair :	#00FFFF		franchise
violet :		#9900FF
*/

html{
	overflow-y : scroll;
}	

body {
	background: #333333;
	margin:0px;
	padding:0px;
	text-align: center;
	color:#999999;
	font: 0.9em verdana, helvetica, sans-serif;
}
/***************  Pour l'admin  ************************************/
table {
	color:#999999;
	font-size:11px;
	font: Verdana, Arial, Helvetica, sans-serif;
}
.popdiv{
	color:#333333;
	font: 0.9em verdana, helvetica, sans-serif;
}
.actionAction { color:#777777 }
.actionSupprimer { color:#E60039 }
/********************************************************************/
img{
	border:0px;
}


.illu-right{
	border:0px;
	float:right;
	margin-left:5px;
	margin-bottom:5px;
}
.illu-left{
	border:0px;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}

.illu-center{
	border:0px;
	text-align:center;
	margin:10px;
}

.consigne{
	font-size:x-small;
	font-style:italic;
}


/* Habillage standard */
div#corps {
	width:960px;
	margin: 0 auto ;	/* méthode utilisée pour centrer le bloc */
	text-align: left ;	/* pour compenser le centrage d'IE */
	padding:0px;
	background-color:black;
}
h1 {
	font: 1.6em "Trebuchet MS", helvetica, sans-serif ;
	color:#FFFFFF;
}

h2 {
	font: 1.3em "Trebuchet MS", helvetica, sans-serif ;
	color:#006699;
}
h3 {
	font: 1.1em "Trebuchet MS", helvetica, sans-serif;
	color:#CCCCCC;
	font-weight: bold;
}

p {
	color:#999999;
	font: 0.9em verdana, helvetica, sans-serif ;
}
a{
	color:#006699;
}
a:visited{
	color:#006699;
}


/* fin habillage standard */


/* Habillage spécifique univers */
div#univers h1{
	list-style-image: url(puce-univers.png);	
}
div#univers h2{
	color:#FF0000;
}
div#univers a{
	color:#FF0000;
}
div#univers a:visited{
	color:#FF0000;
}
div#univers li{
	list-style-image: url(chevrons-univers.png);	
}
/* fin habillage univers */

/* Habillage spécifique formules */
div#formules h2{
	color:#FF33FF;
}
div#formules a{
	color:#FF33FF;
}
div#formules a:visited{
	color:#FF33FF;
}
div#formules li{
	list-style-image: url(chevrons-formules.png);	
}
/* fin habillage formules */

/* Habillage spécifique membres */
div#membres h2{
	color:#FFFF00;
}
div#membres a{
	color:#FFFF00;
}
div#membres a:visited{
	color:#FFFF00;
}
div#membres li{
	list-style-image: url(chevrons-membres.png);	
}
/* fin habillage membres */


/* Habillage spécifique franchise */
div#franchise h2{
	color:#00FFFF;
}
div#franchise a{
	color:#00FFFF;
}
div#franchise a:visited{
	color:#00FFFF;
}
div#franchise li{
	list-style-image: url(chevrons-franchise.png);
}
/* fin habillage franchise */









/* partie entete */
div#entete{
	width:960px;
	height:340px;
}

div#navigation {
	margin-left:5px;
	font-size:smaller;
	padding:10px;
	font-variant: small-caps;
}
div#navigation a{
	text-decoration: none;
	color:#FF9900;
}
div#navigation a:visited{
	color:#FF9900;
}
div#navigation p{
	height:5px; 
	padding:0; 
	margin:0;
}
div#navi {
	float:left; 
	width:685px;
}
div#recommandation {
	float:left; 
	width:250px;
}

div#navigation-franchise {
	margin-left:25px;
	font-size:smaller;
	padding:10px;
	font-variant: small-caps;
}
div#navigation-franchise a{
	text-decoration: none;
	color:#00FFFF;
}
div#navigation-franchise a:visited{
	color:#00FFFF;
}


/* partie contenu */
div#contenu{
	background-color:black;
	float:left;
	width:950px;
	padding:5px;
}

/* bloc mini : arrondi angle 30, hauteur du dégradé 100*/
.bloc-mini_g{
	float:left;
	height:100px;
	width:30px;
	background-image: url("cadre30x100_g.png");
}
.bloc-mini_d{
	float:left;
	height:100px;
	width:30px;
	background-image: url("cadre30x100_d.png");
}

/* bloc court : arrondi angle 30, hauteur du dégradé 160*/
.bloc-court_g{
	float:left;
	height:160px;
	width:30px;
	background-image: url("cadre30x160_g.png");
}
.bloc-court_d{
	float:left;
	height:160px;
	width:30px;
	background-image: url("cadre30x160_d.png");
}

/* bloc moyen : arrondi angle 30, hauteur du dégradé 260*/
.bloc-moyen_g{
	float:left;
	height:260px;
	width:30px;
	background-image: url("cadre30x260_g.png");
}
.bloc-moyen_d{
	float:left;
	height:260px;
	width:30px;
	background-image: url("cadre30x260_d.png");
}
/* bloc grand : arrondi angle 30, hauteur du dégradé 350*/
.bloc-grand_g{
	float:left;
	height:350px;
	width:30px;
	background-image: url("cadre30x350_g.png");
}
.bloc-grand_d{
	float:left;
	height:350px;
	width:30px;
	background-image: url("cadre30x350_d.png");
}



/*	Page entière	*/
.bloc_1-1{
	float:left;
	width:950px;
}
.bloc_m_1-1{
	float:left;
	width:890px;
}
	/* mini */
	.bloc-mini_1-1{
		float:left;
		width:950px;
		min-height:100px;
		background-color:#000000;
	}
	.bloc-mini_m_1-1 {
		float:left;
		width:890px;
		min-height:100px;
		padding-top:10px;
		background-image: url("cadre30x100_m.png");
		background-repeat:repeat-x;
	}
	/* court */
	.bloc-court_1-1{
		float:left;
		width:950px;
		min-height:160px;
		background-color:#000000;
	}
	.bloc-court_m_1-1 {
		float:left;
		width:890px;
		min-height:160px;
		padding-top:10px;
		background-image: url("cadre30x160_m.png");
		background-repeat:repeat-x;
	}
	
	/* moyen */
	.bloc-moyen_1-1{
		float:left;
		width:950px;
		min-height:260px;
		background-color:#000000;
	}
	.bloc-moyen_m_1-1 {
		float:left;
		width:890px;
		min-height:260px;
		padding-top:10px;
		background-image: url("cadre30x260_m.png");
		background-repeat:repeat-x;
	}

	/* grand */
	.bloc-grand_1-1{
		float:left;
		width:950px;
		min-height:260px;
		background-color:#000000;
	}
	.bloc-grand_m_1-1 {
		float:left;
		width:890px;
		min-height:260px;
		padding-top:10px;
		background-image: url("cadre30x350_m.png");
		background-repeat:repeat-x;
	}
/*	fin Page entière	*/


/*	1/2 Page	*/
.bloc_1-2{
	float:left;
	width:475px;
}
	/* mini */
	.bloc-mini_1-2{
		float:left;
		width:475px;
		min-height:100px;
		background-color:#000000;
	}
	.bloc-mini_m_1-2 {
		float:left;
		width:415px;
		min-height:100px;
		padding-top:10px;
		background-image: url("cadre30x100_m.png");
		background-repeat:repeat-x;
	}
	/* court */
	.bloc-court_1-2{
		float:left;
		width:475px;
		min-height:160px;
		background-color:#000000;
	}
	.bloc-court_m_1-2 {
		float:left;
		width:415px;
		min-height:160px;
		padding-top:10px;
		background-image: url("cadre30x160_m.png");
		background-repeat:repeat-x;
	}
	/* moyen */
	.bloc-moyen_1-2{
		float:left;
		width:475px;
		min-height:260px;
		background-color:#000000;
	}
	.bloc-moyen_m_1-2 {
		float:left;
		width:415px;
		min-height:260px;
		padding-top:10px;
		background-image: url("cadre30x260_m.png");
		background-repeat:repeat-x;
	}
	/* grand */
	.bloc-grand_1-2{
		float:left;
		width:475px;
		min-height:260px;
		background-color:#000000;
	}
	.bloc-grand_m_1-2 {
		float:left;
		width:415px;
		min-height:260px;
		padding-top:10px;
		background-image: url("cadre30x350_m.png");
		background-repeat:repeat-x;
	}
/*	fin 1/2 Page	*/



/*	1/3 Page 	*/
.bloc_1-3{
	float:left;
	width:315px;
}
	/* mini */
	.bloc-mini_1-3{
		float:left;
		width:315px;
		min-height:100px;
		background-color:#000000;
	}
	.bloc-mini_m_1-3 {
		float:left;
		width:255px;
		min-height:100px;
		padding-top:10px;
		background-image: url("cadre30x100_m.png");
		background-repeat:repeat-x;
	}

	/* court */
	.bloc-court_1-3{
		float:left;
		width:315px;
		min-height:160px;
		background-color:#000000;
	}
	.bloc-court_m_1-3 {
		float:left;
		width:255px;
		min-height:160px;
		padding-top:10px;
		background-image: url("cadre30x160_m.png");
		background-repeat:repeat-x;
	}
	/* moyen */
	.bloc-moyen_1-3{
		float:left;
		width:315px;
		min-height:260px;
		background-color:#000000;
	}
	.bloc-moyen_m_1-3 {
		float:left;
		width:255px;
		min-height:260px;
		padding-top:10px;
		background-image: url("cadre30x260_m.png");
		background-repeat:repeat-x;
	}
	/* grand */
	.bloc-grand_1-3{
		float:left;
		width:315px;
		min-height:350px;
		background-color:#000000;
	}
	.bloc-grand_m_1-3 {
		float:left;
		width:255px;
		min-height:350px;
		padding-top:10px;
		background-image: url("cadre30x350_m.png");
		background-repeat:repeat-x;
	}

.bloc_2-3{
	float:left;
	width:635px;
}
	/* mini */
	.bloc-mini_2-3{
		float:left;
		width:635px;
		min-height:100px;
		background-color:#000000;
	}
	.bloc-mini_m_2-3 {
		float:left;
		width:575px;
		min-height:100px;
		padding-top:10px;
		background-image: url("cadre30x100_m.png");
		background-repeat:repeat-x;
	}
	/* court */
	.bloc-court_2-3{
		float:left;
		width:635px;
		min-height:160px;
		background-color:#000000;
	}
	.bloc-court_m_2-3 {
		float:left;
		width:575px;
		min-height:160px;
		padding-top:10px;
		background-image: url("cadre30x160_m.png");
		background-repeat:repeat-x;
	}
	/* moyen */
	.bloc-moyen_2-3{
		float:left;
		width:635px;
		min-height:260px;
		background-color:#000000;
	}
	.bloc-moyen_m_2-3 {
		float:left;
		width:575px;
		min-height:260px;
		padding-top:10px;
		background-image: url("cadre30x260_m.png");
		background-repeat:repeat-x;
	}
	/* grand */
	.bloc-grand_2-3{
		float:left;
		width:635px;
		min-height:350px;
		background-color:#000000;
	}
	.bloc-grand_m_2-3 {
		float:left;
		width:575px;
		min-height:350px;
		padding-top:10px;
		background-image: url("cadre30x350_m.png");
		background-repeat:repeat-x;
	}
	
/*	fin 1/3 Page 	*/





/*	1/4 Page	*/
.bloc_1-4{
	float:left;
	width:237px;
}
	/* mini */
	.bloc-mini_1-4{
		float:left;
		width:237px;
		min-height:100px;
		background-color:#000000;
	}
	.bloc-mini_m_1-4 {
		float:left;
		width:177px;
		min-height:100px;
		padding-top:10px;
		background-image: url("cadre30x100_m.png");
		background-repeat:repeat-x;
	}

	/* court */
	.bloc-court_1-4{
		float:left;
		width:237px;
		min-height:160px;
		background-color:#000000;
	}
	.bloc-court_m_1-4 {
		float:left;
		width:177px;
		min-height:160px;
		padding-top:10px;
		background-image: url("cadre30x160_m.png");
		background-repeat:repeat-x;
	}

	/* moyen */
	.bloc-moyen_1-4{
		float:left;
		width:237px;
		min-height:260px;
		background-color:#000000;
	}
	.bloc-moyen_m_1-4 {
		float:left;
		width:177px;
		min-height:260px;
		padding-top:10px;
		background-image: url("cadre30x260_m.png");
		background-repeat:repeat-x;
	}
	/* grand */
	.bloc-grand_1-4{
		float:left;
		width:237px;
		min-height:350px;
		background-color:#000000;
	}
	.bloc-grand_m_1-4 {
		float:left;
		width:177px;
		min-height:350px;
		padding-top:10px;
		background-image: url("cadre30x350_m.png");
		background-repeat:repeat-x;
	}

.bloc_3-4{
	float:left;
	width:713px;
}
	/* mini */
	.bloc-mini_3-4{
		float:left;
		width:713px;
		min-height:100px;
		background-color:#000000;
	}
	.bloc-mini_m_3-4 {
		float:left;
		width:653px;
		min-height:100px;
		padding-top:10px;
		background-image: url("cadre30x100_m.png");
		background-repeat:repeat-x;
	}

	/* court */
	.bloc-court_3-4{
		float:left;
		width:713px;
		min-height:160px;
		background-color:#000000;
	}
	.bloc-court_m_3-4 {
		float:left;
		width:653px;
		min-height:160px;
		padding-top:10px;
		background-image: url("cadre30x160_m.png");
		background-repeat:repeat-x;
	}
	
	/* moyen */
	.bloc-moyen_3-4{
		float:left;
		width:713px;
		min-height:260px;
		background-color:#000000;
	}
	.bloc-moyen_m_3-4 {
		float:left;
		width:653px;
		min-height:260px;
		padding-top:10px;
		background-image: url("cadre30x260_m.png");
		background-repeat:repeat-x;
	}
	/* grand */
	.bloc-grand_3-4{
		float:left;
		width:713px;
		min-height:350px;
		background-color:#000000;
	}
	.bloc-grand_m_3-4 {
		float:left;
		width:653px;
		min-height:350px;
		padding-top:10px;
		background-image: url("cadre30x350_m.png");
		background-repeat:repeat-x;
	}
/*	fin 1/4 Page	*/

/*	1/5 page	*/
.bloc_1-5{
	float:left;
	width:190px;
}
	/* court */
	.bloc-court_1-5{
		float:left;
		width:190px;
		min-height:160px;
		background-color:#000000;
	}
	.bloc-court_m_1-5 {
		float:left;
		width:130px;
		min-height:160px;
		padding-top:10px;
		background-image: url("cadre30x160_m.png");
		background-repeat:repeat-x;
	}
.bloc_2-5{
	float:left;
	width:380px;
}
	.bloc-court_2-5{
		float:left;
		width:380px;
		min-height:160px;
		background-color:#000000;
	}
	.bloc-court_m_2-5{
		float:left;
		width:320px;
		min-height:160px;
		padding-top:10px;
		background-image: url("cadre30x160_m.png");
		background-repeat:repeat-x;
	}
	.bloc-moyen_2-5{
		float:left;
		width:380px;
		min-height:260px;
		background-color:#000000;
	}
	.bloc-moyen_m_2-5{
		float:left;
		width:320px;
		min-height:260px;
		padding-top:10px;
		background-image: url("cadre30x260_m.png");
		background-repeat:repeat-x;
	}
.bloc_4-5{
	float:left;
	width:760px;
}
	.bloc-moyen_4-5{
		float:left;
		width:760px;
		min-height:260px;
		background-color:#000000;
	}
	.bloc-moyen_m_4-5{
		float:left;
		width:700px;
		min-height:260px;
		padding-top:10px;
		background-image: url("cadre30x260_m.png");
		background-repeat:repeat-x;
	}
/*	fin 1/5 page	*/


/*	1/7 page	*/
.bloc_1-7{
	float:left;
	width:135px;
}
	/* court */
	.bloc-court_1-7{
		float:left;
		width:135px;
		min-height:160px;
		background-color:#000000;
	}
	.bloc-court_m_1-7 {
		float:left;
		width:75px;
		min-height:160px;
		padding-top:10px;
		background-image: url("cadre30x160_m.png");
		background-repeat:repeat-x;
	}
	
.bloc_5-7{
	float:left;
	width:675px;
}
	/* court */
	.bloc-court_5-7{
		float:left;
		width:675px;
		min-height:160px;
		background-color:#000000;
	}
	.bloc-court_m_5-7 {
		float:left;
		width:615px;
		min-height:160px;
		padding-top:10px;
		background-image: url("cadre30x160_m.png");
		background-repeat:repeat-x;
	}
/*	fin 1/7 page	*/
















/* Bloc intégration iframe */
.bloc-frame {
	margin-left:10px;
	margin-right:10px;
	width:930px;
}
.bloc-frame_h {
	width:930px;
	height:30px;
	background-image: url("bloc-frame_h.png");
}
.bloc-frame_m {
/*	width:930px;*/
	width:850px;
	padding-left:80px;
	background-image: url("bloc-frame_m.png");
}
.bloc-frame_b {
	width:930px;
	height:30px;
	background-image: url("bloc-frame_b.png");
}
.bloc-frame p  h1  h2  h3{
	padding-left:10px;
}
.bloc-frame iframe {
	width:780px;
	height:800px;
}



div#recommander {
	width:580px;
	height:550px;
}
.bloc-recommander{
	float:left;
	width:580px;
	min-height:160px;
	background-color:#000000;
}
.bloc-recommander_g{
	float:left;
	height:160px;
	width:30px;
	background-image: url("cadre30x160_g.png");
}
.bloc-recommander_d{
	float:left;
	height:160px;
	width:30px;
	background-image: url("cadre30x160_d.png");
}
.bloc-recommander_m {
	float:left;
	width:500px;
	min-height:160px;
	padding-top:10px;
	background-image: url("cadre30x160_m.png");
	background-repeat:repeat-x;
}
.orange{
	color:#F90;
	font-size:12px;
}
.noir{
	color:#000;
	font-size:12px;
}






/* partie pied de page */
div#pied-page{
	float:left;
	margin:5px;
	width:940px;
	background-image: url("pied-page_m.png");
	background-color:black;
	font-size:0.7em;
}
div#pied-page_h {
	float:left;
	width:940px;
	height:20px;
	background-image: url("pied-page_h.png");
}
div#pied-page_b {
	float:left;
	width:940px;
	height:20px;
	background-image: url("pied-page_b.png");
}

div#pied-page_m {
	text-align:center;
}

div#pied-page_m ul{
	list-style-type: none;
}
div#pied-page_m li{
	float: left;
	padding:5px;
	list-style-image: none;
}
div#pied-page_m a{
	color:#666666;
}
div#pied-page_m a:visited{
	color:#666666;
}

div#actualite h1{
	font: 1.3em "Trebuchet MS", helvetica, sans-serif ;
	padding: 0; margin: 0; border: 0;
}

div#actualite h2{
	font: 1.1em "Trebuchet MS", helvetica, sans-serif;
	color:#CCCCCC;
	font-weight: bold;
	padding: 0; margin: 0; border: 0;
	padding-left:15px;
}
div#actualite h3{
	font: 1.1em "Trebuchet MS", helvetica, sans-serif;
	color:#999999;
	font-weight: bold;
	padding: 0; margin: 0; border: 0;
	padding-left:10px;
}


/*******************  PAGINATION ****************************/

div.pagination {
    font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding: 3px;
    margin: 3px
}
div.pagination a {
    background-color: #000000;
    border: 1px solid #9aafe5;
    color: #FFFFFF;
    margin: 1px;
    padding: 2px 5px;
    text-decoration: none
}
div.pagination a:hover,active {
    background-color: #666666;
    border: 1px solid #9aafe5;
    color: #FFFFFF;
    margin: 1px;
    padding: 2px 5px
}
div.pagination span.courante {
    background-color: #000000;
    border: 1px solid #FF9900;
    color: #fff;
    font-weight: bold;
    margin: 1px;
    padding: 2px 5px
}
div.pagination span.desactive {
    background-color: #333333;
    border: 1px solid #eee;
    color: #ddd;
    margin: 1px;
    padding: 2px 5px
}



