* {
	margin: 0;
	padding: 0;
}

img { border: none; }

a {color: #ff0000;}

a:hover {color: #ff0000;}

ul {
	list-style-type: circle;
	margin-left: 50px;
	margin-bottom: 5px;
}

body {
	background-color: #ffffff;
	color: #000000;
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 14px; 
	font-family: Lucida Sans Unicode, sans-serif;
	height: 100%;
}

#page {
	width: 800px;
	margin: auto;
	margin-top: 15px;
	/*overflow: auto;*/
}

#entete {
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
	overflow: auto;
}

#piedpage {
	width: 100%;
	height: 25px;
	text-align: center;
	font-size: 10px;
	margin-top: 50px;
	padding-top: 7px;
	margin-bottom: 10px;
	border: 1px dotted #666666;
}

#contenu {
	width: 100%;
	overflow: auto;
}

#intro {
	width: 100%;
	overflow: auto;
	margin-bottom: 15px;
}

.tab_cc {
	border: 1px solid #7992d5;
	border-spacing: 0px;
}

.tab_cc th {
	background-color: #444444;
	border-right: 1px solid #7992d5;
	padding: 2px;
}

.tab_cc td {
	border-top: 1px solid #7992d5;
	border-right: 1px solid #7992d5;
	padding: 2px;
	background-color: #ffffff;
	color: #000000;
}

.ligne_form, .ligne_form_large, .ligne_form_vide {
	float: left;
	width: 45%;
	overflow: visible;
	margin-bottom: 5px;
}

.ligne_form_large {
	width: 100%;
}

.ligne_form_vide {
	height: 50px;
}

.libelle_form {
}

.saisie_form {	
}

/*.saisie_form input {
	border: 2px solid #7992d5;
	color: #4C6EC7;
	background-color: #ffffff;
}*/

.espace {
	clear: both;
}

.rouge {
	color: #ff0000;
}

.erreur {
	color: #ff0000;
	font-weight: bold;
}

.presta {
	/*float: left;*/
	width: 95%;
	padding: 1%;
	margin: 1%;
	margin-top: 25px;
	border: 1px dotted #666666;
}

.presta_titre {
	border-bottom: 1px dotted #666666;
	font-weight: bold;
	font-size: 16px;
}

.presta_stitre {
	margin-top: 5px;
	font-weight: bold;
}

.presta_descr, .presta_descr2 {
	text-align: justify;
}

.presta_descr2 {
	margin-top: 15px;
}

.presta_image {
	width: 100%;
	text-align: center;
	margin-top: 5px;
}

.mentions {
	width: 100%;
	margin-top: 25px;
	font-style: italic;
	font-size: 10px;
	text-align: justify;
}
