/* CSS Document */


body {
	background-color: #F4F4F4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #661A1A;
}

#centre {
	background-image: url(img/interface/fond.png);
	background-repeat: repeat-x;
	background-color: #F4F4F4;
	width: 892px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	pading-bottom: 50px;
	padding-top: 20px;
}

#entete {
/*	background-image: url(img/interface/MaxLaigneau.png);
	background-repeat: no-repeat;
	background-position: left top;*/
	height: 65px;
	margin-bottom: 20px;
}
#menu {
	float: right;
	width: 600px;
}

#principal {
	padding-bottom: 30px;
}

#titrePage {
	height: 40px;
}
.titrePage {
	color: #293752;
	font-weight: bold;
	font-size: 16px;
}
.pagination, .pagination a, .pagination a:link, .pagination a:visited, .pagination a:hover {
	color: #293752;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

#contenu {
	min-height: 500px;
	margin: 0px 50px 0px 50px;
}

#pied {
	min-height: 50px;
	margin: 0px 30px 20px 30px;
}

.deblayage {
	height: 0;
	clear: both;
}

a, a:link, a:visited {
	color: #661A1A;
	text-decoration: none;
}
a:hover {
	color: #661A1A;
	text-decoration: underline;
}

.text_rouge {
	color: #AF0C21;
}
.text_bleu, .text_bleu a, .text_bleu a:link, .text_bleu a:visited, .text_bleu a:hover {
	color: #41567E;
}
.text_vert {
	color: #2BAE1E;
}

input {
	width: 260px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #661A1A;
}
textarea {
	width: 350px;
	height: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #661A1A;
}

.alerte {
	color: #CC0000;
}

h1 {
	font-size: 18px;
	font-weight: normal;
}

.arouge, .arouge:link, .arouge:visited {
	color: #AF0C21;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.arouge:hover {
	color: #AF0C21;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
