/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FFFFFF;
}

/* BANDEAUX DES RUBRIQUES */
#bandeau {
	background-repeat: no-repeat;
	margin: 15px 15px 0px 15px;
	height: 100px;
	min-width: 955px;
}

#titreRub {
	margin: 0px 15px 0px 15px;
	background-image: url(../img/bg_titreRub.gif);
	background-repeat: no-repeat;
	background-position: 180px 0px;
	min-width: 955px;
}
#titreRub h1 {
	padding: 0px 0px 0px 230px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 26pt;
}

/* POSITION DES DIVISIONS MENU - PAGE - ACTU */
#page {
	margin: 0px 15px 0px 15px;
	min-width: 955px;
}
#colGauche {
	float: left;
	margin: 20px 0px 0px 0px;
	width: 16%;
}



#rech {
	margin: 50px 0px 0px 0px;
}
#rech h2 {
	color: #152A83;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 9pt;
	text-transform: uppercase;
	margin: 0px 0px 0px 25px;
	font-weight: bold;
}

#rech form {
	background-image: url(../img/bg_form.gif);
	background-repeat: no-repeat;
}
#rech input.OK {
	border: 0px;
	background-image: url(../img/bg_submit.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	width: 30px;
	height: 30px;
	margin: 5px 0px 0px 111px;
	font-size: 10pt;
	font-weight: bold;
}

#rech input {
	border: 0px;
	background-color: #FFF;
	margin: 5px;
	width: 120px;
	height: 23px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 8pt;
}

#autresRubs {
	color: #2B282B;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 8pt;
	text-transform: uppercase;
}
#autresRubs li {
	list-style-image: url(../img/px.gif);
	margin: 0px 0px 0px 25px;
}
#autresRubs li a {
	color: #2B282B;
	text-decoration: none;
}

#contenu {
	float: right;
	width: 81%;
	background-repeat: no-repeat;
}

#accueil {
	float: left;
	width: 70%;
	margin: 20px;
}
#accueil h2 {
	/*font-family: "Trebuchet MS", Arial, Verdana, sans-serif;*/
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 15pt;
}
#accueil h3 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12pt;
}
#accueil ul {
	margin: 20px 0px 0px 40px;
}

#accueil li {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	margin-bottom:15px;
	clear: both;
}
#accueil #texte p {
	font-family: "Arial unicode MS", Arial, Verdana, sans-serif;
	font-size: 9pt;
	line-height: 13pt;
}
#centre {
	float: left;
	width: 77%;
	margin: 20px 0px 0px 0px;
}

#centre #texte h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	line-height: 30pt;
}
#centre #texte h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
	text-transform: uppercase;
}
#centre #texte p.chapotitre {
	font-size: 11pt;
	line-height: 13pt;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
}
#centre #texte p.chapopage {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
}
#centre #texte p {
	font-family: "Arial unicode MS", Arial, Verdana, sans-serif;
	font-size: 9pt;
	line-height: 13pt;
	color: #000000;
}
#centre #texte ul {
	margin: 10px 0px 20px 0px;
}
#centre #texte li {
	font-family: "Arial unicode MS", Arial, Verdana, sans-serif;
	font-size: 9pt;
	line-height: 13pt;
	margin: 0px 0px 5px 25px;
}

#centre #texte a.mail {
	background-image:url(../img/pic_mail.gif);
	background-repeat: no-repeat;
	color: #000000;
	text-decoration: none;
	font-size: 9pt;
	display: block;
	height: 25px;
	padding: 4px 0px 0px 65px;
}
#centre #texte a.pdf {
	background-image:url(../img/pic_pdf.gif);
	background-repeat: no-repeat;
	color: #000000;
	text-decoration: none;
	font-size: 9pt;
	float: right;
	height: 45px;
	padding: 40px 0px 0px 0px;
}

#actua {
	float: right;
	width: 17%;
	background-color: #E3E3E3;
	padding: 10px 20px 20px 20px;
	background-image: url(../img/bg_actua.gif);
	background-repeat: no-repeat;
	/*background-position: bottom left;
	filter: Alpha(Opacity=50);
	-moz-opacity:0.5;*/
}

#actua img {
	/*display: block;*/
	border: 0px;
}

#actua a {
	color: #FFBF00;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 20pt;
	line-height: 22pt;
	margin: 20px 0px 20px 0px;
	text-decoration: none;
	display: block;
	cursor : pointer;
}
#actua p.suite {
	text-align:right;
}
#actua p.suite a {
	margin: 0px;
}
#actua p.foto img {
	border: solid 1px #5C92B0;
	text-align: center;
	margin: 20px 0px 0px 0px;
}

img.imgActu {
	text-align: left;
	margin: 5px 15px 15px 0px;
}
