
*
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: "Gill Sans MT", calibri, arial;
	font-size: 15px;
	background-color: #450051;
	text-align: justify;
	color: #333;
}

#tout
{
	width: 1000px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 50px;
}

#haut
{
	min-height: 550px;
	margin: 0px;
	padding-bottom: 10px;
}

#marge_haut
{
	height: 288px;
}

#menu
{
	float: left;
	width: 164px;
	height: 259px;
	margin-left: 69px;
}

#corps
{
	margin-left: 255px;
	margin-right: 75px;
}

#bas
{
 	height: 70px;
}

.menu
{

}

.div_lien
{
	width: 161px;
	height: 43px;
}

.div_lien:hover
{
	border: 1px white solid;
	-moz-box-shadow: -1px 1px 8px #fff;    
	-webkit-box-shadow: -1px 1px 8px #fff;    
	box-shadow: -1px 1px 8px #fff; 
}

#bas p
{
	padding-top: 18px;
	font-size: 11px;
	color: #bbb;
	font-weight: bold;
	margin-right: 55px;
	text-align: right;
}

#bas p a
{
	color: #bbb;
	text-decoration: underline;
}

#bas p a:hover
{
	color: #fff;
	text-decoration: underline;
}

.titre
{
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-decoration: underline;
	text-shadow: 1px 1px 0px #ccc; }

p
{
	margin-bottom: 12px;
}

img
{
	margin-bottom: 20px;
}

.margin-titre
{
	margin-top: 15px;
	margin-bottom: 15px;
}

a
{
	color: #7d0094;
	text-decoration: none;
}

.mini a:hover
{
	font-weight: bold;
}

a img
{
	border: none;
	text-decoration: none;
}

.div_vert
{
	background: url(img/fond2.png) no-repeat;
	width: 320px;
	padding: 5px;
	height: 240px;
}

.div_vert2
{
	background: url(img/fond2.png) no-repeat;
	width: 400px;
	padding: 5px;
}

.div_vert3
{
	background: url(img/fond2.png) no-repeat;
	padding: 5px;
}

.div_vert, .div_vert2, .div_vert3, .faq
{
	border-radius: 10px;
}

.b
{
	font-weight: bold;
}

.i
{
	font-style: italic;
}

.u
{
	text-decoration: underline;
}

.center
{
	text-align: center;
}

.mini
{
	font-size: 13px;
}

table
{
	border-collapse: collapse;
}

input, textarea
{
	margin-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #7d0094;
	padding: 1px;
	font-weight: bold;
	font-size: 12px;
}

textarea
{
	width: 400px;
	height: 150px;
	font-family: "Gill Sans MT", calibri, arial;
}

.transfert textarea
{
	width: 500px;
	height: 75px;
}

input.submit
{
	color: #000000;
	font-size: 12px;
	padding: 2px;
	margin-top: 3px;
	font-weight: normal;
}

input.submit2
{
	color: #000000;
	font-size: 15px;
	padding: 2px;
	margin-top: 3px;
	font-weight: normal;
}

table.recap td
{
	height: 35px;
}

textarea.licence
{
	width: 660px;
	height: 150px;
}

textarea.cond_transfert
{
	width: 610px;
	height: 100px;
	font-weight: normal;
}

.conditions_hover div
{
	display: none;
}

.conditions_hover:hover div
{
	display: block;
}

.erreur, .violet
{
	color: #7d0094;
}

ul
{
	margin-left: 25px;
	margin-bottom: 20px;
}

div.faq
{
	width: 650px;
	background: url(img/fond2.png) no-repeat;
	padding-top: 3px;
	padding-bottom: 10px;
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 20px;
}

.transfert td
{
	height:30px;
}

table.achat
{
	margin-bottom: 15px;
	/*vertical-align: middle;*/
}

table.achat td.fleche
{
	padding-top: 0px;
	padding-right: 5px;
}

table.achat td.fleche img
{
	display: block;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.gd
{
	font-size: 17px;
}

td.detail
{
	padding-top: 3px;
	padding-bottom: 10px;
	padding-left: 15px;
}


/* Cookies */
div.cookie_policy_msg {
	background: #ccc;
	padding: 10px 5px 0;
	text-align: center;
}
div.cookie_policy_msg span {
	display: inline-block;
    padding: 0 5px 7px;
}
div.cookie_policy_msg a {
	text-decoration: none;
}
div.cookie_policy_msg span a:hover {
	text-decoration: underline;
}
div.cookie_policy_msg a.cookie_ok {
	display: inline-block;
    margin: 0 0 10px 20px;
    padding: 7px 7.5px 6px 7px;
    color: #f3f3f3;
    background: #404040;
	font-weight: 500;
}









