html, body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font: normal 1.15em Arial,Verdana,Helvetica,sans-serif;
	background-color: #fff;
	min-height: 100%;
	margin-bottom: 1px;
	
	/* Force vertical scrollbar display in FF */
	line-height : 150%;
}
.marge10 {
	margin-left:10px;
	}

/* Aucune bordure pour les formulaires */
form {
	border: 0;
	padding: 0;
	margin: 0;
}
/* Aucune bordure pour les images */
img {
	border: 0;
}

/* Liens par defaut */
a, a:link, a:visited, a:active {
	color: #3B8047;
	text-decoration: none;
}
a:hover {
	color: #3B8047;
	text-decoration: underline;
}

/* Liens plan du site */
a.plan_site_o, a.plan_site_o:link, a.plan_site_o:visited, a.plan_site_o:active {
	color: #3B8047;
	text-decoration: none;
}
a.plan_site_o:hover {
	color: #3B8047;
	text-decoration: underline;
}

/* Fil d'ariane par defaut */
div#ariane {
	font-weight: bold;
	font-size: 0.9em;
}
/* Fil d'ariane forum */
div#ariane_forum {
	font-weight: bold;
	font-size: 1.0em;
	color: #3B8047;
}
/* Footer par defaut */
div#footer {
	color: #E3A268;
	color: #3B8047;
	font-weight: bold;
	font-size: 0.9em;
}
div#footer a {
	color: #3B8047;
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
}
div#footer a:hover {
	text-decoration: underline;
}

/* Footer accueil */
body#accueil div#footer {
	color: #3B8047;
}

/**************************************************************** MENUS *****************************************************************/

/* Menu orange light (plan du site) */
/* 3B8047 */
.menu_ol {
	background-color: #FFEACD;
}
.menu_ol table {
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 180px;
}
.menu_ol td {
	height: 8px;
}
.menu_ol div {
	margin-left: 10px;
}
.menu_ol a:link, a:active, a:visited {
	color: #E78713;
	font-weight: bold;
}
.menu_ol a:hover {
	font-weight: bold;
	text-decoration: underline;
}
.menu_ol a:link.light, a:active.light, a:visited.light {
	font-weight: normal;
	color: #E78713;
}
.menu_ol a:hover.light {
	font-weight: normal;
	text-decoration: underline;
}
.menu_ol td.bottom {
	height: 1px;
}

/* Menu orange dark */
.menu_od {
	background-color: #FFD496;
}
.menu_od table {
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 180px;
}
.menu_od td {
	height: 8px;
}
.menu_od div {
	margin-left: 10px;
}
.menu_od a {
	font-weight: bold;
}
.menu_od td.bottom {
	height: 1px;
}

/* Menu vert dark (plan du site) */
.menu_v_plan {
	background-color: #B0D9B3;
}
.menu_v_plan table {
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 180px;
}
.menu_v_plan td {
	height: 8px;
}
.menu_v_plan div {
	margin-left: 10px;
}
.menu_v_plan a:link, a:active, a:visited {
	color: #3B8047;
	font-weight: bold;
}
.menu_v_plan a:hover {
	font-weight: bold;
	text-decoration: underline;
}
.menu_v_plan a:link.light, a:active.light, a:visited.light {
	color: #3B8047;
	font-weight: normal;
}
.menu_v_plan a:hover.light {
	font-weight: normal;
	text-decoration: underline;
}
.menu_v_plan td.bottom {
	height: 1px;
}


/* Menu vert dark */
.menu_vd {
	background-color: #B0D9B3;
}
.menu_vd table {
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 180px;
}
.menu_vd td {
	height: 8px;
}
.menu_vd div {
	margin-left: 10px;
}
.menu_vd a {
	font-weight: bold;
}
.menu_vd td.bottom {
	height: 1px;
}

