/* General ==================================================================*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg-body.jpg) no-repeat center top #010D31;
	color: #666;
	font-size: 12px;
	font-family: Arial;
	text-align:center;
}

img {
	border: none;
}

h1 {
	font-size: 18px;
	margin-bottom: 12px;
	color: white;
}

#corps h1 {
	color: black !important;
}

h2 {
	font-size: 15px;
	margin-bottom: 5px;
}

a:link, a:visited {
	text-decoration: none;
	color: #D29614;
}

a:hover {
	color: black !important;
}


.obligatoire, .erreur {
color: red;
}

p {
	margin: 5px 0 10px;
	line-height: 15px;
	
}

label {
cursor: pointer;
}

.clear {
	clear: both;
}

ul.bullet li {
	list-style: square;
	margin: 4px 15px;
}

ul.bullet {
	margin-bottom: 20px;
}


#page {
	width: 1000px;
	text-align: left;
	position: relative;
	margin: 0 auto;
}

#corps {
	padding: 20px;
	background: white;
	border-top: 5px solid #D29614;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	}
	
div.fond {
	background-color: #EBEBEB;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px 0;
	}
/* Entete =================================================================*/

#logo {
	margin-bottom: 5px;
	}

ul.menu_marche_livre {
	float: right;
	margin-top: 145px;
	list-style: none;
	}

ul.menu_marche_livre li {
	float: left;
	margin-left: 15px;
	list-style: none;
	}
	
	ul.menu_marche_livre li a:hover {
	color: white !important;
	}

/* Tableaux  =================================================================*/
table {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 10px 0;
	width: 100%;
	}
	

table td {
	padding: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	color: #666;
	font-size: 12px;
	font-family: Arial;
	}
	
table tr.header td {
	background: #ffff99;
	font-weight: bold;
	}
	
/* Formulaires =================================================================*/

  
input {
border: 1px solid #666;
margin-right: 10px;
font-size: 11px;
padding: 2px;
}  

select {
border: 1px solid #666;
margin-right: 10px;
font-size: 11px;
padding: 2px;
}  

input.check {
border: 0 !important;
background: none !important;
margin-right: 0 !important;
}  

button {
margin: 10px 10px 10px 0;
font-size: 14px;
border: 1px solid white;
color: white;
background: #D29614;
padding: 3px;
}  

button.right {
float: right;
margin-right: 0 !Important;
margin-left: 10px;
}

table button {
font-size: 12px;
}  


