/**
 * General Page Layout style sheet
 *
 * @author Etienne Pallier (CESR Toulouse France)
 * (adapted from css.alsacreations.com tutorials)
 *
 * $Id: page_layout.css 365 2009-01-05 12:27:13Z topf $
 *
 */

/************ GENERAL SETTINGS *************/
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0;
padding: 0;
text-align: center;
background-color:#ffffff;
}
#container {
/*min-width:1024px;*/
width:1000px;
margin:5 auto;
background-color: #ffffff;
}

p {
margin: 0 0 0px 0;
color:#000000;
}

table td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	text-decoration: none;
	color:#ff9501;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color:#ff9501;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* ACTION LINKS must be cleary seen */
a.action, a.action:link, a.action:visited {
	text-decoration: underline;
}

/* FORM LABEL */
label a, label a:link, label a:visited {
	text-decoration: none;
	font-size: 10px;
	color:black;
}


h1 {
	font-family: "Trebuchet MS";
	font-size: 15px;
	color:#000000;
	margin:0px;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color:#007BC5;
	margin:0px;
	padding:0px;
}

HR {
	color:#ff9501; /* orange */
}

/* LINKS AS BUTTONS */
a.link_as_button {

    padding: 10px;
	color: #ffffff;
    background-color: #007BC5;
    font-family: "Trebuchet MS";
    font-size: 14px;
	font-weight:bold;
    text-decoration: none;
/*    border:2px  solid #ff9501;*/
    /*border: 0.2em groove white;*/
    /*border: 0.06em solid yellow;*/
    /*display: block;*/
}
a.link_as_button:visited {
    color: #ffffff;
    background-color: #007BC5;

}
a.link_as_button:hover {
    color: #007BC5;
    background-color: #DCE9FA;
}

/* END OF LINKS AS BUTTONS */

/*
div.folded {
	display:none;
}
*/
a.prettyTitle, a.prettyTitle:visited {
	display:inline;
	text-decoration: none;
	font-weight:bold;
	color:#007BC5;
	background-color: #dce9Fa;
}

/************ HEADER *************/
#header {
height: 125px;
text-align:left;
background-color: #FFFFFF;
}


/************ CENTER *************/
#center {
text-align:left;
background-color:#ffffff;
margin-left: 200px; /* = #left width + 2*padding +1 */
/* if right menu :margin-right: 150px;*/
padding:0px;
}


/************ CONTENT *************/
#content {
/*min-height: 500px;*/
text-align: left;
margin:0px;
padding:20 0 10 20px;
background-color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}


/******************* NEWS *******************/
#news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 180px;
	float:right;
	margin-top:20px;
	margin-left:5px;
	margin-bottom:5px;
	border: 2px solid #ffffff;
	-moz-border-radius: 9%;
	background: #C0D7F5 scroll;
	padding: 5px;
	color:#000000;

}
#news h1 {
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size: 14px;
	margin:0 -5  0 -5;
	padding:5  ;
	text-align:center;
	color:#007BC5;
}
#news p.optionsgroup {
	margin:0 -5  5 -5;
	padding:5;
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:14px;
	/*font-style:oblique;*/
	color:#007BC5;
	background-color: #dce9Fa;
}
#news ul {
	list-style-type: inherit ;
	color:#007BC5;
	margin:0;
	padding:10 0;
}
#news ul li {
	margin-bottom: 5px;
	margin-left: 20px;
}
#news ul a {
	margin-bottom: 5px;
	color: #007BC5;
	text-decoration: none;
	/*text-decoration: underline;*/
}
#news ul a:hover {
	text-decoration: none;
	color:#ff9501;
}


/******************* FOOTER *******************/
#footer {
clear:both;
height: 90px;
border-style: double;
border-color:#007BC5;
background-color: #ffffff;
}

#footer a {
color:#ff9501;

}

/****************** LEFT MENU *****************/
#left {
	float:left;
	width: 200px;
	margin: 5 0;
	padding:0px;
	text-align: left;
	background-color: #DCE9FA;
	}

#leftmenu p.optionsgroup {
/*	margin:-5 -5 10 -5;*/
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:14px;
	/*font-style:oblique;*/
	color:white;
	padding:5 0 5 10;
	margin: 0 0 10 0;
	background-color: #007BC5;
}

#leftmenu ul {
	list-style-type: none;
	margin:5 0 0 0;
	padding:5;
}

#leftmenu ul li {
	margin-bottom: 2px;
	margin-left: 10px;

	}
#leftmenu ul a {
	margin: 0 0px;
	color: #007BC5;
	text-decoration: none;
	}
#leftmenu ul a.selected {
	text-decoration: none;
	color:#ff9501;
	}
#leftmenu ul a:hover {
	text-decoration: none;
	color:#ff9501;
	}

/* LOGIN TABLE */
#leftmenu table.login {
	/*background-color:orange;*/
	border-style:solid;
	/*border-style:inset;*/
	border-width:2px;
	border-color:#007BC5;
	margin-left:40px;
	margin-bottom:10px;
	font-size: 12px;
}

form, form td, form input, form textarea, form select, form label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#keywords {
	float:left;
	width: 200px;
	margin:0;
	padding:0px;
	text-align: left;
	background-color: #DCE9FA;
}

#keywords p.header {
	font-family:"Trebuchet MS";
	font-weight:bold;
	color:white;
	padding:5 0 5 10;
	margin: 0 0 5 0;
	background-color: #007BC5;
}

#keywords ul {
	margin: 0 0 5 0;
	padding:0;
	width: 100%;
	list-style-type:none;
}

#keywords ul li {
	margin:0;
	padding:3px;
}

#keywords ul a {
	margin: 0 0px;
	color: #007BC5;
	text-decoration: none;
	}

#keywords ul a:hover {
	text-decoration: none;
	color:#ff9501;
	}

#keywords b {
	color: #007BC5;
	}

/*
#droite {
float:right;
width: 150px;
}

#menudroit {
list-style-type: none;
margin: 0;
padding:0;
}
#menudroit li {
margin-bottom: 5px;
}
#menudroit a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
#menudroit a:hover {
text-decoration: none;
}
*/
