body 
{
    padding: 0;
    margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url('../images/bg.png') repeat-x #8a1795;
	color: #000000;
}

img
{
	border: none;	
}

a
{
	text-decoration: none;
	color:#000000;
}
a:link
{
	color:#000000;
}

a:visited
{
	color:#000000;
}

a:hover
{
	color:#000000;
	text-decoration: underline;
}

#page
{
	margin: 0 auto 0 auto;
	width: 950px;
}

#content-left
{
	float:left
}

#content-right
{
	float:right
}

#cadre-haut
{
	background: url('../images/cadrehaut.png') no-repeat;
	width : 585px;
	height : 169px;
}

#cadre-content
{
	background: url('../images/cadremotif.png') repeat-y;
	width : 585px;
	min-height : 53px;
}

input[type="submit"]
{
	margin: 0;
	padding: 0;
	border:0;
	background: url("../images/bouton.png") top left no-repeat; 
	width: 180px;
	height: 50px;	
}


#cadre-bas
{
	background: url('../images/cadrebas.png') no-repeat;
	width : 585px;
	height : 40px;
}

#footer
{
	clear:both;
}
#footer a,#footer
{
	color:#FFFFFF;		
}


.text_rouge	
{ 
	color:#dc143c; 
	font-size:12px;
	text-align:center; 
}

#message_erreur 
{ 
	width:80%;
	margin:0 auto;
	background:#FFFFFF;
	padding:3px;
	border:1px solid red; 
	color:#dc143c; 	
	font-weight:bold; 
	text-align:center; 
}

#background_popup
{
	background: #8a1795;
	color:#FFFFFF;
}

#background_popup a
{
	font-weight:bold;
	color:#FFFFFF;
}

.champ2
{
	font-size:11px;	
}
.champ
{
	font-size:11px;	
}

table tr td.t3	
{
	text-align:left;
	color:#13375e;
	padding-left:0px; 
}
table.txt tr td {
	color:#13375e;
	font-size:11px;
}
#line_bottom
{
	border-bottom:1px solid #e4e4e4;	
}
.border_left
{
	border-left:1px solid #e4e4e4;	
}
.border_right
{
	border-right:1px solid #e4e4e4;
}
#recap_title
{
	text-decoration:underline;
	font-weight:bold;
}