h1 {
	font-size: 16px;
}
h2 {
	font-size: 12px;
}
.dash_bord {
	border: 1px dotted #999999;
}

.fond_menu_top {
	background-image: url(images/fond_menu_top.gif);
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1B2993;
	background-image: url(images/fond-site.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #FFFFFF;
	margin: 10px;
	padding: 0px;
}
.Titre {
	font-size: 16px;
	font-weight: bold;
}
.Titre2 {
	font-size: 15px;
	font-weight: bold;
}
.Sous_Titre {
	font-size: 14px;
	font-weight: normal;
}
.fond_top_header {
	background-image: url(images/img-topright.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 130px;
}
.image_spaces {
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.boites_epaisseur {
	height: 4px;
}
.sep_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E0E2EB;
}
.sep_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E2EB;
}
.sep_bottom_epais {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E0E2EB;
}
.sep_bottom2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c6cbdc;
}
a.men_r {
	color: #FFFFFF;
	text-decoration: none;
}
a.men_r_g {

	color: #848CAA;
	text-decoration: none;
}
.news_doss {
	font-size: 12px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
a.news:link {
	color: #666666;
	text-decoration: none;
}
a.news:visited {
	color: #666666;
	text-decoration: none;
}
a.news:active {
	color: #666666;
	text-decoration: none;
}
a.news:hover {
	color: #999999;
	text-decoration: none;
}
.bottom_bar {
	background-image: url(images/bar-bottom.gif);
	height: 25px;
	width: 590px;
	text-align: center;
	vertical-align: bottom;
}
.sep_test {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
}
.note_bas_page {
	font-size: 10px;
}
.bord_image {
	border: 1px solid #A3A9C0;
}




/*navigation dans les formations*/
#nav {
	margin: 0;
	padding: 20px 0px 0px;
}
#nav li {
	position: relative;
	list-style: none;
        font-weight: bold;
	color: #1B2993;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 20px;
	-webkit-border-radius: 0.6em;
	-moz-border-radius: 0.6em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
        background: #d1d1d1; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ffffff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ebebeb,  #ffffff); /* for firefox 3.6+ */
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff'); /* for IE */
}
#nav li.current{
        background: #f6f5f5;
}
#nav ul {
        display: none;
}
#nav ul li {
        background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ffffff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ebebeb,  #ffffff); /* for firefox 3.6+ */
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff'); /* for IE */
}
#nav ul li.current {
        background: #f6f5f5;
}
#nav ul.current {
        display: block;
        padding:  0px 0px;
        
}
#nav ul ul {
        display: none;
}
#nav ul ul.current {
        display: block;
        padding:  0px 0px;
}
.text_normal {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #1B2993;
    font-weight: normal;
    text-shadow: none;
}

#bouton {
	margin: 0;
	padding: 0px 0px 0px;
}
#bouton li {
	position: relative;
	list-style: none;
        font-weight: bold;
	color: #1B2993;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0px 0px 10px;
	-webkit-border-radius: 0.6em;
	-moz-border-radius: 0.6em;
	/*text-shadow: 0 1px 1px rgba(0, 0, 0, .3);*/
        background: #d1d1d1; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ffffff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ebebeb,  #ffffff); /* for firefox 3.6+ */
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff'); /* for IE */
}

.cadre {
	display: block;
	padding:  8px 20px;
	margin: 0px 0px 10px;
	-webkit-border-radius: 0.6em;
	-moz-border-radius: 0.6em;
	/*text-shadow: 0 1px 1px rgba(0, 0, 0, .3);*/
        background: #f5f5f5; /* for non-css3 browsers */
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
}

#nostyle li {
        list-style-type: decimal;
        display: list-item;
        font-weight: normal;
	color: none;
	text-decoration: none;
	padding:  0px 0px;
	margin: 0px 0px 0px;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	/*text-shadow: 0 1px 1px rgba(0, 0, 0, .3);*/
        background: none; /* for non-css3 browsers */
	border-top: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
        filter:  none; /* for IE */
}
a.caca_ie{
    font-size: 15px;
    text-decoration: none;
}


