@charset "utf-8";
/* CSS Document */
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
}
/*GENERAL*/
h2
{
font-size:18px;
margin:0;
padding:0;
}
h3
{
font-size:14px;
margin:0;
padding:0;
}
h4
{
font-size:14px;
font-weight:normal;
margin:0;
padding:0 0 10px 0;
}

ul
{
list-style-type:none;
margin:10px 0 10px 0;
padding:0;
}
li
{
margin:0 0 0 0;
background-image:url(../pics/bullet_publication.jpg);
background-repeat:no-repeat;
background-position:0 6px;
padding:0 0 5px 15px;
}
.orange_color
{
color:#fc5911;
}
.green_color
{
color:#018410;
}
/*HEADER*/
#header {
	width: 955px;
	position:relative;
	height: 175px;
	background-image:url(../pics/top.jpg);
	background-repeat:no-repeat;
}
/*MENU IN HEADER*/
#menu {
	position:absolute;
	top: 40px;
	right: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#333333;
	text-decoration:none;
}
#menu a:hover {
	text-decoration:underline;
}
/*LOGIN IN HEADER*/
#login INPUT {
	border:none;
	margin:0;
	padding:0;
	height:17px;
	background:none;
	background-image:url(../pics/login_input.jpg);
	width:123px;
	height:13px;
	padding:5px 5px 5px 7px;
	font-size:11px;
}
#login {
	position:absolute;
	bottom: 15px;
	right: 18px;
	height:23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:0 0 0 0;
	margin:0;
}
#login_submit {
	float:left;
	margin:0 0 0 10px;
	width:99px;
	height:23px;
	padding:0 0 0 0;
}
a.login_submit_A {
	background-image:url(../pics/login_submit.jpg);
	background-repeat:no-repeat;
	display: block;
	width: 99px
}
a.login_submit_A:hover {
	background-image:url(../pics/login_submit_on.jpg);
	background-repeat:no-repeat;
}
/*RIGHT PANEL*/
#content {
	margin:10px 0 0 0;
	width: 955px;
}
/*LEFT PANEL*/
#leftpanel {
	float:left;
	width:693px;
	text-align:left;
	padding:0 0 0 17px;
}
/*RIGHT PANEL*/
#rightpanel {
	float:right;
	width:245px;
}
/*RIGHT BLOCS*/
.bloc_top {
	width: 201px;
	height: 26px;
	background-image:url(../pics/bloc-top.jpg);
	background-repeat:no-repeat;
	text-align:left;
	padding:5px 0 0 35px;
}
.bloc_content {
	width: 206px;
	background-image:url(../pics/bloc_middle.jpg);
	background-repeat:repeat-y;
	font-size:12px;
	text-align:left;
	color:#7b7b7b;
	padding:10px 15px 0px 15px;
	line-height:17px;
}
.bloc_bottom {
	width: 236px;
	height: 15px;
}
.title_blue
{
color:#3a4dd3;
font-size:12px;
}
#bloc_conference
{
background-image:url(../pics/bloc_conferences.jpg);
background-repeat:no-repeat;
width:235px;
height:170px;
font-size:18px;
padding:81px 0 0 0;
line-height:25px;
text-align:center;
}
#bloc_conference a
{
font-size:16px;
color:#FF0000;
font-weight:;
}
.texte_black
{
color:#000000;
}
.bluebut
{
height:28px;
background-color:transparent;
}
.left_bluebut
{
float:left;
background-image:url(../pics/left_bluebut.jpg);
background-repeat:no-repeat;
width:13px;
height:28px;
}
.middle_bluebut
{
text-align:center;
height:26px;
float:left;
background-image:url(../pics/middle_bluebut.jpg);
background-repeat:repeat-x;
padding:2px 5px 0 5px;
font-size:12px;
color:#FFFFFF;
font-weight:bold;
}
.middle_bluebut a
{
text-decoration:none;
color:#FFFFFF;
}

.right_bluebut
{
width:14px;
height:28px;
float:left;
background-image:url(../pics/right_bluebut.jpg);
background-repeat:no-repeat;
}
/*DYNA CONTENT*/
.top_news
{
background-color:#f4f4f4;
}
.content_news
{
padding:0 10px 10px 0;
line-height:20px;
}
.content_publication
{
padding:0 10px 10px 0;
line-height:20px;
}
.content_publication ul
{
list-style-type:none;
margin:10px 0 10px 0;
padding:0;
}
.content_publication li
{
margin:0 0 0 0;
background-image:url(../pics/bullet_publication.jpg);
background-repeat:no-repeat;
background-position:0 7px;
padding:0 0 0 15px;
}

.link_pdf
{
		display:block;
		background-image:url(../pics/icon_pdf.jpg);
		background-repeat:no-repeat;
		padding:10px 0 0 40px;
		height:35px;
		color:#018410;
}

.link_news
{
		display:block;
		background-image:url(../pics/icon_pdf.jpg);
		background-repeat:no-repeat;
		padding:10px 0 0 40px;
		height:35px;
		color:#fc5911;
}

/*FOOTER*/
.footer{
	width: 955px;
	height: 84px;
	background-image:url(../pics/footer.jpg);
	background-repeat:no-repeat;
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#000;
}
#menu_footer {
	position:relative;
	top: 47px;
	left: -200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#menu_footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#333333;
	text-decoration:none;
}
#menu_footer a:hover {
	text-decoration:underline;
}
.titre
{
color:#0033CC;
font-size:25px;
font-weight:;
margin:0;
padding:0 0 20px 0;
line-height:30px;
}
.tableau
{
background-color:#e9ebf8;
border-left:1px solid #fff;
border-right:1px solid #fff;
padding:20px;
}
.tableau td
{
padding:10px;
}
.tableau_dark
{
background-color: #d7daed;
}
.tableau_names
{
color:#0033cc;
font-weight:bold;
}
a
{
color:#0033cc;
font-weight:bold;
}
a:hover
{
text-decoration:none;
}

.commonErr
{
	color:red;
	font-weight:bold;
	font-size:10px;
	height:1px;
}

.bluebut2
{
	height:28px;
	background-color:transparent;
}
.left_bluebut2
{
	float:left;
	background-image:url(../pics/left_bluebut.jpg);
	background-repeat:no-repeat;
	width:13px;
	height:28px;
}
.middle_bluebut2
{
	text-align:center;
	height:26px;
	float:left;
	background-image:url(../pics/login_submit_on.jpg);
	background-repeat:repeat-x;
	padding:2px 5px 0 5px;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}
.middle_bluebut2 a
{
	text-decoration:none;
	color:#FFFFFF;
}

.right_bluebut2
{
	width:14px;
	height:28px;
	float:left;
	background-image:url(../pics/right_bluebut.jpg);
	background-repeat:no-repeat;
}