/* CSS Document */

/************************** GENERAL *********************/
body {
	
	
background-color: #C0C0C0;
font-family: Arial, Helvetica, sans-serif;
}
.cleaner {
clear:both;
}
.gras {
font-weight:700;
}
/*********************** MISE EN FORME INTERFACE **************/
#contenu {
margin: 10px;
}

#global {
	position: absolute;
	left: 532px;
	margin-left: -320px;
	margin-top:12px;
	width:750px;
	top: 27px;
}

#menu {
border-bottom:1px dotted #D2D2D2;
margin:0 0px 0 0px;
padding:10px 0 0 0;
height:15px;
font-size:13px;
color:#333774;
text-align:left;
}
#menu a:link, #menu a:active, #menu a:visited, #menu a:focus {
font-size:13px;
color:#333774;
text-decoration:none;
}
#menu a:hover {
font-size:13px;
color:#333774;
text-decoration:none;
border-top:1px dotted #D2D2D2;
}


/**************************************************************/

#contenu_bordeaux {
margin:30px 0px 0 0px;
padding:10px 0 0 0;
height:15px;
font-size:13px;
color:#731611;
text-align:left;
}


/******************** FORMULAIRE PAIEMENT **************************/

.paiement {
border:#D2D2D2 1px solid;
height:20px;
margin:5px 0 5px 0;
}
.ligne1 {
border-top:#731611 1px dashed;
width:100%;
line-height:0;
}
.alerte {
color:#FAA619;
font-weight:bold;
}
.infos {
color:#731611;
font-size:small;
}
.rouge {
color:#FF0000;
font-size:small;
font-weight:bold;
}
.champObligatoire {
color:#FF0000;
font-size:large;
font-weight:bold;
}
.boutonSuiteCreer {
	background:#FFFFFF;
	color:#FAA619;
	font: large Arial, Helvetica, sans-serif bold;
	border:#FAA619 4px solid;
}