/* CSS Document */

#content {
	margin-left:180px;
	border-left:solid 1px #999;	
	-width: 792px;
	/* Pour ie6 exclusivement
	width = 976 - 170 - 2*5 = 796 (-4 ?)
	-margin-left:0;
	-float:left;
	 */
}

/* Menu ul Liens-boutons */

/*
#menu {
	float:left;
	width:170px;
	padding:5px;
	background-color:#f5f5f5;
}

#menu ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:5px;
	margin:0px;
	list-style-type: none;
} 

menu ul li {
	margin-bottom: 2px;
}

#menu ul a {
	margin:10px;
	padding:3px 5px;
	width: 120px; 
	display: block;
	text-align: left;
	text-decoration: none;
	color: #000;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
}
*/
	/*
	font-size:0.9em;
	font-size:11px;
	background-color: #eee;
	border: 1px solid #e2e2e2;
	height: 16px;
	text-align: center;
	font-weight:bold;
	*/
/*	 
#menu ul a:hover {
	background: #ccc;
	border: 1px solid gray; 
	text-decoration: underline;
}
#menu ul a.select {
	text-decoration: none;
	background: #fff;
	border: 1px solid gray; 
}

#menu ul a .img5r {
	float:left;
	margin:0 5px;
}
#menu ul a .img5 {
	float:left;
	margin-right:5px;
}
*/

/* Liens contact */

.lnkTest { color: #0000FF; text-decoration: underline; font-size:12px;}
.lnkTest:hover { text-decoration: underline; background: #e4ecf2; }
.lnkTest:active { text-decoration: underline; background: #e4ecf2; }

/* Pavés contact */
.case_rub {
	/* 
	border:1px solid #000;
	-background-image: url(rub-Jocatop_02.gif);
	vertical-align: top;
	font-family:"Arial Black", Arial, Verdana;
	width: 240px;
	padding-top: 0px;
	border: 1px dotted #f00;
	*/
	background-image: url(rub-Jocatop_03.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 115px;
	cursor: pointer;
	margin:0;
	padding:0;
	}
.rub {
	width: 180px;
	margin:0 auto;
}
.rub p {
	text-align:left;
	font-family:"Trebuchet MS", Arial, Tahoma;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	margin:0;
	padding:0;
}
.rub img {
	float: left;
	margin-right: 10px;
}
/* Rubriques contact */

.case {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f5f5f5;
	border: inset 1px #ccc;

	border-top: solid 1px #555;
	border-left: solid 1px #555;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
.titre_rubrique {
	background-color: #E8E8E8;
	border-bottom: solid 1px #ccc;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 5px 4px;
}
.ss_titre_rubrique {
	font-size: 12px;
	font-weight: bold;
	background-color: #E8E8E8;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	margin: 10px 0;
	padding: 3px 8px;
}
.rubrique {
	margin: 2px 8px;
}
.rubrique p {
	padding: 0;
	margin: 10px 0 6px 10px;
}
.rubrique .nom {
	font-family: "Trebuchet MS";
	font-family: "Arial Black";
	font-family: "Tahoma";
	border-bottom:solid 1px #000000;
	font-weight: bold;
	/*
	*/
	font-size: 17px;
	padding: 0;
	margin: 15px 0 5px 0;
}
.rubrique .rep {
	font-size:12px;
	font-weight:bold;
	padding: 0;
	margin: 0 0 2px 10px;
}
.Style1 {
	font-size: 11px;
	font-style: italic;
}
.Style2 {
	font-size: 11px
}
.red {
	color: #ff0000;
}
.big {
	font-size: 14px;
	font-weight: bold;
}