/* Alt menu */
.altmenu {
	display:table;
	
	/* ignored by IE */
	padding:0;
	list-style-type:none;
	white-space:nowrap;
	
	/* keep text on one line */
	border:1px solid #fff;
	
	/* add a border to show size of menu */
}
* html .altmenu {
	/*display:inline-block;*/
	
	/* for IE only */
	width:1px;
	
	/* IE will expand to fit menu width */
	padding:0 2px;
	
	/* fix bug in IE for border spacing */
}
.altmenu li {
	display:table-cell;
	
	/* ignored by IE */
}
* html .altmenu li {
	display:inline;
	
	/* for IE only */
}
.altmenu a, .altmenu a:visited {
	display:block;
	
	/* for all browsers except IE */
	padding:4px 16px;
	color:#000;
	background:#d4d4d4;
	border:1px solid #fff;
	
	/* add a 1px white border around items */
	text-decoration:none;
}
* html .altmenu a, * html .altmenu a:visited {
	/*display:inline-block;*/
	
	/* for IE only */
	margin:0 -2px;
	
	/* to correct an IE border width bug */
}
.altmenu a:hover {
	color:#fff;
	
	/*background:#08c;
	*/
}
.lefted {
	margin:0 auto 0 0;
}
.centered {
	margin:0 auto;
}
.righted {
	margin:0 0 0 auto;
}
/******************************************* BARRE DE NAVIGATION VERTE *************************************************/
.c_body_bar_o {
	background-color: #FFEACB;
	height: 20px;
	color: #F19542;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.c_body_bar_o span.bar_text {
	text-align: left;
	float: left;
	margin-left: 5px;
	text-transform: uppercase;
}
.c_body_bar_o span.bar_arrow {
	text-align: right;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}
.c_body_bar_v {
	background-color: #9EE0A3;
	height: 20px;
	color: #298531;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.c_body_bar_v span.bar_text {
	text-align: left;
	float: left;
	margin-left: 5px;
	text-transform: uppercase;
}
.c_body_bar_v span.bar_arrow {
	text-align: right;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}
