@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/degrade.jpg);
	background-repeat: no-repeat;
	background-position: -40px 110px;
}

.titrePresentation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	text-transform: uppercase;
	color: #0266A5;
}

.sousTitrePresentation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

/* Entete */

#entete  {

	margin-bottom: 30px;
}

#entete h1 {
	font-size: 1.3em;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 30px;
}

#entete h1 span {
	font-size: 1.2em;
	text-transform: uppercase;
	margin-left: 30px;
}
#entete h2 {
	font-size: 1em;
	padding: 0px;
	font-style: italic;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#entete h3 {
	margin: 4px 0px 0px 30px;
	text-indent: -30px;
	font-size: 17px;
	line-height: 18px;
}
#entete ul {
	margin-top: 3px;
	font-size: 15px;
	margin-right: 10px;
	padding: 3px;
}
#entete td {
	padding: 5px 8px;
}
#entete td p {
	margin-top: 0px;
	margin-bottom: 7px;
}
#entete li {
	list-style-image: url(images/puce.gif);
	list-style-type: none;
}
#entete img {
	margin-bottom: 7px;
}

#contenu a {
	color: #0266A5;
	text-decoration: none;
}


/* Le contenu */
#contenu  {
	margin-left: 15px;
	display: block;
	width: 850px;
}
#contenu h1, #contenu h2, #contenu h3, #contenu h4, #contenu h5, #contenu h6 {
	color: #0266A5;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#contenu h1 {
	font-size: 2.7em;
	margin-bottom: 0.25em;
	display: block;
	float: left;
	margin-right: .75em;
}
#contenu h2 {
	font-size: 1.9em;
	margin-bottom: 0.25em;
	font-style: italic;
	padding: 0px;
	margin-top: 0px;
	display: block;
}
#contenu table.tableau th h3 {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #FFFFFF;
	
}
th.col1 h3 strong {
	font-size: .7em;
}
#contenu h4, #contenu h5 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.25em;
	padding: 0px;
	margin-left: 0px;
}
#contenu h5 {
	font-weight: normal;
	margin-bottom: 0em;
	padding-left: 0em;
	color: #000;
}
td.col1 h4 a:link, td.col1 h4 a:visited {
	background-image: url(images/links.gif);
	background-repeat: no-repeat;
	background-position: 98% center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #E4F2FF;
	border: 1px solid #b0cfe3;
	display: block;
}
td.col1 h4 a:hover {
	color: #0266A5;
	background-color: #D4E5FF;
}
.infosComplement {
	padding-left: 12px;
	list-style-type: square;
	display: none;
	border: 1px solid #b0cfe3;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	position: relative;
}
#contenu table.tableau .col1 ul {
	font-size: 13px;
	padding-left: 12px;
	list-style-type: square;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 1.4em;
}
#contenu table.tableau .col1 ul li ul {
	font-size: 12px;
	padding-left: 24px;
	
}
/* Le TABLEAU */


table.tableau  {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#fff;
	border-collapse: collapse;
	font-size: 12px;
	width: 100%;
	margin-bottom: .5em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0266A5;
	border-right-color: #0266A5;
	border-bottom-color: #0266A5;
	border-left-color: #0266A5;	
}

.tableau h1 {
	font-size: 1.5em;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-top: 10px;
}

th.col1 {
	text-align: left;
}

th.col2{
	text-align: right;
	width: 270px;
}


th.col1 h2  {
	width: 100px;
}

td.col2 {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #b0cfe3;
}


table.tableau th {
	color:#fff;
	padding:2px 8px;
	text-transform:uppercase;
	height:25px;
	background-color: #0266A5;
	font-weight: normal;
	font-size: 11px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #fff;
}

table.tableau td {
	color:#333;
	padding:5px 8px;
	vertical-align: top;
}


table.tableau td a, th a {
 color:#0266A5;
 text-decoration:none;
 font-weight:normal; 
 display:block;
 background: transparent url(images/links.gif) no-repeat 0% 50%;
 padding-left:15px;
}

table.tableau .complet {
	font-weight: normal;
}

table.tableau .nouveau {
    padding-top: 0px;
    padding-bottom: 0px;
    white-space: nowrap;
}

.separation {
		border-bottom: 6px solid #b0cfe3;

}
.etoile {
	font-size: 12px;
	line-height: 14px;
	display: inline;
	color: #0266A5;
}
table.choixDate {
	font-size: 14px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

table.choixDate td, table.choixDate th{
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b0c9e3;
	vertical-align: middle;
}
table.choixDate th {
	font-weight: normal;
	color: #0266A5;
	background-color: transparent;
	padding-right: 10px;
}
#infosGeneral, #autresInfo {
	display: block;
	width: 570px;
	border: 4px solid #B0CFE3;
	float: right;
	padding-top: 14px;
	padding-right: 8px;
	padding-bottom: 14px;
	padding-left: 14px;
	background-color: #FFFFFF;
	margin-bottom: 1em;
}
#autresInfo {
	width: 98%;
}
#autresInfo h1 {
	float: none;
	font-size: 1.75em;
}
#autresInfo h2 {
	float: none;
	font-size: 1.4em;
}
#infosGeneral ul, #autresInfo ul {
	font-size: 14px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 14px;
	margin-top: 0px;
}
#infosGeneral li {
	margin-bottom: .75em;
	line-height: 1.5em;
}
#autresInfo li {
	line-height: 1.5em;
}
#infosGeneral em {
}
#infosGeneral p {
	font-size: .9em;
	margin-bottom: 0px;
	margin-top: 1.5em;
}
.section {
	display: block;
	clear: both;
	margin-bottom: 1.25em;
	background-color: #D4E5FF;
	border: 2px solid #FFFFFF;
	padding: 18px;
}

.sectionChoixSession {
	border-left: 2px solid #FFFFFF;
	display: block;
	clear: both;
	margin-top: 1.25em;
	background-color: #FFFFFF;
}

table.sectionChoixSession  {
	padding: 10px;
	border-collapse: collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-right-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #D4E5FF;
	border-right-color: #D4E5FF;
	border-bottom-color: #D4E5FF;
	border-left-color: #D4E5FF;	
}

td.sectionChoixSessionCourante {
	background-color: #D4E5FF;
}

td.sectionChoixAutreSession {
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #D4E5FF;
}
	
#contenu #grandTotal {
	padding-top: 10px;
	padding-bottom: 10px;
}
#contenu #grandTotal table p {
	margin: 0px;
	padding: 0px;
	color: #0266A5;
	font-size: 16px;
}
#contenu #grandTotal table {
	border: 2px solid #D4E5FF;
	font-size: 11px;
}


#contenu #grandTotal td, #contenu #grandTotal th {
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D4E5FF;
}
#contenu #grandTotal th {
	background-color: #D4E5FF;
	border-bottom-style: none;
	text-align: left;
	color: #0266A5;
	font-size: 1.7em;
}

#contenu #grandTotal p {
	float: none;
}
#contenu #grandTotal #ajoutPreuve {
	float: none;
	clear: both;
	width: 100%;
	font-size: 13px;
}
#contenu #grandTotal a.bouton {
	background-color: #0266A5;
	display: block;
	width: 95px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	float: right;
	border: 2px solid #FFFFFF;
	text-align: right;
	height: 20px;
	line-height: 1.4em;
}
#contenu #grandTotal a.bouton:hover {
	font-size: 1.2em;
}

