/* CSS Background image Document */

.body_bg
{
background:url(../images/body_bg.jpg) left top repeat-x;
}
.contenu
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.ipa_link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 26px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #66CCFF;
	background-color:inherit;
	text-decoration: none;
}
.ipa_link:hover
{
color:#66CCFF;
text-decoration:underline;
background-color:inherit;
}
.main
{
	height:450px;
	background-color: #505050;
}
.menu_actuel
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
	background-color:inherit;
	text-decoration: none;
	line-height: 34px;
	width:20%;
	text-align:center;
	vertical-align: middle;
	background:url(../images/menu_bg.gif) left top repeat-x;
}
.menu_bg
{
background:url(../images/menu_bg.gif) left top repeat-x;
height:34px;
}
.menu_link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #DDDDDD;
	background-color:inherit;
	text-decoration: none;
}
.menu_link:hover
{
	color:#00CC99;
	text-decoration: underline;
	background-color:inherit;
}
.menu_possible
{
	line-height: 34px;
	width:20%;
	text-align:center;
	vertical-align: middle;
	background:url(../images/menu_bg.gif) left top repeat-x;
}
.retry_link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #00CC99;
	background-color:inherit;
	text-decoration: underline;
}
.retry_link:hover
{
	color:#3366FF;
	text-decoration: underline;
	background-color:inherit;
}