/* TAGS GENERIQUES */
*
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table
{
	border-collapse: collapse;
}

/* TAGS SPECIFIQUES */
#bg_container
{
	background-image: url("../IMG/2010/main_bg.jpg");
	width: 1000px;
	margin: 0 auto;
}

#header_links
{
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 5px;
	margin-bottom: 20px;
}

#header_links a
{
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 5px;
}

#header_container #header_link_left
{
	margin: 25px 0 0 5px;
	float: left;
	display: inline-block;
	width: 450px;
	height: 120px;
}

#header_container #header_link_right
{
	margin: 25px 5px 0 0;
	float: right;
	display: inline-block;
	width: 430px;
	height: 120px;
}

#header_links a:hover
{
	text-decoration: underline;
}

#menu_container
{
	width: 900px;
	height: 72px;
}

#menu_container table
{
	width: 900px;
}

#menu_container td
{
	padding-top: 6px;
}

a.menu
{
	display: block;
	height: 60px;
}

a#menu_1
{
	width: 112px;
}

a#menu_2
{
	width: 112px;
}

a#menu_3
{
	width: 113px;
}

a#menu_4
{
	width: 113px;
}

a#menu_5
{
	width: 113px;
}

a#menu_6
{
	width: 113px;
}

a#menu_7
{
	width: 112px;
}

a#menu_8
{
	width: 112px;
}

.spacer
{
	clear: both;
	height: 1px;
}

.spacer_5
{
	clear: both;
	height: 5px;
}

.spacer_10
{
	clear: both;
	height: 10px;
}

#left_container
{
	float: left;
	width: 240px;
	padding-top: 40px;
}

.left_onglet
{
	width: 230px;
/*	height: 45px;*/
	background-position: left bottom;
	padding: 0 10px 20px 0;
}

.left_onglet h2
{
	padding: 8px 0 0 10px;
	font-weight: normal;
	font-size: 16px;
}

.left_onglet h3
{
	padding: 8px 0 0 10px;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
}

ul.left_articles_menu
{
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 20px 35px;
}

ul.left_articles_menu li
{
	font-variant: small-caps;
	padding: 3px 0;
}

ul.left_articles_menu li a
{
	text-decoration: none;
}

ul.left_articles_menu li a:hover
{
	text-decoration: underline;
}

#left_container h1.titre_actualite
{
	font-weight: bold;
	font-size: 10px;
	margin: 0 0 0 35px;
	padding: 0 35px 10px 0;
}

#left_container p.intro_actualite
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 5px 25px 25px 35px;
}

#left_container p.intro_actualite a
{
	text-decoration: none;
}

#left_container p.intro_actualite a:hover
{
	text-decoration: underline;
}

#center_container
{
	padding: 0 0 0 240px;
}

p.bottom_line
{
	color: #FFFFFF;
	padding: 100px 0 5px 10px;
	font-size: 9px;
}

#right_container
{
	float: right;
	width: 220px;
	margin-left: 15px;
	margin-bottom: 15px;
}

#right_container form#recherche_form
{
	height: 28px;
	margin-bottom: 10px;
}

#right_container form#recherche_form label
{
	font-size: 11px;
	margin: 5px 3px 0 7px;
}

#right_container form#recherche_form input#recherche
{
	margin-top: 5px;
}

.right_onglet
{
	width: 220px;
	height: 45px;
}

.right_onglet h2
{
	padding: 8px 0 0 6px;
	font-weight: normal;
	font-size: 14px;
}

.right_onglet h2 .small_title
{
	font-size: 11px;
	letter-spacing: -1px;
}

.right_onglet_dl
{
	width: 220px;
	height: 45px;
}

.right_onglet_dl h2
{
	padding: 8px 0 0 6px;
	font-weight: normal;
	font-size: 14px;
}

