@charset "UTF-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}
body, html {
	/*width: 950px;*/
	height:100%;
	/*left: 50%;*/
	/*top: 0%;*/
	background-color:#E6E6E6;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	/*margin: 0px;*/
	color:#3C3C3C;
}

div#conteneur {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height:100%;
	text-align: left;
}

p {
	margin-bottom:6px;
}
a, a:link, a:active, a:visited {
	color:#3C3C3C;
}
a:hover {
	color:#FF0000;
}
ul {
	margin-left:20px;
	margin-bottom:15px;
}
table.holder {
	height:100%;
}
table.holder td {
	vertical-align:middle;
}
#whitebg {
	background-color:#FFFFFF;
	width:950px;
	text-align:center;
	padding-right:10px;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:2px;
}
.clearboth {
	clear:both;
}
.colourred {
	color:#FF0000;
}
.imleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.imright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
/* :::::::::::::::::::: Construction Shared :::::::::::::::::::::: */
#menu {
	width:100%;
	height:22px;
	margin-top:15px;
}
#menu #left {
	float:left;
	width:230px;
}
#menu #right {
	width:720px;
	float:left;
	text-align:right;
	white-space:nowrap;
}
#page {
	border:1px #000000 solid;
	text-align:left;
}
#bandeau {
	width:100%;
	height:86px;
	border-bottom:1px #000000 solid;
	color:#FFFFFF;
}
#bouton-retour {
	position:absolute;
	height:21px;
	background-image:url(../im_2008/fond-menu_retour.png);
	background-repeat:no-repeat;
	padding-top:3px;
	font-size:11px;
	text-align:center;
	width:208px;
	margin-left:627px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#bouton-retour a {
	color:#FFFFFF;
	text-decoration:none;
}
#bouton-retour a:hover {
	text-decoration:underline;
}
#smenu {
	position:absolute;
	width:556px;
	white-space:nowrap;
	margin-top:65px;
	margin-left:385px;
}
#pagetitle {
	padding-top:20px;
	margin-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
#pagetitle .tit {
	font-size:22px;
	font-weight:bold;
}
#main {
	width:100%;
}
table.prog-detail {
	width:100%;
}
table.prog-detail tr.filled {
	background-color:#D6DCE7;
}
table.prog-detail .leg td {
	font-size:9px;
	font-weight:bold;
}
table.prog-detail td {
	padding-top:2px;
	padding-right:5px;
	padding-bottom:2px;
	padding-left:5px;
}
table.prog-detail .bord {
	border-top:1px #666666 solid;
}
.col-icons {
	float:left;
	width:18px;
}
.col-txt {
	float:left;
	clear:right;
	width:90%;
	margin-left:8px;
}
.col-txt .tit {
	font-size:12px;
	font-weight:bold;
}
#footer {
	width:950px;
	text-align:center;
	font-size:10px;
	margin-top:5px;
	margin-bottom:20px;
}
	
/* :::::::::::::::::::: Specific Page type 1 :::::::::::::::::::::: */
.page-type1 #bandeau {
	background-image:url(../im_2008/fond-page-type1_bandeau.gif);
	background-repeat:no-repeat;
}
.page-type1 #main {
	background-color:#003399;
	background-image:url(../im_2008/fond-page-type1_main.gif);
	background-repeat:no-repeat;
}
.page-type1 #main #left {
	float:left;
	width:350px;
	margin-top:15px;
	margin-bottom:20px;
	margin-left:10px;
	line-height:16px;
}
.page-type1 #main #right {
	float:right;
	width:572px;
	margin-bottom:20px;
}
/* :::::::::::::::::::: Specific Page type 2 :::::::::::::::::::::: */
.page-type2 #bandeau {
	background-image:url(../im_2008/fond-page-type2_bandeau.gif);
	background-repeat:no-repeat;
}
.page-type2 #main {
	background-color:#D4DCE7;
	background-image:url(../im_2008/fond-page-type2_main.gif);
	background-repeat:no-repeat;
}
.page-type2 #main #right {
	float:right;
	width:744px;
	margin-bottom:20px;
}
/* :::::::::::::::::::: Specific Page type 4 :::::::::::::::::::::: */
.page-type4 #bandeau {
	background-image:url(../im_2008/fond-page-type2_bandeau.gif);
	background-repeat:no-repeat;
}
.page-type4 #main {
	background-color:#D4DCE7;
	background-image:url(../im_2008/fond-page-type2_main.gif);
	background-repeat:no-repeat;
}
#snav {
	float:left;
	width:920px;
	font-size:11px;
	margin-top:15px;
	margin-left:10px;
	text-align:right;
}
#snav li {
	display:inline;
	padding-right:10px;
	padding-left:10px;
	list-style:none;
	border-right:1px #999999 solid;
}
#snav li a,
#snav li a:link,
#snav li a:active,
#snav li a:visited {
	text-decoration:none;
}

.snav2 {
	width:900px !important;
}
.page-type4 #main .tit {
	float:left;
	width:910px;
	height:22px;
	line-height:18px;
	padding-left:5px;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	margin-top:0px;
	margin-left:10px;
	background:#999999;	
}
.page-type4 #main .left {
	float:left;
	width:260px;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:10px;
	line-height:14px;
	color:#333333;
}


/* ::::::::: sp� page 5 ::::::::: */
.page-type4 #main .texte {
	width:922px;
	margin-top:40px;
	padding-bottom:10px;
	padding-left:10px;
	line-height:14px;
	color:#333333;
}
.page-type4 #main .texte td {
	width:451px;
	padding-right:20px;
	vertical-align:top;
}
.page-type4 #main .left {
	clear:left;
	line-height:18px;
	color:#3D5D90;
}
.page-type4 #main .left .head {
	font-weight:bold;
	color:#333333;
}
.page-type4 #main .left li {
	margin-bottom:6px;
	list-style-image: none;
	list-style-type: square;
	line-height:13px;
}
.page-type4 #main .left a {
	cursor:pointer;
	display:block;
	color:#3C3C3C;
	text-decoration:none;
	font-weight:bold;
}
.page-type4 #main .right {
	float:left;
	width:635px;
	margin-top:10px;
	margin-left:20px;
	margin-bottom:20px;
	line-height:18px;
}
.hautpage {
	clear:both;
	float:left;
	width:920px;
	font-size:10px;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:10px;
	text-align:right;
}
.hautpage a,
.hautpage a:link,
.hautpage a:active,
.hautpage a:visited {
	text-decoration:none;
}
.mentions {
	width:900px;
	font-size:11px;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:10px;
	text-align:left;
}
/* :::::::::::::::::::: Specific Page type 5 :::::::::::::::::::::: */
.page-type5 #bandeau {
	background-image:url(../im_2008/fond-page-type2_bandeau.gif);
	background-repeat:no-repeat;
}
.page-type5 #main {
	background-color:#D4DCE7;
	background-image:url(../im_2008/fond-page-type2_main.gif);
	background-repeat:no-repeat;
}
.page-type5 #main #left {
	float:left;
	width:260px;
	margin-top:25px;
	margin-bottom:20px;
	margin-left:10px;
	line-height:18px;
	font-weight:bold;
	color:#FF0000;
}
.page-type5 #main #left a {
	color:#3C3C3C;
	text-decoration:none;
}
.page-type5 #main #right {
	float:left;
	width:635px;
	margin-top:25px;
	margin-left:20px;
	margin-bottom:20px;
	line-height:18px;
}

