/**
* main.css
* feuille de style principale, définissant 
* le positionnement, les couleurs globales
* les comportements généraux
**/

body {
	background-color: #9B599A;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #878889;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

P {
	margin: 5px 0px 10px 0px;
}

H1 {
	background-color: transparent;
	font-size: 14pt;
	margin: 5px 0px 15px 0px;
	color: #9B599A;
}

H2 {
	background-color: transparent;
	color: #9b599a;
	font-size: 10pt;
	margin: 0px;
	padding: 3px 0px 10px 2px;
	background-image: url(../images/h2.gif);
	background-repeat: no-repeat;
	background-position: right;
}

H3 {
	font-size: 11pt;
	color: #EB6E1E;
	margin: 8px 0px 3px 0px;
}

H4 {
	font-size: 10pt;
	margin: 8px 0px 0px 0px;
}


UL {
	margin: 0.5em 2em;
	padding: 0em;
}

A {
	color: #EB6E1E;
	text-decoration: none;
}

A:Hover {
	text-decoration: underline;
}

#rap {
	width: 950px;
	margin: 0px auto 0px auto;
	text-align: justify;
	background-color: white;
	color: #878889;
	background-image: url(../images/bgRap.gif);
	background-repeat: repeat-y;
	padding: 0px 0px 0px 0px;
}

#bandeau {
	background-image: url(../images/bgBandeau.jpg);
	background-repeat: no-repeat;
	height: 200px;
	padding: 0px;
	width: 950px;
}

#logo {
	margin: 10px;
	float: left;
}

SELECT, INPUT {
	background: #F2ECF4;
	border-color: #9C9D9F;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	color: #9C9D9F;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
	margin: 3px 0px 0px 0px;
	vertical-align: top;
}

INPUT.bouton {
	background: transparent;
	border: 0px;
	padding: 0px;
	margin-right: 60px;
	vertical-align: top;
}

FORM P {
	margin: 0px 95px 0px 0px;
}

#rechercheForm {
	float: right;
	margin: 63px 0px 0px 0px;
	text-align: right;
	padding: 0px;
}

#rechercheForm P A {
	font-size: 8pt;
	color: white;
	background-color: transparent;
}

#gauche {
	float: left;
	width: 215px;
	margin: -30px 0px 0px 0px;
	padding: 0px 0px 270px 0px;
	background-image: url(../images/bgMenuBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#droite {
	float: left;
	width: 700px;
	margin: -50px 0px 10px 0px;
}

#extranet {
	float: right;
	width: 220px;
	background-image: url(../images/bgExtranet.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 180px;
	padding-bottom: 20px;
	padding-left: 15px;
}

#extranet INPUT.bouton {
	margin-right: 0px;
}

#extranet H2 {
	font-size: 8pt;
	padding: 0px 0px 6px 2px;
	background-image: url(../images/h2-extranet.gif);
	background-position: left;
}


.news H2 {
	padding: 9px 0px 15px 2px;
	background-image: url(../images/h2-news.gif);
	background-position: left;
}

.news-top {
	background-image: url(../images/news-top.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 694px;
}

.news {
	background-image: url(../images/news-bg.gif);
	background-repeat: repeat-y;
	width: 687px;
	padding-right: 7px;
}

.news-bottom {
	background-image: url(../images/news-bottom.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 694px;
}

.news H2, .news H3, .news HR, .news P {
	width: 500px;
	margin-left: 15px;
}

.news H3 {
	font-size: 10pt;
}

.news P {
	font-size: 8pt;
	margin-top: 0px;
	padding-bottom: 10px;
	background-image: url(../images/petits-points.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
