/** Structure du site **/

*, h2, h3, img
{
	margin:0;
	padding:0;
	font-family:Verdana;
	font-size:11px;
	color:#4C6DB4;
	font-weight:bold;
}

h1 {
	font-size:large;
	color:#0033CC;
	font-weight:900;
	}
h2 {
	text-decoration:underline;
	}


p
{
	padding:3px 7px;
}
a img
{
	border:2px solid #fcb505;

}

div#wrapper
{
	position:relative;
	text-align:left;
	width:800px;
	height:600px;
	margin:0 auto;
}

div#site
{
	position:absolute;
	top:0;
	width:800px;
	height:600px;
	border:1px solid #FA871D;
}
img#headerLogo{background-color:#FA871D;width:800px;height:100px;}

div#pageFooter
{
	position:absolute;
	bottom:0;
	height:20px;
	width:800px;
	background-image:url("/themes/fastring/images/footer_fast_ring.gif");
	background-repeat:no-repeat;
	line-height:20px;
}
div#pageFooter a
{
text-align:right;
color:white;
padding:0 10px 0 40px;
}
div#pageFooter p
{
	display:inline;
	color:white;
	font-size:11px;
	font-weight:bold;
	border-right:1px solid white;
	padding:0 40px 0 10px;
}
div#pageContent
{
	position:absolute;
	z-index:10;
	top:128px;
	left:0;
	height:430px;
	width:760px;
	_height:450px;
	_width:800px;
	overflow:auto;
	padding:10 20px;
}

div#pageContent p {
	font-weight:normal !important;
	}

div#pageContent a:hover {
	text-decoration:none;
	color:#fcb505;
	}

/** Menu **/
div#menu
{
	z-index:15;
	position:absolute;
	top:100px;
	left:0;
	height:28px;
	width:800px;
	background-color:#FCB505;
}
div#menu li
{
	list-style:none;
}
div#menu li a
{
	text-decoration:none;
	font-weight:bold;

}

ul.menu0 ul
{
	display:none;
}

/** niveau 0**/
ul.menu0
{
	height:28px;
	line-height:28px;
}
ul.menu0 li.level0
{
	position:relative;
	border-right:1px dotted white;
	float:left;
	padding:0 35px;
	font-weight:bold;
}
ul.menu0 li.hovered
{
	color:white !important;
	font-weight:bold !important;
}
ul.menu0 li.hovered li
{
	font-weight:bold !important;
	text-decoration:underline;
}

/* niveau 1 */
ul.menu1
{
	position:absolute;
	top:28px;
	left:0;
}
li.level1
{
	width:200px;
	text-align:center;
	background-color:#4C6EAE;
	height:25px;
	line-height:25px;
	border-top:1px solid white;
	border-bottom:1px solid white;
}
li.level1 a
{
	color:#FCB505;
}
ul.menu1 li.hovered a
{
	color:white !important;
}

/* niveau 2 */
ul.menu2
{
	position:absolute;
	top:0;
	left:200px;
}
li.level2
{
	width:180px;
	text-align:center;
	background-color:#FCB505;
	height:25px;
	line-height:25px;
	border:1px solid white;
}
li.hovered ul li.level2 a
{
	color:#4C6EAE !important;
}
ul.menu1 li ul.menu2 li.hovered a
{
	color:white !important;
}

/** Pages **/

h3
{
	font-size:19px;
	padding-bottom:3px;
	font-weight:bolder;
}
h4
{
	font-size:15px;
	padding-bottom:3px 0;
	font-weight:bolder;
}

ul.nopuce li
{
	list-style:none;
}

hr.separator
{
	border-bottom:1px dashed #7892C5;
	border-top:1px dashed #7892C5;
	color:red;
}

a.lienOrange
{
	color:#FB881D;
	line-height:30px;
}

table.news thead td
{
	width:270px;
	height:45px;
	background-image:url("/themes/fastring/images/news_head_fast_ring.gif");
	text-align:right;
	padding-right:15px;
}
table.news tbody td
{
	height:210px;
	_height:260px;
	background-color:#E8E7E5;
	padding:25px;
}
table.news tfoot td
{
	height:26px;
	line-height:26px;
	background-color:#FCB505;
	padding-right:25px;
	text-align:right;
}

a.lienBlanc
{
	color:white;
	font-size:14px;
	font-weight:bold;
}

a:hover.lienBlanc
{
	color:#4C6DB4 !important;
	font-size:14px;
	font-weight:bold;
}