@import "tiny_mce.css";

body {
font-family:"Times New Roman", Times, serif;
color:#000000;
font-size:14px;
margin:0;
background:#FFFFFF url(../images/menu_bg.gif) repeat-y left;
line-height:20px;
}

img {
border:none;
}


#global {
position:absolute;
width:100%;
min-width:1000px;
margin:auto;
height:100%;
}

#header_div {
position:relative;
float:left;
clear:both;
background:#FFFFFF url(../images/top_bg.gif) repeat-x left;
width:100%;
height:133px;
}

#logo, #ban {
position:relative;
float:left;
clear:none;
}

#left_block ,
#middle_block ,
#right_block {
/*top:133px;*/
margin-top:22px;
}

#left_block {
position:relative;
float:left;
clear:none;
width:190px;
height:526px;
background:url(../images/menu_blank_bottom.gif) bottom left no-repeat;
}

#left_block div {
margin:0;
border:none;
padding:0;
}


#middle_block {
position:relative;
float:left;
clear:none;
width:496px;
}

#right_block {
position:relative;
float:left;
clear:none;
width:265px;
}

/* CONTENT FRAME */
#content_frame {
width:482px;
margin-bottom:20px;
}
#content_frame_top {
width:482px;
height:13px;
background:url(../images/main_frame_top.gif) no-repeat;
}
#content_frame_bottom {
width:482px;
height:13px;
background:url(../images/main_frame_bottom.gif) no-repeat;
}
#content_pane {
padding:0 25px 15px 25px;
overflow:auto;
min-height:50px;
background:url(../images/main_frame_bg.gif) repeat-y;
}
/* ----------- */

/* SEARCH BOX */

#right_frame {
width:253px;
margin-bottom:20px;
}
#right_frame_top {
width:253px;
height:13px;
background:url(../images/right_frame_top.gif) no-repeat;
}
#right_frame_bottom {
width:253px;
height:13px;
background:url(../images/right_frame_bottom.gif) no-repeat;
}
#right_pane {
padding:0 4px 4px 4px;
min-height:50px;
background:url(../images/right_frame_bg.gif) repeat-y;
}

/* -------------- */

#footer_frame {
margin:35px 0 35px 0;
}

/* MISE EN FORME TEXTE */

h1 {
color:black;
font-size:16px;
font-weight:bold;
}
h2 {
color:red;
font-size:16px;
font-weight:bold;
}
h3 {
font-family:"Arial Bold", Arial;
color:red;
font-size:18px;
font-weight:bold;
margin:13px 0 16px 0;
text-transform:uppercase;
}

a{color:red; text-decoration:underline;}
a:visited{color:red; text-decoration:underline;}
a:hover{color:red; text-decoration:none;}
a:active{color:red; text-decoration:underline;}

p {
margin:1px;
}

#link_back {
float:left;
clear:both;
margin:10px 5px 10px;
}

#link_back a {
text-decoration:none;
}

/* --------------- */


/* error box */
#message_stack {
	position: absolute;
	width: 400px;
	min-height: 150px;
	overflow: auto;
	z-index: 99999;
	background: #eff6fc url(../images/close_popup.png) top right no-repeat;
	border:1px solid #cccccc;
	color: #933;
    font-family: 'Trebuchet MS', Arial;
	font-weight: normal;
	font-size: 11px;
	padding: 5px;
	line-height: 16px;
	top: -30px;
	left: 35px;
	display: block;
	cursor: pointer;
}
#message_stack:hover {
	background-color: white;
}

.message_stack_success {
	color:green;
}

.message_stack_warning, .message_stack_error {
	color:red;
}

.message_stack_title {
	font-weight:bold;
	color:black;
	font-size: 13px;
	margin:5px 0 10px 0;
}