@charset "utf-8";
body {
	font: 100%  Arial, Verdana, Helvetica, sans-serif;
	/*background: #FFFFFF url(/data/cards/images/flocon.png) no-repeat scroll 84px 196px;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;

}
.oneColLiqCtrHdr #container {
	/*width: 80%;  *//* this will create a container 80% of the browser width */
	max-width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*background: #FFFFFF url(images/flocon.png) no-repeat scroll ;*/
}
#header_banderouge{
	height: 20px;
	background-color:#CC0000;
	background-image:url(/data/cards/images/header_banderouge.jpg);
	background-repeat:no-repeat;
	background-position: center;
}
#header #header_content{
	margin-top: 84px;

}
.oneColLiqCtrHdr #header {
	background: #FFFFFF; 
	height: 182px;
	 /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom: 3px solid #ededed;
	background-image:url(/data/cards/images/header_flocon.png);
	background-position:center 20px;
	background-repeat:no-repeat;
}
.oneColLiqCtrHdr #header.en {

	background-image:url(/data/cards/images/header_flocon_en.png);

}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 920px;
}
.oneColLiqCtrHdr #mainContent  p {
	font-size:13px;
	color: #6d6e71;
}
.oneColLiqCtrHdr #mainContent table {

	font-size:13px;

	color: #6d6e71;

	white-space: nowrap;

}

.oneColLiqCtrHdr #mainContent h1{
	margin: 30px 0 5px 0px;
	color: #6d6e71;
	font-size:19px;
}
.oneColLiqCtrHdr #mainContent h2{
	margin: 25px 0px;
	font-size:21px;
	font-weight:normal;
}
.oneColLiqCtrHdr #mainContent h3{
	color: #bf2025;
	margin: 25px 0 0 0 ;
	font-size:14px;	
	text-transform:uppercase;
}
.oneColLiqCtrHdr #footer { 
	
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF url(/data/cards/images/footer_bg.png) repeat-x top;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.image_cartes{
	margin-bottom: 11px;	
}

/** */
a:link, a:visited {
	text-decoration:none;
	/*color:#0078bc;*/
	color: #b72126;
	/*color:#00B1F0;*/
}

#footer_menu {
	text-decoration:none;
	font-size:10px;
	margin:0px;
	padding:15px 187px 0 0;		
	color:#666;
	float: right;
}
#footer_menu a {
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
#footer_menu a:hover {
	text-decoration:none;
	font-size:10px;
	color:#666;
}
ul{
	list-style-image:url(/data/cards/images/bullet_gris.png);
}

#choix_horizontal{
	font-variant:small-caps;
	list-style-position:inside;
	margin: 0;
	padding: 0;
	color: #b72126;
	font-weight:bold;
	font-size: 15px;
	margin-top:40px;
}
#choix_horizontal li{
	padding: 5px;
	list-style-image:url(/data/cards/images/bullet_gris.png);
	float:left;	
	margin-right: 100px;
}
#choix_horizontal li:hover{	
	list-style-image:url(/data/cards/images/bullet_rouge.png);
}
#choix_horizontal a:hover{
	border-bottom: 1px solid  #b72126;
}

/*#form_carte input.text:hover, #form_carte input.text:focus{
	background-color: #eee;	
}*/
form input.text{
	width: 100%;	
	max-width: 431px;
	min-width: 50px;
	border: 1px solid #6d6e71;
}
form input.text_petit{
	width: 97px;	
	
}

form input:hover, form input:focus, form textarea:hover, form textarea:focus{
	background-color: #eee;	
}
form textarea.textarea{		
	border: 1px solid #6d6e71;
	margin-left:23px;
}
form input.checkbox{		
	border: 1px solid #6d6e71;
}
.tableau_description{
	border-collapse:collapse;
	text-align: center;
}
.tableau_description .colonne_gauche{
	
	font-weight:bold;
}
.tableau_description th{
	font-size:14px;	
	text-transform:uppercase;
	
}
.tableau_description tr td, .tableau_description tr th{
	padding:8px 0;
	border-bottom: 1px solid #6d6e71;
}
.tableau_description .rowTotal td, .tableau_description .rowTotal th{
	background-color: #e2e2e3;	
	border-top: 2px solid white !important;
	border-bottom: 2px solid white !important;
}
.tableau_description td.totalMontant {
	background-color: #cbcbcc;
	font-weight: bold;
}

/* ---- */
.carte_choix{
	float: left;
	margin-right: 9px;
	width: 450px;
}
.bouton_plus{
	display: block;	
	float: right;
}

p.alert {
	color: #ED1C24 !important;
	text-align: center;
}

.h2 {
	margin: 25px 0px !important;
	font-size:16px !important;
	font-weight:normal !important;
	color: #6d6e71 !important;
}
.btn_beaustyle {
    background:transparent url(/data/cards/images/btn_soumettre.png) no-repeat scroll left top;
    border:medium none;
    color:#O00000;
    width:95px;
    height:25px;    
}

.btn_beaustyle_grand {
    background:transparent url(/data/cards/images/btn_soumettre_grand.png) no-repeat scroll left top;
    border:medium none;
    color:#O00000;
    width:190px;
    height:25px;    
}
.btn_beaustyle_tresgrand {
    background:transparent url(/data/cards/images/btn_soumettre_tresgrand.png) no-repeat scroll left top;
    border:medium none;
    color:#O00000;
    width:280px;
    height:25px;    
}
.btn_beaustyle:hover {
    background:transparent url(/data/cards/images/btn_soumettre_hover.png) no-repeat scroll left top;    
}

.small_envoi {
	font-size:0.7em !important;
	width:100%; 
	text-align:left;
	padding-top:10px;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:10px;
	margin:0px;
}
img{
 border: 0;
}
.cards_table {
	width: 35%;
	border: 1px solid black;
	border-collapse: collapse;
	margin: 25px 0 25px 0;
}
.cards_table td {
	border: 1px solid black;
	padding: 2px;
}
.cards_cell_center {
	text-align: center;
}
.cards_cell_number {
	text-align: center;
}