/*************************************************** STYLES SPECIFIQUES PAGES VERTE *****************************************************/
body#v a, a:link, a:visited, a:active {
	color: #3B8047;
}
body#v a:hover {
	color: #3B8047;
	text-decoration: underline;
}
body#v h1 {
	font-weight: bold;
	font-size: 1.4em;
	color: #0E8531;
}
body#v h2 {
	font-weight: bold;
	font-size: 1.3em;
	color: #000000;
}
body#v h3 {
	font-weight: normal;
	font-size: 1.1em;
	color: #000000;
}
/* Fil d'ariane */
body#v div#ariane {
	color: #3B8047;
}
/* Footer */
body#v div#footer {
	color: #3B8047;
}
/***************************************************** STYLES SPECIFIQUES PAGES ORANGE **************************************************/
/* Lien par defaut */
body#o a, a:link, a:visited, a:active {
	color: #E78713;
	text-decoration: none;
}
body#o a:hover {
	color: #E78713;
	text-decoration: underline;
}
body#o h1 {
	font-weight: bold;
	font-size: 1.4em;
	color: #E78713;
}
body#o h2 {
	font-weight: bold;
	font-size: 1.3em;
	color: #000000;
}
body#o h3 {
	font-weight: normal;
	font-size: 1.1em;
	color: #000000;
}
/* Fil d'ariane */
body#o div#ariane {
	color: #E78713;
}
/* Footer */
body#o div#footer {
	color: #E78713;
}
/* Menu light */
body#o div#menu_light {
	width: 180px;
	background-color: #FFEACC;
}
body#o div#menu_light span {
	color: #000;
	font-weight: bold;
	font-size: 1.0em;
	padding-left: 10px;
}
body#o div#menu_light ul {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}
body#o div#menu_light li {
	height: 18px;
}
body#o div#menu_light li a {
	display: block;
	padding: 0 0 0 0;
	font-weight: bold;
	text-decoration: underline;
}
body#o table#c_body_bar_570 {
	float: left;
	width: 570px;
	background-color: #FFFFFF;
	height: 20px;
}
body#o table#c_body_bar_570 tr td {
	color: #E78713;
	font-weight: bold;
}
table#c_body_bar_570 form select {
	margin: 0;
	border: 1px solid #E78713;
	padding: 0;
	background-color: #FFFFFF;
	color: #E78713;
	font-weight: bold;
}
table#c_body_bar_570 a:hover {
	text-decoration: none;
	color: #EFE6D7;
}
/********************************************************* CONTAINERS GLOBAUX ***********************************************************/
/* Container principal */
#c_frame {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: left;
}
/* Container navigation Tele-Quebec */
#c_header_tqnav {
	height: 26px;
}
/* Container du logo de l'accueil */
#c_header_accueil_logo {
	height: 83px;
	text-align: center;
}
/* Container du logo global */
#c_header_logo_accueil {
	height:83px;
	text-align: center;
	background-image: url("../images/accueil_anglais.gif");
	background-repeat:no-repeat;
}
#c_header_logo {
	height: 55px;
	text-align: center;
	background-image:url("../images/logo_title_small_en.gif");
	background-repeat:no-repeat;
}
#c_header_logo img {
	width:760px;
	height:55px;
}
/* Container du body de page */
#c_body_frame {
	padding-top: 10px;
}
/* Container du menu de gauche */
#c_body_menu_left {
	width: 180px;
	float: left;
}
/* Container contenu principal de 570 px */
#c_body_content {
	width: 570px;
	overflow: hidden;
	padding-left: 10px;
	float: left;
	background: #fff;
}
/* Container contenu principal de 760 px */
#c_body_content_full {
	width: 760px;
	overflow: hidden;
	float: left;
	background: #fff;
}
/* Container du fil d'ariane */
#c_body_content_ariane {
	width: 570px;
	height: 30px;
	padding-bottom: 10px;
}
#c_body_content_ariane img {
	padding-top: 10px;
	border: 0;
}
/* Container de sous-contenu, une seule colonne de 570px */
#c_body_content_1col1 {
	margin: 0;
	padding: 0;
	width: 570px;
	background: #fff;
	overflow: hidden;
}
/* Container de sous-contenu, colonne de gauche */
#c_body_content_2col1 {
	width: 395px;
	float: left;
	background: #fff;
	overflow: hidden;
	margin-right: 10px;
}
/* Container de sous-contenu, colonne de droite */
#c_body_content_2col2 {
	width: 165px;
	float: left;
	background: #fff;
}
/* Container du pied de page */
#c_footer {
	width: 760px;
	padding-top: 10px;
	float: left;
	background: #fff;
	font-size: 0.95em;
	color: #73737B;
	text-align: center;
}
/************************************************************* FIL D'ARIANE *************************************************************/
/* Container du fil d'ariane */
#c_recherche_ariane {
	width: 760px;
	height: 20px;
	padding-bottom: 10px;
}
#c_recherche_ariane img {
	padding-top: 10px;
	border: 0;
}
/************************************************************** QUIZ ********************************************************************/
p.question {
	padding-top: 20px;
}
p.reponse_bonne {
	color: #0E8531;
	font-weight: bold;
}
p.reponse {
}
/***************************************************** PROPOSEZ-NOUS UN INVITE **********************************************************/
#box_proposez fieldset {
	margin: 0;
	padding: 0;
	border: 1px;
	width: 570px;
}
#box_proposez input {
	border: 1px solid #000;
}
#box_proposez input.keywords {
	width: 200px;
}
#box_proposez select {
	border: 1px solid #000;
	width: 200px;
	font-size: 1em;
}
#box_proposez textarea {
	border: 1px solid #000;
}
#box_proposez .checkbox {
	border: 0;
}
#box_proposez table.dark {
	padding: 0;
	margin: 0;
	border: 0;
	height: 100px;
	vertical-align: middle;
}
#box_proposez table.dark_submit {
	padding: 0;
	margin: 0;
	border: 0;
	height: 30px;
	vertical-align: middle;
}
#box_proposez table.light_textarea {
	padding: 0;
	margin: 0;
	border: 0;
	height: 120px;
	vertical-align: middle;
}
#box_proposez table.light {
	padding: 0;
	margin: 0;
	border: 0;
	height: 30px;
	vertical-align: middle;
}
#box_proposez div.dark_submit {
	height: 30px;
	background-color: #FFEACD;
	padding-left: 10px;
	border: 0;
	margin: 0;
}
#box_proposez div.dark {
	height: 100px;
	background-color: #FFEACD;
	padding-left: 10px;
	border: 0;
	margin: 0;
}
#box_proposez div.light_textarea {
	height: 120px;
	background-color: #FFF6E7;
	padding-left: 10px;
	border: 0;
	margin: 0;
}
#box_proposez div.light {
	height: 30px;
	background-color: #FFF6E7;
	padding-left: 10px;
	border: 0;
	margin: 0;
}
#box_proposez td.caption {
	width: 175px;
}
#box_proposez td.field {
}
/************************************************************* RECHERCHE ****************************************************************/
#box_recherche {
}
#box_recherche fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	width: 760px;
}
#box_recherche label.big {
	font-size: 1.5em;
}
#box_recherche label.small {
}
#box_recherche input {
	border: 1px solid #000;
}
#box_recherche input.keywords {
	width: 200px;
}
#box_recherche select {
	border: 1px solid #000;
	width: 200px;
	font-size: 1em;
}
#box_recherche .checkbox {
	border: 0;
}
#box_recherche table.dark {
	padding: 0;
	margin: 0;
	border: 0;
	height: 40px;
	vertical-align: middle;
}
#box_recherche table.light {
	padding: 0;
	margin: 0;
	border: 0;
	height: 30px;
	vertical-align: middle;
}
#box_recherche div.dark {
	height: 40px;
	background-color: #FFEACD;
	padding-left: 50px;
	border: 0;
	margin: 0;
}
#box_recherche div.light {
	height: 30px;
	background-color: #FFF6E7;
	padding-left: 50px;
	border: 0;
	margin: 0;
}
#box_recherche td.caption {
	width: 175px;
}
#box_recherche td.field {
}
#box_recherche td.comments {
	font-size: 1em;
	padding-left: 16px;
}
#box_recherche_resultats {
	float: left;
}
#box_recherche_resultats div.mediatypes {
	border: 0;
	margin: 0;
	padding: 8px 10px 10px 10px;
	background-color: #FFEACD;
	height: 44px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-variant: inherit;
	font-style: inherit;
}
#box_recherche_resultats p.criterias {
	margin-top: 0px;
	margin-bottom: 0px;
}
#box_recherche_resultats p.mediatypes {
	margin-top: 10px;
	margin-bottom: 0px;
}
#box_recherche_resultats a {
	text-decoration: underline;
}
#box_recherche_resultats a.mediatype {
	font-weight: normal;
}
#box_recherche_resultats span.mediatype_first {
	margin-right: 10px;
}
#box_recherche_resultats span.mediatype {
	margin-left: 10px;
	margin-right: 10px;
}
#box_recherche_resultats .big {
	font-size: 1.5em;
}
#box_recherche_resultats .bigtxt {
	font-size: 1.5em;
	margin: 5px 0 5px 0px;
	border: 0;
}
#box_recherche_resultats .invname {
	font-size: 1.05em;
	margin: 0 0 10px 0px;
	border: 0;
}
#box_recherche_resultats .small {
	font-size: 1.05em;
}
#box_recherche_resultats h2.small {
	margin: 16px 0px 0px 0px;
}
#box_recherche_resultats p.small {
	margin: 0px 0px 4px 0px;
}
#box_resultats h1.big {
	font-weight: bold;
	font-size: 1.5em;
}
/*************************************************** CONTAINERS LES GRANDES THEMATIQUES *************************************************/
#c_body_thematiques_bloc_filet {
	width: 570px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
