@charset "utf-8";
/* CSS Document  ============================== */
html, body {
}
body {
	background-image: url(images/bg-site.gif);
	background-color: #01003a;
	margin: 0;
	padding: 0;
	background-repeat: repeat-x;
	background-position: 0 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {
	border: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
	display: inline;
}

form {
	margin: 0;
	padding: 0;
}
table {
	margin: 0;
	padding: 0;
	empty-cells: show;
	border-collapse: collapse;
	width: 100%;
}
td {
	margin: 0;
	padding: 0;
	border:0;
	vertical-align: top;
}



a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #476070;
	font-weight: bold;
}

a:hover {
	color: #7c98aa;
	text-decoration: underline;
}
a:active, a:focus{ 
   outline:none; 
}
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 16px;
	color: #7b98aa;
	border: solid #b2b7d2 1px;
	vertical-align:middle;
	margin: 0;
	padding: 0;
}

/* ======================= Annulation Div: float */
.clear_float {
	clear: both;
	line-height: 0px;
	height: 0px;
	margin: 0;
}
.objectfloat_left {
	float: left;
	margin: 0;
	padding: 0;
}
.container_pos {
	position: relative;
}



/* ======================= alignement images */
.imgleft {
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
}
.imgright {
	float: right;
	margin-left: 8px;
	margin-bottom: 10px;
}
.imgcenter {
	text-align:center;
}
.imgbottom {
vertical-align:bottom;
}
.imgmiddle {
	vertical-align:middle;
	line-height:0px;
	font-size:0px;
	margin:0;
	padding:0;
}

/*  BLOC GLOBAL ====================*/

#blocglobal {
	width: 939px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	font-size: 12px;
}

.active {
	color: #4cbce6;
}
.selected {
	text-decoration: underline;
}
.exergue {
	color: #c91b41;
	font-weight: bold;
}
.savoir_plus, .savoir_plus_mail {
	text-align: right;
	padding: 0 12px;
	margin-bottom: 10px;
}
.savoir_plus_mail {
	float: right;
	text-align: right;
	padding:0;
	width: 390px;

}
.savoir_plus a, .savoir_plus_mail a {
	padding-left: 12px;
	background-repeat: no-repeat;
	background-image: url(images/arrow-link.jpg);
	background-position: 1px 4px;
	font-size: 11px;
	color: #6b6f8b;
}
img.note {
	margin: 0 6px;

}


/* ========================== Header */
#header {
	margin: 0;
	padding: 0;
	background-color: #01003A;
	height: 261px;
}
.win.ie6 #header {
font-size:1px;
}
#newsletter, #actus {
	border-bottom: solid 1px;
	border-color: #d2d5e5;
	margin-right: 6px;

}
#intranet {
	margin-right: 6px;
}

#intranet p, #newsletter p {
	margin-bottom: 10px;
	margin: 6px 6PX 12px 0;

}



#logo {
	padding:0;
	margin-left: 17px;
}
#logo img {
	display: block;
}

#top_decor {
	float: left;
	width: 904px;
}

#flags {
	float: left;
	width: 35px;
	margin-top: 16px;
}
#flags img {
	margin-top: 1px;
}

/* =========================== menu principal */
#menu {
	padding: 10px;
	height: 56px;
	background-repeat: repeat-x;
	background-image: url(images/1px-bg-menu.jpg);
	background-color: #FFFFFF;
	font-weight: bold;
	width: 884px;
	background-position: 0 1px;
}

.menu {
	float: left;
	height: 52px;
	background-image: url(images/separ-menu.gif);
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
	width: 106px;
	padding: 0;
	padding-right: 4px;
}

#menu ul {
	margin: 0;
	padding: 10px 0;
}
#menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	text-align: left;
}
#menu a {
	color: #bb052d;
	font-size: 12px;
	text-decoration: none;
	float: left;
	margin-left: 6px;
}
#menu a:hover {
	color: #476070;
}

/* ========================== Sous menus */

.smenu_home {
	margin-right: 14px;
	}
.smenu_home h1 {
	height: 24px;
	/*border-bottom: solid 1px;
	border-color: #d2d5e5;*/
	margin: 0 0 16px 0;
}

.smenu_home a {
	color: #01003a;
	font-size: 11px;
	font-weight: normal;
	border-bottom: dashed #cbdae3 1px;
	display: block;
	padding-bottom: 12px;
	padding-top: 6px;

}


