/*MISE EN PAGE SITE CES PUBLIC*/
/*BALISES HTML*/
*{
	margin:0px;
	padding:0px;
	border:0px;}
body{
	font-family: Trebuchet, Verdana, Arial, sans-serif;
	font-size:9pt;
	color:#4C4C4C;
	font-weight:normal;
	text-align:left;
	background: #e3e1d8;}
form{
	}
img{
	margin:0;
	border:0;}
input, select{
	background:#FFF;
	color:#383838;
	border: 0px #577a96;
	padding:4px;}
select{
	padding:4px;}
label{
	font-size:.9em;}
fieldset.erreur{
	border:#900 1px solid;
	color:#900;
	margin-bottom:5px;
	padding:3px;
	text-align:center;
	}
fieldset.erreur legend{
	font-weight:bold;}
/*UTILES*/
div.breakdown{
	clear:both;
	height:0;}
	
/*LAYOUT*/
#header, #content, #footer{
	position:relative;
	margin:auto;
	width:900px;
	background:#FFF;
	padding: 0px 10px 0px 10px;
	border-left:1px solid #B2B2B2;
	border-right:1px solid #B2B2B2;}
.left_border {
	padding: 0px;
	background-image: url(../images/relief_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.right_border {
	padding: 0px;
	background-image: url(../images/relief_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
table td.container{
	width:900px;
	height:100%;
	}
	
/*HEADER*/
#header{
	/*padding-top:5px;*/
}
#header div#logo{
	position:absolute;
	float:left;
	margin-top:0px;
	left:10px;}
#header div#search{
	position:absolute;
	float:right;
	display:block;
	background:#e3e1d8;
	top:0px;
	right:0;
	padding: 5px 5px 5px 7px;
}
div#search input{
	font-size:.9em;
	width:180px;}
div#search input.submit{
	width:auto;
	margin-left:0px;
	padding:4px;
	background-color:#76859c;
	color:#FFF;
	font-size:.75em;}
#header ul#menu01{
	position:relative;
	margin-top:120px;
	list-style-type:none;
	float:right;}
ul#menu01 li{
	display:block;
	float:left;
	border-width: 0px 0px 0px 1px;	
	border-color: #76859c;
	border-style:solid;
	position:relative;}
ul#menu01 li a{
	text-decoration:none;
	display:block;
	color:#546e97;
	padding: 5px 10px 5px 10px;
	font-size:1em;}
ul#menu01 a:link{
	color: #546e97;
	background: #ffffff;
}	
ul#menu01 a:visited{
	color: #546e97;
	background: #ffffff;
}	
ul#menu01 a:hover{
	color: #ffffff;
	background:#76859c;
	background-repeat:no-repeat;
	background-position:left top;
}	
ul#menu01 a:active{
	color: #546e97;
	background: #ffffff;
}	
ul#menu01 a:focus{
	color: #ffffff;
	background:#76859c;
	background-repeat:no-repeat;
	background-position:left top;
}	
ul#menu01 li.select a:link{
	color: #ffffff;
	background:#76859c;
	background-repeat:no-repeat;
	background-position:left top;
}
ul#menu01 li.select a:visited{
	color: #ffffff;
	background:#76859c;
	background-repeat:no-repeat;
	background-position:left top;
}	
/*CONTENT*/
#content{}
#sousmenu{
	background-color:#9baec9;
	background-repeat:no-repeat;
	background-position:top;
	border-top-style:solid;
	border-top-color:#76859c;
	border-top-width:0px;
	height:30px;
}
#sousmenu form#Axes_menu select{
	width:350px;}
#sousmenu form#Auteurs_menu select{
	width:130px;}
#sousmenu p{
	float:left;
	margin-left:15px;}
#sousmenu p.search{
	float:none;
	margin-bottom:10px;}
#sousmenu p.right{
	float:right;}
#sousmenu select, #sousmenu input{
	font-size:.9em;}
#sousmenu input.submit{
	width:auto;
	margin-left:0px;
	padding:4px;
	background-color:#76859c;
	color:#FFF;
	font-size:.75em;}
#sousmenu input.long{width:300px;}
#sousmenu input.mini{width:40px;}
#sousmenu label{
	width:25%;
	float:left;
	text-align:right;}

#left{
	z-index:3;
	position:relative;
	float:left;
	width:222px;
	margin-top:10px;
	margin-right:10px;
	border-right:solid #B2B2B2 1px;
	padding-bottom:10px;
	padding-right:10px;}
#left p img{
	width:222px;
}
#left h1{
	font-size:1em;
	background:#76859c;
	color:#fff;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	border-bottom:solid 1px #fff;}
