@charset "utf-8";

/*Balises*/
body{
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFFFFF;
}

body#index{ background-image:url(img/back_body_index.jpg); }
body#in{ background-image:url(img/back_body.jpg); }

h1,h2,#espaces p{
	color:#083d79;
}

.hr{
	background-color:#083d79;
	height:1px;
	overflow:hidden;
	width:90%;
}

p,h4,li{ color:#585858; }

h3,h3 a,legend{ color:#359008; }
h3 a:hover{ text-decoration:none; }

label{
	background-color:#083d79;
	color:#FFFFFF;
	border:1px solid #c6dffc;
}

big{
	color:#22a318;
}

table{
	border:1px solid #083d79;
}

th,th a,th input{
	background-color:#083d79;
	color:#FFFFFF;
	font-weight:bold;
	border:0;
}

th input{
	cursor:pointer;
}

td{
	padding:2px 5px;
}

th{
	height:16px;
	text-align:center;
}

.tools{
	width:80px;
}

td.center img{
	vertical-align:middle;
}

th img{
	vertical-align:bottom;
}

a{
	color:#083d79;
}

a:hover{
	text-decoration:underline;
}
/*Fin Balises*/

/*Cadres*/
#langues{
	color:#878693; 
}

#footer{
	color:#585858;
}

.round_top,.round_bot{
	background-repeat:no-repeat;
}

.round_top{
	background-image:url(img/round_top.gif);
	background-position:top left;
}

.round{
	background-color:#c6dffc;
	border-left:1px solid #9cb8d7;
	border-right:1px solid #9cb8d7;
}

.round_bot{
	background-image:url(img/round_bot.gif);
	background-position:bottom left;
}

.round2_top,.round2_bot{
	background-repeat:no-repeat;
}

.round2_top{
	background-image:url(img/round2_top.gif);
	background-position:top left;
}

.round2{
	background-color:#c6dffc;
	border-left:2px solid #7da7d7;
	border-right:2px solid #7da7d7;
}

.round2_bot{
	background-image:url(img/round2_bot.gif);
	background-position:bottom left;
}

.floor1{ 
	background-color:#93b5dd;
}
.floor2{ 
	background-color:#e4f0ff;
}
/*Fin Cadres*/

/*Listes*/
#menu li#first,#menu li#last,#menu li.sep{ 
	background-position:top left;
	background-repeat:no-repeat;
}

#menu li#first{ background-image:url(img/menu_left.gif); }
#menu li#last{ background-image:url(img/menu_right.gif); }
#menu li.sep{ 
	background-image:url(img/menu_sep.jpg);
}
/*Fin listes*/

/*Textes*/
#last_titles p{
	color:#0d6b07;
}

#abonnes strong{
	color:#083d79;
}

#service p{
	color:#585858;
}
/*Fin Textes*/

/*Liens*/
#menu li a{
	background-position:top left;
	background-repeat:repeat-x;
	background-image:url(img/back_menu.jpg);
	color:#9bc7fa;
}

#menu li a:hover{ background-position:bottom left; }

#last_titles a{
	color:#585858;
}

#diffusez{
	background-image:url(img/btn_diffusez.gif);
	background-repeat:no-repeat;
	background-position:top left;
	color:#cff9b0;
}

#footer a{ color:#585858; }
/*Fin Liens*/

/*Formulaires*/
input,select,textarea{
	border:1px solid #C6DFFC;
}

#login input.text{
	border:0;
	border-top:1px solid #707070;
}

#login #bouton{
	background-image:url(img/btn_espace_presse.gif);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#c6dffc;
	color:#e8f2ff;
}

#login label,#login a{
	color:#585858;
}
/*Fin Formulaires*/

.centerBloc{ margin:auto; }
.odd{ background-color:#8BF558; }
caption{
	text-align:center;
	font-weight:bold;
}

.bouton{
	background-color:#c6dffc;
	border:1px solid #083d79;
	color:#083d79;
	font-weight:bold;
	padding:2px 5px;
	cursor:pointer;
}

.bouton:hover{
	background-color:#083d79;
	color:#c6dffc;
	text-decoration:none;
}

#submit_form{
	margin-top:10px;
}