@import "tiny_mce.css";

/* CSS Document */

body {
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
line-height:18px;
text-align:center;
background:#c1d82f url(../images/bg_bottom.gif) repeat-x bottom;
}

a { color:#726056; }
a:hover { text-decoration:none; }

img { border:none; }

#main {
text-align:left;
min-height:750px;
width:801px;
margin:auto;
padding:23px 12px;
overflow:auto;
background:url(../images/bg_main.gif) repeat-y;
}

#logo {
background:url(../images/logo.gif) no-repeat top;
width:226px;
height:114px;
float:left;
clear:none;
cursor:pointer;
}

#top_menu, #top_menu a {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
line-height:28px;
color:#abbe32;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
}
#top_menu {
position:relative;
top:86px;
left:33px;
float:left;
clear:none;
width:550px;
}
#top_menu a:hover, #top_menu a.current {
color:#726056;
}

#header {
width:800px;
height:200px;
background:url(../images/header.gif);
float:left;
clear:both;
margin-bottom:35px;
}

#content_frame {
float:left;
clear:both;
width:800px;
}

#left_menu {
min-height:250px;
width:170px;
float:left;
clear:none;
margin-right:55px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:11px;
line-height:14px;
}

#left_menu div.left_menu_item, #left_menu div.left_menu_item_selected {
width:148px;
padding:10px 11px;
border-bottom:dotted 1px #a5b923;
}
#left_menu div.left_menu_item a {
text-decoration:none;
color:#abbe32;
}
#left_menu div.left_menu_item_selected a, #left_menu div.left_menu_item a:hover {
text-decoration:none;
color:#726056;
}



#content {
min-height:250px;
width:505px;
float:left;
clear:none;
text-align:justify;
}

#footer {
width:825px;
margin:auto;
height:94px;
background:url(../images/bg_footer.gif) no-repeat top;
color:#ffffff;
font-size:10px;
text-align:center;
line-height:12px;
padding-top:12px;
}

#footer a {
color:#ffffff;
}

h1,h2 {
width:100%;
padding-bottom:10px;
border-bottom:dotted 1px #a5b923;
color:#a5b923;
font-size:20px;
line-height:18px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
font-style:italic;
}

h3 {
color:#a5b923;
font-size:15px;
line-height:18px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
font-style:italic;
}

.green { color:#a5b923; }
.lightgrey { color:#999999; }
.brown { color:#726056; }
.little {font-size:11px;}

.nodeco { text-decoration:none }



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

li.pdf, li.jpg, li.doc, li.txt, li.rtf, li.ppt, li.blank { 
/*list-style-image: url(http://www.e-connect.lu/cms_dir/images/pdf_small.gif);*/
list-style-type: none;
background-repeat: no-repeat;
background-position: left;
padding: 3px 0 3px 20px;
margin:2px 0;
}
li.pdf { background-image: url("http://www.e-connect.lu/cms_dir/images/pdf_small.gif"); }
li.jpg { background-image: url("http://www.e-connect.lu/cms_dir/images/jpg_small.gif"); }
li.doc { background-image: url("http://www.e-connect.lu/cms_dir/images/doc_small.gif"); }
li.txt { background-image: url("http://www.e-connect.lu/cms_dir/images/txt_small.gif"); }
li.rtf { background-image: url("http://www.e-connect.lu/cms_dir/images/rtf_small.gif"); }
li.ppt { background-image: url("http://www.e-connect.lu/cms_dir/images/ppt_small.gif"); }
li.blank { background-image: url("http://www.e-connect.lu/cms_dir/images/txt_small.gif"); }








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


/* error box */
#message_stack {
	position: relative;
	margin-top:20px;
	font-size:11px;
	padding-bottom:20px;
	border:dotted 1px #9fb222;
	padding:15px;
}
#message_stack:hover {
}

.message_stack_success {
	color:#9fb222;
}

.message_stack_error {
	color:red;
}
.message_stack_warning {
	color:orange;
}

.message_stack_title {
	color:#454545;
	font-family:"Trebuchet MS", Arial;
	font-style:italic;
	font-size: 14px;
	margin:5px 0 5px 0;
}

.page_navigation {
float:left;
text-align:center;
font-size:11px;
width:100%;
}

/* forms */


input[type=text], input[type=password], select, textarea {
padding:1px;
font-size:10px;
background:#FCFCFF;
border:solid 1px #cccccc;
font-family:Arial;
color:#666666;
}

input[type=submit], input[type=button] {
background:url(../images/evl_bouton.gif) top left;
background-color: transparent;
border:none;
width:91px;
height:18px;
font-size:11px;
font-weight:bold;
text-align:center;
color:white;
font-family:Arial;
cursor:pointer;
}



/* --- */

p {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
p.MsoNormal {margin:0;}