#left h1.leftmenu{
	font-size:1em;
	background:#76859c;
	color:#fff;
	font-weight:bold;
	padding:0px;
	border-bottom:solid 1px #fff;}
#left h2{
	font-size:1em;
	background:#fff;
	color:#B2B2B2;
	font-weight:bold;
	padding:10px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:dashed 1px #B2B2B2;}
#left ul{
	position:relative;
	list-style-type:none;}
#left li{
	margin-top:2px;}
#left li.selected span.bloc, #left li:hover span.bloc{
	background:#dee1e8;}
#left li a{
	text-decoration:none;
	display:block;
	padding:10px;
	padding-top:2px;
	padding-bottom:2px;}
#left a:link{
	text-decoration:none;
	/*background:#F7F6FF;*/
	background:#849bbb;
	color:#fff;}
#left a:visited{text-decoration:none; background:#849bbb;color:#fff;}
#left a:hover{text-decoration:none; background:#486591; color:#fff;}
#left a:active{text-decoration:none; background:#486591; color:#fff;}
#left a:focus{text-decoration:none; background:#486591; color:#fff;}

#left li.selected a:link{	background:#486591; color:#fff;}
#left li.selected a:visited{background:#486591; color:#fff;}
#left li.selected a:hover{background:#486591; color:#fff;}
#left li.selected a:active{background:#486591; color:#fff;}
#left li.selected a:focus{ background:#486591; color:#fff;}

#left h1 a{color:#fff; background:#76859c; display:block;	padding:5px 10px 5px 10px;}
#left h1 a:link{color:#fff; background:#76859c;}
#left h1 a:visited{color:#fff; background:#76859c;}
#left h1 a:hover{background:#76859c;}
#left h1 a:active{background:#76859c;}
#left h1 a:focus{background:#76859c;}

#left ul.smenu{
	display:block;
	position:relative;
	list-style-type:none;
	margin-bottom:20px;}
#left li.smenu{
	float:left;
	position:relative;
	width:auto;
	}
#left li.smenu a{
	display:block;
	padding:2px;
	margin-right:2px;
	}
#left li.smenu a:link{	background-image:none;}
#left li.smenu a:visited{	background-image:none; }
#left li.smenu a:hover{background-image:none;}
#left li.smenu a:active{background-image:none;}
#left li.smenu a:focus{ background-image:none;}
#left li.smenu span.a_inactif{
	font-size:1.1em;
	text-decoration:none;
	display:block;
	color:#aaa;
	display:block;
	padding:2px;
	margin-right:2px;}
#left li span.Titre{
	display:block;
	border-bottom:1px dashed #fff;
	font-weight:bold;
	padding-bottom:3px;}
#left li span.mini{
	font-size:.75em;}
#left li.legende{
	padding:10px;
	padding-top:2px;
	padding-bottom:2px;}
#left li.semi{
	border-left:#C90 15px solid;}
#left li.cong{
	border-left:#930 15px solid;}
#left li.exam{
	border-left:#369 15px solid;}
#left li.cult{
	border-left:#693 15px solid;}

/*VARIANTE DE RIGHT*/
#content div.illustration{
	width:250px;
	padding:0;
	background:transparent;}
#content div.illustration p{
	background:transparent;
	padding:0;}

#right{
	z-index:2;
	position:relative;
	float:right;
	width:250px;
	margin:10px 0px 10px 10px;
	margin-top:10px;
	background:#e3e1d8;
	border-left-color:#FFF;
	border-left-style:solid;
	border-left-width:10px;
	padding:0px;
	color:#76859c;}
#right h1{
	font-size:1em;
	margin-bottom:10px;
	background:#dee1e8;
	color:#76859c;
	font-weight:bold;
	border-bottom:1px solid #fff;
	padding:5px 10px 5px 10px;
}
#right label{
	color:#76859c;
	font-weight:bold;
	display:inline;
	width:20%;
	text-align:right;
	float:left;
	margin-right:5px;}
#right input{
	color:#4c4c4c;
	width:70%;
	padding:3px;
	margin-bottom:5px;}
#right input.submit{
	float:right;
	position:relative;
	width:auto;
	margin-left:0px;
	padding:4px;
	background-color:#76859c;
	color:#FFF;
	font-size:.75em;}
#right span.stitre{
	text-transform:none;
	font-weight:bold;}
#right p{
	padding:5px 10px 5px 10px;
	}
#right form p.erreur{
	padding:5px;
	border-top:solid 1px #Ca441e;
	border-bottom:solid 1px #Ca441e;
	background:#FEE8E7;
	color:#Ca441e;
	font-weight:bold;}
#right a{
	font-weight:bold;
	color:#76859c;
	text-decoration:underline;}