/******************************************************* CONTAINERS LES INVITES *********************************************************/
#c_body_invites_list {
	width: 570px;
	float: left;
	padding: 0;
	margin-top: 5px;
}
#c_body_invites_bloc {
	float: left;
}
#c_body_invites_bloc_row1 {
	float: left;
	width: 570px;
}
#c_body_invites_bloc_row1 span.img {
	float: left;
	width: 208px;
	height: 116px;
	border: 0;
}
#c_body_invites_bloc_row1 span.txt {
	float: right;
	width: 352px;
	margin-left: 10px;
}
#c_body_invites_bloc_row2 {
	float: left;
	width: 570px;
}
#c_body_invites_bloc h1 {
	font-weight: bold;
	font-size: 1.5em;
	color: #000000;
	margin: 0;
}
#c_body_invites_bloc h2 {
	font-weight: bold;
	font-size: 1.05em;
	color: #000000;
	margin: 0;
}
#c_body_invites_bloc h3 {
	font-weight: bold;
	font-size: 1.0em;
	color: #000000;
	margin: 0;
}
#c_body_invites_bloc p {
	margin: 0;
}
#c_body_invites_bloc_filet {
	width: 570px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
#c_body_bientot_list {
	background-color: #FFEACD;
	width: 570px;
	float: left;
	padding-top: 10px;
}
#c_body_bientot_list span.title {
	margin-left: 10px;
	font-weight: bold;
	font-size: 1.4em;
}
#c_body_bientot_bloc {
	float: left;
	padding-left: 10px;
}
#c_body_bientot_bloc span.img_small {
	width: 125px;
	height: 68px;
	border: 0;
	float: left;
}
#c_body_bientot_bloc span.texte {
	width: 415px;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}