.smenu_home a:hover {
	color: #7c98aa;
	text-decoration: none;

}
.smenu_home li:hover, .smenu li.selected {
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url(images/arrow-menu-on.gif);
	background-position: 0 4px;
}
.smenu_home ul {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
.smenu_home li {
	margin: 0;
	padding: 2px 0 4px 6px;
	list-style-type: none;
	background-repeat: no-repeat;
	background-image: url(images/arrow-menu2.gif);
	background-position: 0 7px;

}

.smenu {

	}
.smenu h1 {
	height: 26px;
	border-bottom: solid 1px;
	border-color: #d2d5e5;
}


.smenu a {
	color: #5d6153;
	font-size: 11px;
	font-weight: normal;

}
.smenu .selected {
	text-decoration: none;
	color: #8c892c;
}

.smenu a:hover {
	color: #8c892c;
	text-decoration: none;

}
.smenu li:hover, .smenu li.selected {
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url(images/arrow-menu-on.gif);
	background-position: 0 4px;
}
.smenu ul {
	margin: 16px;
	padding: 0;
}
.smenu li {
	margin: 0;
	padding: 2px 0 5px 15px;
	list-style-type: none;
	background-repeat: no-repeat;
	background-image: url(images/arrow-menu2.gif);
	background-position: 0 7px;
	border-bottom: solid #dcdab9 1px;

}

.smenu_sec {
	color: #FFFFFF;
	display: none;
	position: absolute;
	top: -10px;
	}

.smenu_sec_top {
	margin: 0;
	padding-top: 4px;
	background-repeat: no-repeat;
	background-image: url(images/arrow-top.gif);
	background-position: 30px 0;
}
.smenu_sec_in {
	margin: 0px;
	padding: 0;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	background-image: url(images/1px_bg_smenu.gif);
	background-repeat: repeat-x;
	border: solid #BFBFBF 1px;
	border-top: none;
	border-bottom: none;
}

.smenu_sec_bottom {
	height: 6px;
	padding: 0;
}


.smenu_sec a {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}
.smenu_sec a:hover   {
	color: #333333;
	text-decoration: none;
}
.smenu_sec ul {
	margin: 0;
	padding: 0;
}
.smenu_sec li {
	margin: 2px 0;
	padding: 2px 14px;
	list-style-type: none;
	background-image: url(images/puce.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	background-color: #7b98aa;
	display: block;
}

.smenu_ter {
	position: absolute;
	border: solid 4px;
	background-color: #8DA7B6;
	padding: 0;
	color: #FFFFFF;
	display: none;
	line-height: 16px;
	border-color: #476070;
	border-left: none;
	border-top: none;
}
.smenu_ter ul {
	margin: 0;
	padding: 0;
}
.smenu_ter li {
	margin: 0;
	padding: 2px 0;
	list-style-type: none;
	line-height: 14px;
}
.smenu_ter a {
	padding: 0 0 0 10px;
	margin: 0;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	display: block;
	text-decoration: none;
}
.smenu_ter a:hover {
	margin: 0;
	background-color: #B7C7D0;
	color: #476070;
	text-decoration: none;
}

.smenu_left {

	}
.smenu_left h1 {
	color: #7b98aa;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0 6px 0;
	margin: 0;
	border-bottom: solid 1px;
	border-color: #d2d5e5;
	margin-right: 16px;
}


.smenu_left a {
	font-size: 11px;
	font-weight: normal;
	color: #01003a;

}
.smenu_left .selected, .smenu_home .selected {
	text-decoration: none;
	color: #7c98aa;
}

.smenu_left a:hover {
	color: #7c98aa;
	text-decoration: none;

}
.smenu_left li:hover, .smenu li.selected {
	background-repeat: no-repeat;
	background-image: url(images/arrow-menu.gif);
	background-position: 3px 7px;
}
.smenu_left ul {
	margin: 16px;
	padding: 0;
	margin-top: 10px;
}
.smenu_left li {
	margin: 0;
	padding: 2px 0 5px 15px;
	list-style-type: none;
	background-repeat: no-repeat;
	background-image: url(images/arrow-menu.gif);
	background-position: 0 7px;
	border-bottom: dotted #cbdae3 2px;

}



#inside {
	margin: 0;
	color: #476070;
	background-color: #FFFFFF;
	padding: 20px 16px;
	width: 872px;
	padding-bottom: 10px;
}


/* ============================= cell_left */
.cell_left {
	width: 192px;
	float: left;
	margin: 0;
	padding: 0;

}


.cell_left_inside {
	background-repeat: no-repeat;
	background-image: url(../images/bg-top-col-left.gif);
	padding-top: 94px;
}


/* =================== cell_center_large */
.cell_center_large {
	float: left;
	width: 679px;
	background-image: url(images/1px-ombre-center.jpg);
	background-position: right;
	background-repeat: repeat-y;
}
.cell_center_top {
	background-repeat: no-repeat;
	background-image: url(images/bg-top-center.jpg);
	width: 680px;
	background-color: #FFFFFF;
	height: 61px;
}
.cell_center_bottom {
	background-repeat: no-repeat;
	background-image: url(images/bg-bottom-center.jpg);
	height: 15px;
}


.cell_center_container {
	width: 640px;
	border: solid #c1cfd7 1px;
	border-top: none;
	border-bottom: none;
	padding: 0 16px;
	padding-top: 4px;

}
.cell_center_container #end_cell {
	height: 6px;
}