#right table{
	width:100%;
	border-collapse:collapse;
	border:solid 1px #e3e1d8;
	border-bottom:solid 1px #e3e1d8;
	}
#right td{
	background:#fff;
	color:#4c4c4c;
	font-size:1em;
	font-weight:bold;
	padding:3px;
	border:dashed 1px #66b0cb;}
#right td.titre{
	border:dashed 1px #fff;
	color:#fff;
	background:#4c4c4c;
	font-size:1em;
	text-transform:uppercase;
	font-weight:normal;}
	
#right table.semi td{
	color:#C90;}
#right table.cong td{
	color:#930;}
#right table.exam td{
	color:#369;}
#right table.cult td{
	color:#693;}
	
#right table.semi td.titre{
	color:#fff;
	background:#C90;}
#right table.cong td.titre{
	color:#fff;
	background:#930;}
#right table.exam td.titre{
	color:#fff;
	background:#369;}
#right table.cult td.titre{
	color:#fff;
	background:#693;}
	
#center{
	z-index:1;
	position:relative;
	/*float:left;*/
	width:auto;
	margin-top:10px;
	padding-bottom:13px;
	margin-left:242px;
	margin-right:1px;
	height:auto !important; height:300px; min-height:300px;
	color:#888;}
#center h1{
	font-size:1.1em;
	font-weight:bold;
	padding:5px 0px 5px 0px;
	color:#2A323A;
	background-color:transparent;}
#center h2{
	color:#8F8F8F;
	font-size:1em;
	font-weight:bold;
	margin-bottom:7px;
	margin-top:7px;}
#center p{
	text-align:justify;
	white-space:normal;
	font-size:1em;
	font-weight:normal;
	margin-top:3px;
	margin-bottom:3px;}
#center a{
	color:#459ADF;
	font-weight:bold;
	text-decoration:none;}
#center a:hover{
	color:#316E9F;
	text-decoration:underline;}
#center h3 a{
	font-size:.9em;
	font-weight:normal;
	color:#459ADF;}
#center p.illu{
	padding:0px;
	background:transparent;
	float:left;
	margin-right:7px;}
#center p.illu img.photo{
	width:90px;
	}
#center h1.agenda{
	font-size:1em;
	font-weight:bold;
	margin-bottom:5px;
	padding:5px;
	padding-top:2px;
	padding-bottom:2px;
	background:#EBEDF2;
	color:#4C4C4C;
	/*border-bottom:dashed 1px #96A5CE;
	color:#fff;
	*/
	}

#center h2 span.date{
	float:left;
	display:block;
	width:50px;
	position:relative;
	font-size:.8em;
	color:#fff;
	background:#4C4C4C;
	font-weight:bold;
	padding:3px;
	margin-right:10px;
	text-align:center;}
#center h2 span.date_fin{
	float:left;
	display:block;
	width:auto;
	line-height:1.5em;
	position:relative;
	font-size:.8em;
	color:#fff;
	background:#4C4C4C;
	font-weight:bold;
	padding:5px;
	margin-right:10px;
	text-align:center;}
#center h2 span.semi{
	background:#C90;}
#center h2 span.cong{
	background:#930;}
#center h2 span.exam{
	background:#369;}
#center h2 span.cult{
	background:#693;}
	
#center h2 span.jour{
	font-size:1em;
	display:block;
	padding:2px;
	margin:1px;
	background:#fff;
	color:#4C4C4C;}
#center h2 span.titre{
	display:block;
	margin-bottom:7px;
	font-weight:bold;
	color:#677582;
	font-size:1.2em;
	}
#center p.chapo{
	font-size:1em;
	font-weight:bold;
	color:#677582;
	margin-bottom:15px;}
#center p.note{
	padding:5px;
	border-top:solid 1px #B2B2B2;
	border-bottom:solid 1px #B2B2B2;
	background:#Ebeff2;
	color:#B2B2B2;
	font-weight:bold;
	}
#center span.found{
	background:#96A5CE;
	color:#fff;}

#content div.full{
	margin-left:0px;}
#center ul{
	list-style:inside disc;
	margin-top:8px;}
#center ol{
	list-style-position:inside;
	margin-top:8px;}
#center li{
	margin-bottom:2px;}


/*FOOTER*/
#footer{
	padding-top:5px;
	border-top:dashed #B2B2B2 1px;
	clear:both;
	margin-top:0;
	margin-bottom:35px;
	border-bottom:solid #B2B2B2 1px;
}
#footer	p.logo_sl{
	margin-left:205px;
	float:left;
	margin-right:5px;}
#footer	p{
	color:#000;
	font-size:1em;}


