/* CSS Document */

strong
{
	color:#252525;
}

table
{
	background-image:url(../images/formulaire/header-tableau.jpg);
	background-repeat:no-repeat;
}

table thead tr
{
	height:24px;
}

table thead th
{
	text-transform:uppercase;
	color:#FFF;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
}

table tbody tr
{
	height:23px;
	background-color:#FFFFFF;
}

table tbody th
{
	font-weight:normal;
	color:#252525;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	border-bottom:1px solid #FFF;
}
table tbody td
{
	font-weight:bold;
	color:#252525;
	padding:10px;
	border-bottom:1px solid #E4E4E4;
	border-right:1px solid #E4E4E4;
	font-size:12px;
	color:#545454;
	font-weight:normal;
}

table tbody td.noright
{
	border-right:none;
}

table tbody td h3
{
	color:#F80075;
	font-size:14px;
	font-weight:bold;
	margin:0px;
}

table tbody td p
{
	margin:0px !important;
	padding-top:0px !important;
	padding-bottom:10px;
}

table tbody td a.rouge
{
	color:#FF0000;
	text-decoration:underline;
}
table tbody td a.rouge:hover
{
	text-decoration:none;
}

table tbody td a img
{
	vertical-align:top;
	padding-left:3px;
}

table tfoot
{
	background-color:#535353;
	color:#FFF;
}

table tfoot tr
{
	height:25px;
}

table tfoot th
{
	padding-left:10px;
	padding-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
}

table tfoot th strong
{
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}
table tfoot th em
{
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
}

table tfoot th.total
{
	font-size:20px;
}

table tbody td.total
{
	font-size:14px;
	font-weight:bold;
}

table tbody td.total a
{
	font-size:12px;
	font-weight:normal;
}

table
{
	margin-bottom:30px;
}

.bloc h3, .bloc h4
{
	float:left;
	margin:0px;
}

.bloc
{
	padding-bottom:10px;
	margin-bottom:10px;
}

.bloc div.description
{
	float:left;
	width:450px;
	padding:20px;
}

#page-content label
{
	color:#F80075;
	font-size:14px;
	font-weight:bold;
	margin-bottom:0px;
	padding-bottom:0px;
}

#page-content label .cgv
{
	color:#616161;
	font-size:12px;
	font-weight:normal;
}

.alerte
{
	color:#FE0000;
}

.bloc div p
{
	margin-top:0px;
	padding-top:0px !important;
}

.bloc div p strong
{
	font-weight:normal;
}

.bloc div input[type=text]
{
	text-align:center;
}

.bloc div a
{
	color:#F80075 !important;
}