table.dl_entry
{
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.dl_entry td
{
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
}

table.dl_entry td a
{
	color: rgb(135,136,138);
	text-decoration: none;
}

#right_container .titre_container
{
	position: relative;
	left: -11px;
	margin-top: 10px;
	margin-bottom: 15px;
}

#right_container .titre_container img
{
	display: block;
	float: left;
	border: none;
}

#right_container .titre_container p
{
	font-size: 10px;
}

#right_container .titre_container p a, #right_container .titre_container p a:active, #right_container .titre_container p a:visited
{
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

#right_container .titre_container p a:hover
{
	text-decoration: underline;
}

#right_container .bottom_decorator_container
{
	position: relative;
	left: -11px;
	margin-top: 10px;
}

#right_container .bottom_decorator_container img
{
	display: block;
}

#right_container h1.titre_droite
{
	font-size: 12px;
	margin: 0 10px 5px 10px;
}

#right_container p.texte_droite,#right_container p.texte_droite_edit
{
	font-size: 11px;
	margin: 0 25px 5px 10px;
}

#right_container p.texte_droite a
{
	font-weight: bold;
	text-decoration: none;
	color: rgb(135,136,138);
}

#right_container p.texte_droite_edit a
{
	text-decoration: none;
	color: #87888A;
}

#right_container p.texte_droite a:hover, #right_container p.texte_droite_edit a:hover
{
	text-decoration: underline;
}

.texte_spip
{
	padding: 5px 15px 50px 10px;
    width: auto;
}

p iframe
{
	width: 410px;
}

.texte_spip h1
{
	font-size: 16px;
	margin: 10px 0 25px 0;
}

.texte_spip h2
{
	font-size: 15px;
	margin: 10px 0 20px 0;
}

.texte_spip h3
{
	font-size: 13px;
	margin: 10px 0 20px 0;
}

.texte_spip p
{
	font-size: 11px;
	margin: 10px 0 15px 0;
}

.texte_spip table
{
	font-size: 11px;
	margin: 10px 0 15px 0;
}

.texte_spip th
{
	font-weight: bold;
	text-align: left;
	padding: 2px;
}

.texte_spip td
{
	text-align: left;
	padding: 2px;
}

.texte_spip p.pagination
{
	text-align: right;
}

.texte_spip ul.liste_rubriques_texte_spip
{
	list-style-position: inside;
	list-style-type: none;
	margin: 0 0 0 15px;
	display: none;	/* correctif */
}

.texte_spip ul.liste_rubriques_texte_spip li
{
	font-size: 11px;
	margin: 0 0 5px 0;
}

.texte_spip ul.spip
{
	list-style-position: inside;
	font-size: 11px;
	margin: 0 0 0 10px;
}

.texte_spip ul.spip li
{
	padding-bottom: 5px;
}

.texte_spip a img
{
	border: none;
}

.spip_documents_center
{
	text-align: center;
}

.spip_documents_center img
{
	display: block;
	margin: 0 auto;
}

.recherche_articles ul
{
	list-style-position: inside;
	margin: 0 0 0 10px;
	font-size: 11px;
}

.recherche_articles ul li
{
	margin: 5px 0 10px 0; 
}

.recherche_rubriques ul
{
	list-style-position: inside;
	margin: 0 0 0 10px;
	font-size: 12px;
}

.recherche_rubriques ul li
{
	margin: 5px 0 10px 0; 
}

dl.spip_documents
{
	text-align: center;
}

dl.spip_documents dt
{
	margin: 0 auto;
}

dt.spip_doc_titre
{
	font-size: 12px;
	color:#002F60;
}

table#table_choix
{
	border-collapse: collapse;
}

table#table_choix td#vous_etes
{
	width: 142px;
	background-image: url("../IMG/2010/vous_etes_bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
}

table#table_choix td#choix
{
	width: 270px;
	height: 110px;
	padding: 5px;
	background-image: url("../IMG/2010/tableau_choix_bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
}

table#table_choix td#choix ul
{
	list-style-type: none;
}

table#table_choix td#choix ul li
{
	text-align: center;
	line-height: 14px;
	letter-spacing: -0.5px;
}

table#table_choix td#choix ul li a
{
	color: #9c9d9f;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.color_hr
{
	height: 10px;
}
