body {
	background-color:#FFF;
	margin			:5px 0 0 0;
	padding			:0;
	font-family		:Verdana, Arial, Helvetica, sans-serif;
	font-size		:12px;
	line-height		:18px;
}
#page {
	width			:780px;
	border			:1px solid #CCC;
	margin-left		:auto;
	margin-right	:auto;
}
#header {
	height			:30px;
	border-bottom	:5px solid #FF0000;
}
#header p {
	position		:absolute;
	margin-top		:10px;
	margin-left		:555px;
	font-size		:10px;
	color			:#333;
	font-weight		:bold;
}
#header p a {
	text-decoration	:none;
	font-weight		:normal;
	color			:#333;
}
#header p a:hover {
	text-decoration:underline;
}
/*---------------------------- MENU ---*/
#menu {
	background-color:#999;
	width			:100%;
	height			:30px;
	border-bottom	:1px solid #FFF;
}
#menu ul
{
	margin			:0;
	padding			:4px 0 0 0;
	list-style-type	:none;
	padding-left	:35px;
}

#menu ul li
{
	float			:left ;
	text-align		:center;
	width			:130px;
	margin-left		:35px;
}

#menu ul li a
{
	line-height		: 20px;
	color			: #FFF;
	display			: block;
	text-decoration	: none;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 11px;
	font-weight		: bold;
	text-transform	: uppercase;
	border			:1px solid #CCC;
}
#menu ul li a:hover, #menu ul li a.active
{
	color			: #FFF;
	border			:1px solid #FFF;
	background-color:#666;
}
/*---------------------------- FIN MENU ---*/
#deco {
	height				:200px;
	background-color	:#DAF7D4;
	background-image	:url(../images/slogan.jpg);
	background-repeat	:no-repeat;
	background-position	:100% 0%;
	border-bottom		:1px solid #FFF;
}
#deco img {
	margin-left		:37px;
	margin-top		:65px;
}
/*---------------------------- TABLEAU D'INTRO ---*/
table {
	width			:100%;
	border-spacing	:5px;
}
table thead tr td {
	font-weight		:bold;
	vertical-align	:top;
	padding			:5px;
	margin			:5px;
	font-family		:Arial, Helvetica, sans-serif;
	font-size		:14px;
	color			:#000;
	text-transform	:uppercase;
	border-bottom	:1px dashed #CCC;
}
table tr td {
	width			:33%;
	padding			:0 5px 0 5px;
	vertical-align	:top;
}
table tr td p {
	margin			:0;
	padding			:5px;

}
table tfoot tr td {
	padding			:10px ;
	vertical-align	:middle;
	border-top		:1px dashed #CCC;
} 
table tfoot tr td a {
	text-decoration	:none;
	display			:block;
	padding			:2px;
	border			:1px solid #CCC;
	width			:115px;
	text-align		:center;
	color			:#FF3300;
	font-weight		:bold;
}
.col1 {
	border-right	:1px dashed #CCC;
}
/*---------------------------- FIN TABLEAU D'INTRO ---*/
#footer {
	clear			:left;
	line-height		:30px;
	background-color:#000;
	color			:#FFF;
	padding-left	:10px;
	text-align		:center;
	border-top		:1px solid #FFF;
	font-size		:10px;
}
#footer a {
	text-decoration	:none;
	color			:#FFF;
}
#footer a:hover {
	text-decoration	:underline;
}
/*---------------------------- DOCUMENTS ---*/
h1 {
	padding-left		:35px;
	background-image	:url(../images/puce.jpg);
	background-repeat	:no-repeat;
	background-position	:10px 50%;
	border-bottom		:1px dotted #CCC;
	margin				:0;
	line-height			:40px;
	font-size			:14px;
	text-transform		:uppercase;
}
h2 {
	margin				:0;
}
#corps {
	border-top		:1px solid #CCC;
}
#corps #corps_menu {
	float			:left;
	width			:220px;
}

#corps #corps_menu ul {
	margin			:0;
	padding			:0;
	list-style-type	:none;
}
#corps #corps_menu ul li a {
	display			:block;
	border-bottom	:1px dotted #CCC;
	padding			:5px;
	text-decoration	:none;
	font-size		:11px;
	color			:#666;
	background-image	: url(../images/fondbleu.jpg);
	background-repeat	: repeat-x;
	background-position	: 0% 100%;
}

#corps #corps_menu ul li a.active {
	color			:#EA0001;
}

#corps #corps_texte {
	float			:left;
	width			:530px;
	padding			:10px;
	border-left		:1px dotted #CCC;
	height			:200px;
}
html>body #corps #corps_texte {
	height			:auto;
	min-height		:200px;
} 

#corps #corps_texte p .soustitre {
	font-weight		:bold;
	text-decoration	:underline;
}

#corps #corps_texte p a {
	display			:block;
	font-weight		:bold;
	width			:150px;
	background-color:#EA0001;
	text-align		:center;
	text-transform	:uppercase;
	padding			:5px;
	color			:#FFF;
	margin-left		:auto;
	margin-right	:auto;
	text-decoration	:none;
	margin-top		:30px;
}
/*---------------------------- PAGE CONTACT --- */
#corps #corps_contact {
	float			:left;
	width			:230px;
	padding			:10px;
}
#corps #corps_form {
	float			:left;
	width			:450px;
	padding			:20px 10px 10px 50px;
	border-left		:1px dotted #CCC;
}
#form-row {
	min-height		:30px;
}
#form-row label {
	float			:left;
	width			:90px;
	text-transform	:uppercase;
	font-weight		:bold;
}
#form-row  #champsnormal, #form-row  textarea {
	width			:250px;
	border			:1px solid #999999;
}
#form-row  textarea {
	height			:100px;
}
#boutton {
	margin-top		:10px;
	background-color:#EA0001;
	color			:#FFF;
	border			:none;
	padding			:2px;
	text-transform	:uppercase;
	font-size		:10px;
}