/* PAGE */

body {
	margin:0px;
	font-family:helvetica;
	font-size:12px;
}

a {
	text-decoration:none !important;
}
.lien_download{
	color: #000!important;
	float:right;
}

.lien_download:hover{
	color: #000;
	text-decoration: underline!important;
}
#content {
	/* position:relative;
	width:1200px;
	left:50%;
	margin-left:-600px; */
}

#header {
	padding-top:0px;
	padding-bottom:0px;
	background:#FFF;
}

#header img {
	margin-left: 0px;
}

#midcontent {
	padding-top:20px;
	min-height:600px;
	color:#000;
}

#midcontent ul {
	padding: 0;
}

#footer {
	padding-top:20px;
	padding-bottom:20px;
	background:#FFF;
	
	padding-left:20px;
	
	position:relative;	
/* 	width:1180px;
	left:50%;
	margin-left:-600px; */

	color:#686560;
}

#footer #backfoot {
	position:relative;
	padding-bottom:10px;;
	color:#000;
}

#footer a {
	border:none;
	text-decoration:none;
}

/* FORM */

.form-horizontal .control-label{
	text-align:left !important;
}

.lab {
	width:100px;
	float:left;
	font-size:12px;
	padding-top:5px;
	height:20px;
}

input[type='text'] {
	background:rgba(255,255,255,0.25);
	color:#000;
	font-weight:bold;
	font-size:12px;
	border:none;
	width:300px;
	height:25px;
	padding-left:5px;
	border: 2px solid #CCC;
}

input[type='email'] {
	background:rgba(255,255,255,0.25);
	color:#000;
	font-weight:bold;
	font-size:12px;
	border:none;
	width:300px;
	height:25px;
	padding-left:5px;
	border: 2px solid #CCC;
}

input[type='radio'],input[type='checkbox'] {
	margin-right:10px;
}

#textform {
	font-size:14px;
}

#textform_fin {
	color:#CCCCCC;
	font-size:12px;
}


input[type='submit'] {
	border:none !important;
	background:#DA1E50;
	padding:10px;
	color:#000;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;	
}

#bouton {
	width:175px;
	text-align:center;
	border:none !important;
	background:#DA1E50;
	padding:10px;
	color:#000;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;	
	text-decoration:none !important;
	margin-bottom:15px;
}


#bouton a {
	text-decoration:none !important;
}

ul {
	list-style-type:none;
}

ul li {
	line-height:15px;
	margin-bottom:0px;
	border-bottom:1px solid #CCC;
	color:#333;
	background:#FFF;
	padding:10px;
	list-type:none;
}

ul li span {
	color:#000 !important;
	font-size:15px;
}

ul li .paid {
	color:green !important;
	font-size:12px;
	opacity:0.85;
}

ul li .notpaid {
	color:red !important;
	font-size:12px;
	opacity:0.85;
}

ul li a {
	color:#444444;
}

ul li a:hover {
	color:#000;
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	input[type='text'], input[type='email'] {
		width:100%;
	}
}