/* sous menu */
#main-right {
	/*text-align:justify;*/
	margin-top:45px;
	margin-left:0;
}
#sous_menu {
	width : 208px;
	overflow : hidden;
	margin : 0 6px 0 10px;
	padding : 0;
}
#sous_menu .content {
	width : 208px;
	padding : 0 7px 0 7px;
}
#sous_menu .content .point {
	width : 30px;
	height : 24px;
	display : block;
}
#sous_menu .content A {
	color : black;
}
#sous_menu .top {
	height : 30px;
	padding : 0;
}
#sous_menu .bottom {
	height : 54px;
	padding : 0;
}
/* vert */
.sous_menu_vert .content {
	background : url(/images/bkd_sous_menu_vert.gif) white 0 0 repeat-y;
}
.sous_menu_vert .content .point {
	background : url(/images/point_sous_menu_vert.gif) white 0 0 no-repeat;
}
.sous_menu_vert .top {
	background : url(/images/bottom_sous_menu_vert_2.gif) white 0 0 no-repeat;
}
.sous_menu_vert .bottom {
	background : url(/images/bottom_sous_menu_vert.gif) white 0 0 no-repeat;
}
.sous_sous_menu_vert .content .point {
	background : url(/images/point_sous_sous_menu_vert.gif) white 0 0 no-repeat;
}
/* bleu */
.sous_menu_bleu .content {
	background : url(/images/bkd_sous_menu_bleu.gif) white 0 0 repeat-y;
}
.sous_menu_bleu .content .point {
	background : url(/images/point_sous_menu_bleu.gif) white 0 0 no-repeat;
}
.sous_menu_bleu .top {
	background : url(/images/bottom_sous_menu_bleu_2.gif) white 0 0 no-repeat;
}
.sous_menu_bleu .bottom {
	background : url(/images/bottom_sous_menu_bleu.gif) white 0 0 no-repeat;
}
.sous_sous_menu_bleu .content .point {
	background : url(/images/point_sous_sous_menu_bleu.gif) white 0 0 no-repeat;
}
/* jaune */
.sous_menu_jaune .content {
	background : url(/images/bkd_sous_menu_jaune.gif) white 0 0 repeat-y;
}
.sous_menu_jaune .content .point {
	background : url(/images/point_sous_menu_jaune.gif) white 0 0 no-repeat;
}
.sous_menu_jaune .top {
	background : url(/images/bottom_sous_menu_jaune_2.gif) white 0 0 no-repeat;
}
.sous_menu_jaune .bottom {
	background : url(/images/bottom_sous_menu_jaune.gif) white 0 0 no-repeat;
}
.sous_sous_menu_jaune .content .point {
	background : url(/images/point_sous_sous_menu_jaune.gif) white 0 0 no-repeat;
}
/* sous sous menu */
#sous_sous_menu {
	width : 208px;
	overflow : hidden;
	margin : 0 6px 0 10px;
	padding : 0;
}
#sous_sous_menu .content {
	width : 208px;
	padding : 14px 7px 0 7px;
}
#sous_sous_menu .content .point {
	width : 30px;
	height : 24px;
	display : block;
}
#sous_sous_menu .content A {
	color : black;
}
/* text */
.home_content {
	margin-bottom:20px;
	padding-right : 20px;
	height : 400px;
	overflow : auto;
}
.home_content2 {
	margin-bottom:20px;
	padding-right : 20px;
	height : 420px;
	overflow : auto;
	width : 680px;
}
.home_contentbas2 {
	width : 680px;
}
/* autres */
.container_12 {
	clear : both;
}
.container_12 TABLE TD A {
	font-size : 11px;
	color : #999999;
}
#right_links {
	position : absolute;
	right : 0;
	bottom : 10px;
	margin : 10px 20px 10px 0px;
}
#right_links A {
	color : #515151;
	text-transform : uppercase;
	font-style: italic;
	font-size:10px;
	font-family: Verdana, 'Trebuchet MS', Trebuchet, Tahoma, Arial, sans-serif;
}
#right_links A:hover {
	text-decoration : underline;
}
.linkiz {
	color : #BCBDB8;
}
DIV.clearer {
	clear : both;
}
DIV#bloc_debug {
	width : 996px;
	margin : auto;
	background : white;
	margin-top : 10px;
	border : 1px solid #000000;
	padding : 4px;
}
DIV#bloc_debug DIV.debug {
	background : #FFFFFF;
	text-align : left;
	margin-bottom : 10px;
}
DIV#bloc_debug DIV.value_debug {
	font-size : 11px;
}
.tcenter {
	text-align : center;
}
.smaller {
	font-size : 11px;
	color : black;
	font-style : italic;
	font-weight : normal;
}
.smaller * {
	font-size : 11px;
}
.gris {
	color : #D4D6CE !important;
}
DIV.error {
	border-top : 2px solid #075478;
	border-bottom : 2px solid #075478;
	background : #0D87C1;
	margin : 10px 0;
	color : white;
	font-size : 12px;
	font-weight : bold;
	padding : 4px 20px;
	text-align : left;
}
.dnone {
	display : none;
}