.cell_center_large h1 {
	font-size: 16px;
	margin: 0;
	padding: 14px 0 0 14px;
}
.cell_center_large h1.titre_actu {
	font-size: 15px;
}
.cell_center_large .date {
	font-size: 12px;
	color: #BB052D;
}


.cell_center_large h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 8px 0;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-image: url(images/arrow-page-titre.gif);
	line-height: 18px;
}
.cell_center_large h3 {
	font-size: 12px;

}
.cell_center_large   .encart_center   h3 {
	background-color: #E6EBEF;
	padding: 4px;
	border-bottom: dashed #cbdae3 2px;
}
.cell_center_large h4 {
	margin: 16px;
	margin-left: 146px;
	color: #8c892d;
	font-size: 11px;
	background-repeat: no-repeat;
	background-image: url(images/square.gif);
	background-position: 0 4px;
	padding-left: 12px;
}
.cell_center_large h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 16px 0;
	border-bottom: dotted #a5a68d 2px;
	padding-bottom: 4px;
}


.cell_center_large p {
	margin: 0 0 16px 0;


}
.cell_center_large ul {
	margin: 0 16px 16px 22px;
	padding: 0;

}
.cell_center_large li {
	list-style-type: none;
	background-repeat: no-repeat;
	background-image: url(images/puce-list.gif);
	background-position: 0 5px;
	padding-left: 10px;
	margin-bottom: 6px;

}

.cell_center_large ul.list_type2 {
	margin-left: 170px;
}
.cell_center_large .encart_center {
	margin-bottom: 26px;
}
.diaporama, .video {
	text-align: center;
	margin-bottom: 26px;
}


.encart_bottom_page {
	background-color: #DCDAB9;
	padding: 16px;
	font-size: 11px;
}
.encart_bottom_page p {
	margin-left: 0px;
}

/* =================== cell_center_home */
.cell_center_home {
	float: left;
	width: 336px;
	background-repeat: no-repeat;
	background-image: url(images/bg-bienvenue.jpg);
	padding: 14px 0;
	margin: 0 16px;
}
.cell_center_home h1 {
	font-size: 20px;
	margin: 0 0 16px 0;
	padding: 0 14px;

}
.cell_center_home p {
	margin: 0 0 16px 0;
	font-weight: bold;
	padding: 0 14px;
}


/* ================================ cell_center */
/* === formattage texte central */


.texte_more {
	text-align: right;
	margin-top: 10px;
}
.texte_more a {
	font-family: "Times New Roman", Times, serif;
	color: #486814;
	font-size: 12px;
	font-weight: bold;
}
.texte_more a:hover {
	color: #98966D;
}

.separ {
	margin: 14px 8px;
	line-height: 0;
	border-bottom: dotted #E6EBEF 3px;
	font-size: 0.1em;
}
.separ_menu {
	border-bottom: solid 1px;
	border-color: #d2d5e5;
	margin-right: 16px;
}



/* =================== cell_right_home */
.cell_right_home {
	float: left;
	width: 310px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-image: url(images/onglet-actus-bottom.gif);
	background-position: left bottom;
	background-color: #BB052D;


}
.cell_right_home p {
	margin: 0 0 16px 0;
}
.actus_in {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/onglet-actus-top.gif);

}


#actu_home {
	margin: 0;
	padding: 10px;
	border-bottom: solid 1px;
	border-color: #c91a41;
	margin-left: 28px;
	background-color: #FFFFFF;
}
#actu_home a {
	font-weight: normal;
	text-decoration: none;
}



/* =================== cell_right */
.cell_right {
	float: left;
	width: 220px;
}
/* ======================== page url */
.page_url {
	padding: 6px 16px;
	float: none;
	background-color: #FFFFFF;
	width: 872px;
}
.page_url a {
	font-weight: normal;
	color: #7c98aa;
	font-size: 10px;
	background-repeat: no-repeat;
	background-image: url(images/arrow-page-url.gif);
	background-position: 0 5px;
	padding-left: 6px;
	margin-right: 4px;
}
.page_url a.selected {
	text-decoration: underline;
}

/* ====================== fonctions generales */

.imprimer {
	padding-right: 6px;
	text-align: right;
	margin-bottom: 16px;
}
.imprimer a {
	color: #1d798b;
}

.envoi_ami_top {

}
.envoi_ami_in {

}
.envoi_ami_in p {
	margin: 0 0 6px 0;
}
.envoi_ami_in a {

}


