body
{
	/* Marges */
	
	/* Background */
	background-image:url("layout/bg.png");
	background-color: rgb(0,0,0);
	font-family: Arial;
	font-size: 16pt;
	color:white;
	
}

.panel
{
margin-left: 5px;
}

.panel2
{
margin-left: 10px;
margin-right: 10px;
}

.panel a:link, .panel a:visited
{
	border-left:2px solid #29A2EF;
	padding-left:3px;
	text-align:left;
	text-decoration: none;
	font-weight:bold;
	color: white;
}

.panel a:hover
{
	border-left:2px solid #29A2EF;
	text-decoration: none;
	
	color: #29A2EF;
}

.text a:link, .text a:visited
{
	border-bottom:2px solid #29A2EF;
	text-align:left;
	text-decoration: none;
	font-weight:bold;
	color: white;
}

.text a:hover
{
	border-bottom:2px solid #29A2EF;
	text-decoration: none;
	
	color: #29A2EF;
}


.titre
{
	padding-left:5px;
	margin-bottom:10px;
	margin-top:10px;
	border-left: 3px solid #29A2EF;
	border-bottom: 1px dashed #29A2EF;
	font-family: Arial;
	font-size: 16pt;
	color:#7AC043;
	background-image:url("layout/title_back.png"); 
}

.vert
{
	color:#7AC043;
}

.grosred
{
	font-weight:bold;
	font-family: Arial;
	font-size: 16pt;
	color:#7AC043;
}

.grostext
{
	font-size: 14pt;
}

.text
{
	padding-left:10px;
	padding-right:10px;
	
	text-align:justify;
	font-size: 12pt;
	color:white;
}

.test
{
	border-left: 3px solid #004795;
}

.test2
{
	padding-top: 3px;
	border-left: 3px solid #004795;
	border-bottom: 1px dashed #004795;
	color:#29A2EF;
}

.bgframe1
{
	background-image:url("layout/frame1_bg.png");
}

.bgframe1_2
{
	background-image:url("layout/frame1_bg2.png");
}

.bgframe2
{
	background-image:url("layout/frame2_bg.png");
}

.dottedline_h             {background-image:url(images/img_dotted_line_h.gif); background-position:center left; background-repeat:repeat-x;}
.dottedline_v             {background-image:url(images/img_dotted_line_v.gif); background-position:center left; background-repeat:repeat-y;}

.imageflottante
{
   float: left;
   margin-left:10px;
   padding-right:15px;
}

.imageflottante2
{
   float: right;
   margin-right:10px;
   padding-left:10px;
}


.cpanel a:link, .cpanel a:visited
{
	font-weight:normal;
}