/* CSS Document */

body {
	background-color: #000000;
	padding: 10px;
	margin: 0;
	color: #ffffff;
}
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

strong {
font-size:100%;
font-weight:bold;
}

.petittexte {
	clear: right;
	font-size: 90%;
}
.champtexte {
	border: #999999 solid 1px;
	width: 200px;
}
.champtexteCP {
    border: #999999 solid 1px;
}
textarea {
	width:200px;
}

#haut {
	width: 100%;
	border-bottom: #ffffff 3px solid;
}
#haut #logo {
	padding-right: 10px;
	width: 216px;
}
#haut #titre{
	color: #ffffff;
	float: right;
	margin-top: 5px;
	font-size: 18px;
	background-position: left;
	background-repeat: no-repeat;
	width: 50%;
	text-transform: uppercase;
}

#haut #titre.imprimer{
	width: 400px
}
#video {
	padding-top: 10px;
	padding-bottom: 10px;
}
#video, #image{
	text-align: center;
}
#image {
	margin-top: 20px;
}
#haut div.titre {
	width: auto;
}
.formulaire {
	margin: 0;
	padding-left: 40px;
	padding-right: 40px;
}
.formulaire label {
	width: 166px;
}
.formulaire .champtexte {
	
}

#valider {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
}
#partenaires {
	text-align: justify;
}
#fermer {
	clear: both;
	margin: 0px;
	padding: 20px;
	text-align: right;
}
#titrepopup {
	font-size: 120%;
	/*font-weight: bold;*/
	padding: 20px;
}
#titrepopup .alertmessage{
	font-size: 100%;
	font-weight: bold;
	line-height: 150%;
}
#contenu {
	width: 100%;
	padding: 0px;
	clear: both;
	color: #ffffff;
}

#contenu a {
	color:#808080;
}
#contenu a:hover{
	text-decoration:underline;
}

#entete {
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

#vignettes {
	margin-top: 10px;
	text-align: center;
}

#vignettes img{
	border: 0px;
	padding: 0 2px;
}

#img_produit{
	text-align: center;
}
#img_produit img{
	margin: 5px 20px;
	vertical-align: middle;
}

#info_produit {
	float: right;
	margin: 5px 50px;
	vertical-align: middle;
	text-align: left;
}

#info_produit p.diamant{
	margin: 170px 0 0 20px;
	font: normal 0.7em Arial, Helvetica, sans-serif;
	color: #ffffff;
}
#info_produit p.diamant img{
	margin: 0 9px 0 0;
}

#info_produit p.lingo{
	margin: 10px 0 0 20px;
	font: normal 0.7em Arial, Helvetica, sans-serif;
	color: #ffffff;
}
#info_produit p.lingo img{
	margin: 0 5px 0 0;
}

#descriptifcourtpictos div img{
	vertical-align: top;
}
#descriptifcourttexte {
	float: right;
	padding: 5px 10px;
}
#descriptifcourtchapo {
	font-size: 14px;
	font-weight: bold;
}
#descriptifcourtdetail {
	font-size: 12px;
}

#composer {
	margin: 20px;
	clear: both;
	border-top: #594137 4px solid;
}
#composer table{
	width: 100%;
	margin-left: 10px;
}
#composer td.interligne {
	background-image: url(/images/pointille-horizontal.gif);
	background-repeat: repeat-x;
	height: 3px;
}
#composer table tr td {
	padding: 10px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;
}
#composer table tr td.titre {
	padding: 10px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;
}

#composer table tr td div{
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;
}

#composer .couleurproduit {
	display: inline;
	padding: 5px 30px;
}
#composer .couleurproduit div {
	display: inline;
	padding: 10px;
}
#composer .couleurproduit img{
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: top;
}
#composer .couleurproduit input {
	vertical-align: middle;
}
#composer .prix{
	font-size: 150%;
}
#composer .total{
	font-size: 200%;
}
#composer .ttc{
	font-size: 200%;
}
#composer .boutons img{
	margin-left: 25px;
}

#choixhautedef {
	margin-left: 20px;
	margin-top: 0px;
	text-align: center;
}
#choixhautedef div.hautedefvignettes{
	text-align: center;
	width: 106px;
	float: left;
	margin-left: 5px;
}

#choixhautedefres{
	text-align: center;
	margin: 20px;
	clear: both;
}
#choixhautedefres entete{
	margin-bottom: 0px;
}
#choixhautedefres select{
	margin-bottom: 30px;
}

#pied {
	margin: 20px;
	text-align: center;
}
#objetprevenir {
	margin-bottom: 10px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix{ display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
/* End hide from IE-mac */

/* text plus petit dans les popups custom */
div.text_small_popup {
    font-size: 14px;
    font-weight: normal;
}