.envoi_ami_in input {

}



/*  TABLEAUX ====================*/

.tab_exam {
	margin: 16px auto;
	border: solid #666666 1px;
	font-weight: bold;

}
.tab_exam th {
	background-color: #666666;
	color: #FFFFFF;
	text-align: left;
	padding: 4px 8px;
}
.tab_exam td {
	padding: 4px 8px;
	background-color: #e5e6e5;
	border: solid 1px;
	border-right-color: #666666;
	border-left-color: #666666;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.tab_exam .col1 {
	width: 426px;
}

.tab_exam .head_tab {
	border-top-color: #333366;
	padding: 10px 8px;

}
.tab_exam .foot_tab {
	border-bottom-color: #333366;

}



/* ============================== num bas de page */
.list_alphanum {
	padding: 6px;
	text-align: center;
	margin: 10px 0;
}
.list_alphanum a {
	text-decoration: none;
	margin: 0 4px;
}

.list_alphanum a.selected {
	font-weight:bold;
	color: #7C98AA;
	font-size: 18px;
}


/* ======================= formulaire contact */

.form_contact {
	width: 98%;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0px;
	border: solid #bb052d 2px;
	border-left: dashed 2px;
	border-right: dashed 2px;
	margin-bottom: 16px;
	border-left-color: #BECBD4;
	border-right-color: #BECBD4;
}
#form_contact ul {

}
#form_contact li {
	background: none;
}


.form_contact input, #form_contact select {
	width: 180px;
	font-size: 12px;
	height: 14px;
	margin-left: 4px;

}


.form_contact th {
	width: 140px;
	text-align: left;
	padding: 6px 8px;
	background-color: #F0F4F7;
	background-repeat: repeat-x;
	border-bottom: solid  1px;
	border-color: #D2D9DF;

}
.form_contact td {
	padding: 6px 4px 6px 12px;
	background-image: url(images/1px-bg-bottom.gif);
	background-color: #dae1e7;
	background-repeat: repeat-x;

}
#tab_diapo.form_contact td {
	text-align:center;
	padding: 6px;
	vertical-align: middle;
}
#tab_diapo.form_contact img {
	border:solid 1px;
	border-color:#7B98AA;
}
#tab_diapo.form_contact p {
	margin: 2px 0;
	font-size: 10px;
}
.form_contact .form_radio {
	width: 30px;
}
.form_contact .form_message {
	width: 320px;
	height: 54px;
}
.form_contact .form_adresse {
	width: 320px;
}
.form_contact .form_bouton {
	height: 20px;
	width: 90px;
	margin: 0;
	padding: 0;

}
.form_contact .form_number {
	width: 90px;
}
.form_contact .form_code {
	width: 60px;
}
.champ_obligatoire {
	color: #94191E;
	font-size: 14px;
}


/* ======================  Bottom menu */

#bottom_menu {
	padding: 0 16px;
	text-align: right;
	background-repeat: no-repeat;
	background-image: url(images/bg-bottom-site.jpg);
	background-position: left bottom;
	width: 872px;
	height: 23px;
	margin: 0;
	padding-top: 30px;
}#bottom_menu ul {
	margin: 0;
	padding: 0;

}
#bottom_menu li {
	list-style-type: none;
	display: inline;
	border-right: solid #999999 2px;
}

#bottom_menu a {
	color: #999999;
	font-size: 11px;
	padding: 0 6px;
}
#bottom_menu a:hover {
	text-decoration: none;
	color: #333333;
}
/* ================= Bottom baseline et copyright */
.bottom_baseline {
	margin: 0;
	text-align: justify;
	color: #7c98aa;
	font-size: 11px;
	width: 872px;
	padding: 16px;
	padding-bottom: 10px;

}
#copyright {
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 6px;
	padding: 10px 16px;
	border-top: solid #476070 1px;
	width: 872px;
}
.realisation a {
	padding-left: 16px;
	background-repeat: no-repeat;
	background-image: url(images/cubes_digital.gif);
}
.line_actu {
	padding: 3px;
	border: solid 1px;
	border-color: #C0CED7;
	border-right: none;
	border-left: none;
	background-image: url(images/1px-bg-menu.jpg);
	background-repeat: repeat-x;
	background-color: #F8F9FB;
	cursor: pointer;
	margin: 0;
	margin-bottom: 10px;
}

.line_actu .box_img {
	float: left;
	width: 42px;
}
.line_actu .box_text {
	float: left;
	width: 116px;
	font-size: 10px;
}
.line_actu .box_text h2 {
	font-size: 10px;
	margin: 0;
	padding: 0 4px;
}
.line_actu .box_text p {
	margin: 0;
	font-size: 9px;
}
