/********/
/* HTML */
/********/
body {
	margin			: 0;
	background-color: #A6A6A7;
}
body, td {
	font-family	: Arial, Helvetica, sans-serif;
	color		: #000000;
	font-size	: 13px;
}
a:link, a:visited, a:hover, a:active {
	color 			: #000000;
	text-decoration	: none;
}
a:hover {
	text-decoration	: underline;
}
h1 {
	color		: #4F4F50;
	font-size	: 15px;
	font-weight	: bold;
}
h2 {
	color		: #A8391A;
	font-size	: 13px;
	font-style	: italic;
	font-weight	: bold;
}
p {
	text-align		: justify;
}
p.texte_entete {
	color 			: #737272;
	font-weight		: bold;
	text-indent		: 36px;
}


/***********/
/* CLASSES */
/***********/
.erreur {
	color		: #CC0000;
	font-weight	: bold;
}
.ok {
	color		: #D46919;
	font-weight	: bold;
}
.orange {
	color	: #D46919;
}
.rouge {
	color	: #BA481B;
}
.pied {
	font-size	: 12px;
	text-align	: center;
	margin-top	: -35px;
}


/******/
/* ID */
/******/
#structure_accueil {
	width				: 745px;
	background-color	: #FFFFFF;
	margin-top			: 1px;
	background-image	: url(images/accueil/fondpied.gif);
	background-position	: right bottom;
	background-repeat	: no-repeat;
}
#structure_accueil .contenu {
	margin-top			: 10px;
	height				: 670px;
}
#structure_accueil .contenu .texte {
	font-size	: 14px;
	font-weight	: bold;
	width		: 745px;
	text-align	: center;
	margin-top	: 40px;
}

#structure {
	width			: 745px;
	background-color: #FFFFFF;
	margin-top		: 1px;
	background-image	: url(images/pages/fondpied.gif);
	background-position	: right bottom;
	background-repeat	: no-repeat;
}
#structure .montage .txt {
	color 			: #777777;
	font-size		: 15px;
	margin-left 	: 25px;
	font-weight		: bold;
	letter-spacing	: 1px;
}
#structure .slogan {
	margin-top		: 25px;
	margin-bottom	: 25px;
	text-align		: center;
}
#structure .contenu {
	margin-top			: 10px;
	margin-bottom		: 140px;
}
#structure .contenu .marges {
	margin-left		: 70px;
	margin-right	: 70px;
}
#contact_form {
	width				: 434px;
	height				: 350px;
	background-image	: url(images/contact/fond_form.gif);
	background-repeat	: no-repeat;
	text-align			: left;
}
#contact_form, #contact_form td {
	font-size	: 12px;
	color		: #000000;
}
#contact_form input, #contact_form textarea {
	font-size	: 12px;
	border		: 1px #000000 solid;
	width		: 300px;
}


/* Références */
#ref {
	margin-top	: 7px;
	text-align	: center;
	font-size	: 11px;
	color		: #555555;
}
#ref a:link, #ref a:visited, #ref a:hover, #ref a:active {
	color			: #555555;
	text-decoration	: none;
}
#ref a:hover {
	text-decoration	: underline;
}