#c_body_bientot_bloc p {
	margin: 0;
}
#c_body_bientot_bloc_filet {
	background-color: #FFEACD;
	width: 550px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
/********************************************************* CONTAINERS L'INVITE **********************************************************/
#c_body_menu_collaboration {
	padding-top: 10px;
	padding-left: 10px;
	background-color: #FFE5C0;
	height: 50px;
	font-size: 0.9em;
	font-weight: bold;
	color: #D0A271;
}
#c_body_menu_collaboration img {
	padding-top: 5px;
}
#c_body_presentation_ps {
	width: 385px;
	padding-left: 10px;
	padding-bottom: 10px;
	float: left;
	background-color: #FFEACD;
	padding-top: 10px;
}
#c_body_presentation_ps span.title {
	font-size: 1.4em;
	font-weight: bold;
}
#c_body_presentation_ps span.section {
	font-size: 1.0em;
	font-weight: bold;
}
#c_body_presentation_ps img {
	padding-top: 5px;
	padding-bottom: 5px;
}
#c_body_presentation_ps ul {
}
/************************************************* STYLES INVITES & GRANDES THEMATIQUES *************************************************/
/* Box dossier de recherche */
#c_body_dossier_box {
	width: 560px;
	padding-left: 10px;
	padding-bottom: 10px;
	float: left;
	background-color: #FFEACC;
	padding-top: 10px;
}
#c_body_dossier_box span.print {
	font-weight: bold;
	font-size: 0.9em;
}
#c_body_dossier_box span.pdfdl {
	font-weight: bold;
	font-size: 0.9em;
	padding-left: 40px;
}
#c_body_dossier_box span.section {
	font-weight: bold;
	font-size: 1.0em;
}
#c_body_dossier_box img {
	padding-top: 5px;
	padding-bottom: 5px;
}
#c_body_dossier_box_row1 {
	float: left;
	width: 560px;
}
#c_body_dossier_box_row1 span.img {
	float: left;
	width: 95px;
	height: 95px;
	border: 0;
}
#c_body_dossier_box_row1 span.txt {
	float: right;
	width: 455px;
	margin-left: 10px;
}
#c_body_dossier_box_row2 {
	margin-top: 10px;
	float: left;
	width: 540px;
	margin-right: 10px;
	background-color: #FFD496;
}
#c_body_dossier_box_row2 div.c_body_bar_540_o {
	float: left;
	width: 540px;
	background-color: #FFD496;
	height: 20px;
	color: #F19542;
	font-weight: bold;
}
#c_body_dossier_box_row2 span.bar_text {
	text-align: left;
	float: left;
	margin-left: 5px;
	text-transform: uppercase;
}
#c_body_dossier_box_row2 span.bar_arrow {
	text-align: right;
	float: right;
	margin-right: 5px;
}
/* Verbatim Video */
#c_body_verbatim_flash {
	float:left; 
	width: 358px;
	padding-left: 20px; 
}
#c_body_verbatim_title {
	float: right;
        width: 375px;
	height: 30px;
        background-color: #CAD1CA;
	padding: 0;
	margin: 0;
}
#c_body_verbatim_text_box {
	float: right;
        width: 355px;
	height: 95px;
	padding-left: 10px;
	padding-right: 10px;
        padding-top: 10px;
	padding-bottom: 10px;
        background-color: #FFEACC;
	/*font-size: 0.9em;*/
	line-height: normal;
}
/******************************************************** BOX RECHERCHE *****************************************************************/
table#recherche {
	width: 180px;
	font-size: 0.9em;
	background-color: #CAD1CA;
	color: #5B625B;
	text-transform: uppercase;
	font-weight: bold;
	overflow: hidden;
}
table#recherche div {
	margin-left: 10px;
	margin-right: 10px;
}
table#recherche a.recherche, a.recherche:link, a.recherche:active, a.recherche:active {
	color: #5B625B;
	text-decoration: none;
}
table#recherche a.recherche:hover {
	color: #5B625B;
	text-decoration: underline;
}
table#recherche td.bottom {
	height: 1px;
}
table#recherche td.link_l {
	padding-top: 6px;
}
table#recherche td.link_r {
	padding-top: 6px;
	padding-right: 14px;
}
table#recherche input.recherche {
	width: 155px;
	border-bottom: 1px solid #F4F4F4;
	border-right: 1px solid #B6B6B4;
	border-top: 1px solid #909090;
	border-left: 1px solid #B6B6B4;
	margin-bottom: 0px;
}
table#recherche input.submit {
	width: 90px;
	height: 25px;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 10px;
}
/****************************************************************** BLOGUE **************************************************************/
#c_blogue {
	float: left;
}
#c_blogue a {
	color: #467B51;
	font-weight: bold;
}
#c_blogue_content {
	float: left;
	width: 385px;
	font-size: 0.95em;
	overflow: hidden;
}
#c_blogue_content .content {
	margin: 0;
	padding: 0;
}
#c_blogue_content .divider {
	height: 2px;
	background-color: #D3D1D2;
	overflow: hidden;
}
#c_blogue_content p.content_date {
	color: #3B8047;
	font-size: 0.9em;
}
#c_blogue_content .content_left {
	float: left;
	width: 70px;
	height: 90px;
}
#c_blogue_content .content_main {
	height: 86px;
}
#c_blogue_content .content_links {
	padding-top: 10px;
}
#c_blogue_content h1 {
	font-size: 1.1em;
	margin: 0;
	border: 0;
	color: #000000;
}
#c_blogue_content p {
	margin-top: 2px;
	margin-bottom: 4px;
}
#c_blogue_content a.uppercase {
	text-transform: uppercase;
	font-weight: bold;
}
#c_blogue_calendrier {
	float: right;
	width: 150px;
	height: 153px;
}
#c_blogue_calendrier div#calendar{
	height: 103px;
	background-color: #C5C3C4;
}
#c_blogue_calendrier div#calendar table th{
	color: #493;
	background: transparent;
}
#c_blogue_calendrier div#calendar td {
	width: 30px;
	height: 17px;
	font-size: 0.8em;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}
#c_blogue_calendrier .button {
	height: 17px;
}
#c_blogue_calendrier .today {
	padding-left: 3px;
	padding-right: 3px;
	color: white;
	background-color: #2B832F;
}
div#menu_dark_175 {
	width: 175px;
	font-size: 0.9em;
}
div#menu_dark_175 ul {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}
div#menu_dark_175 li {
	height: 20px;
}
div#menu_dark_175 li.sub {
	margin-left: 10px;
}
body#v div#menu_dark_175 {
	background-color: #B0D9B3;
}
body#v div#menu_dark_175 li a {
	display: block;
	padding: 0 0 3px 0;
	font-weight: bold;
	text-decoration: none;
}
#c_blogue_content div.divider {
	margin-top: 10px;
	margin-bottom: 10px;
}
.error {
	background: #FFE6CD;
	border: 2px solid #FF6600;
	padding: 5px 5px 5px 5px;
	width: 556px;
}

.spip_surligne { background-color: #FFFF66; }

