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

/* ------------ Générale ------------ */
body {
	background-color: #393a47;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: justify;
	background-image: url(../images/fd_degrade.png);
	background-repeat: repeat-x;
} 
a {
	outline: none;
}
a:link, a:visited {
	color: #c6941c;
	text-decoration: none;
}
a:hover {
	color:#5B5D6E;
}
#main #center hr {
	color: #c6941c;
	background-color: #c6941c;
	height: 2px;
	border: 0;
	margin-bottom:15px;
	margin-top:15px;
}

/* ------------ Div menuTop ------------ */
#menuTop {
	position:relative;
	width:960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:5px;
	margin-top:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#C0C0C0;
}
#menuTop ul {
	margin:0;
	padding:0;
}
#menuTop ul li {
	display: inline;
	list-style-type: none;
	margin:0;
	padding:0;
}
#menuTop ul li a:link,
#menuTop ul li a:visited{
	color:#C0C0C0;
}
#menuTop ul li a:hover{
	color:#fff;
}

/* ------------ Div main ------------ */
#main {
	position:relative;
	width:960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c6941c;
	border-right-color: #535969;
	border-bottom-color: #535969;
	border-left-color: #535969;
}
#main #center #FlashID3 {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #c6941c;
}

/* ------------ Div header ------------ */
#header {
	position:relative;
	width:960px;
	height:106px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_top.png);
	background-position: top;
	background-color:#393a47;
	border-bottom:solid 2px #c6941c;
}
#headerLogo {
	position:relative;
	height:106px;
	float: left;
}
#headerText {
	position:relative;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	padding-top: 45px;
	letter-spacing: 0.1em;
	padding-right: 20px;
}
#headerLiens {
	position:relative;
	width:960px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	/*background-color:#393a47;	*/
}
#headerLiens table tr td {
	color:#fff;
	font-size:11px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	letter-spacing: 0.1em;
	border-left:solid 1px #c6941c;
}
#headerLiens table tr td a:link,
#headerLiens table tr td a:visited {
	color: #fff;
	filter : alpha(opacity=30);
    -moz-opacity : 0.3;
    opacity : 0.3; 
}
#headerLiens table tr td a:hover {
	color: #fff;
	filter : alpha(opacity=100);
    -moz-opacity : 1;
    opacity : 1; 
}
#headerLiens table tr .fp {
	background-color: #484B5C;
}
#headerLiens table tr .cpmi {
	background-color: #5E415E;
}
#headerLiens table tr .cpj {
	background-color: #6D8E61;
	border-right:solid 1px #c6941c;
}

/* ------------ Div colLeft ------------ */
#colLeft {
	position:relative;
	width:200px;
	float: left;
	margin-left: -30px;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 10px;
}
#main #colLeft div {
	width: 200px;
	margin-bottom:0;
	margin-top:0;
	position: relative;
	padding-bottom:10px;
	background-image: url(../images/ombre_divColLeftMiddle.png);
	background-repeat: repeat-y;
}
#main #colLeft div.colBas {
	width: 200px;
	height:10px;
	margin-top:0;
	position: relative;
	background-image: url(../images/ombre_divColLeft.png);
	background-color: transparent;
	background-repeat: no-repeat;
}
#main #colLeft div.colHaut {
	width: 200px;
	height:10px;
	margin-bottom:0;
	position: relative;
	background-image: url(../images/ombre_divColLeftTop.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: bottom;
}
#main #colLeft div h2  {
	font-weight: bold;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-variant: small-caps;
	font-size: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-transform: capitalize;
}
#main #colLeft div ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#main #colLeft div ul li {
	width:150px;
	text-align:left;
	color: #C0C0C0;
	margin-top: 5px;
}
#main #colLeft div a:link,
#main #colLeft div a:visited {
	color: #c6941c;
}
#main #colLeft div a:hover {
	color: #fff;
}

/* ------------ Div colRight ------------ */
#colRight {
	position:relative;
	width:200px;
	float: right;
	font-size: 10px;
	margin-right: -30px;
}
#main #colRight div {
	width: 200px;
	margin-bottom:0;
	margin-top:0;
	position: relative;
	padding-bottom:10px;
	background-image: url(../images/ombre_divColRightMiddle.png);
	background-repeat: repeat-y;
}
#main #colRight div.colBas {
	width: 200px;
	height:10px;
	margin-top:0;
	position: relative;
	background-image: url(../images/ombre_divColRightBottom.png);
	background-color: transparent;
	background-repeat: no-repeat;
}
#main #colRight div.colHaut {
	width: 200px;
	height:10px;
	margin-bottom:0;
	position: relative;
	background-image: url(../images/ombre_divColRightTop.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: bottom;
}
#main #colRight #colLienEcole {
	background-image: none;
	color: #FFF;
	padding:0;
}
#main #colRight #colLienEcole .cpmi {
	font-size:11px;
	text-align: right;
	width: 170px;
	background-color: transparent;
	background-image: url(../images/ombre_divColRightMiddle_ecoleMI.png);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#main #colRight #colLienEcole .cpj {
	font-size:11px;
	background-color: transparent;
	background-image: url(../images/ombre_divColRightMiddle_ecoleJ.png);
	background-repeat: repeat-y;
	text-align: right;
	width: 170px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#main #colRight div#classePrepa {
	width: 200px;
	margin-bottom:0;
	margin-top:0;
	position: relative;
	padding-bottom:0px;
	background-image: url(../images/ombre_divColRightMiddle.png);
}
#main #colRight div.colBasEcole {
	width: 200px;
	height:10px;
	margin-top:0;
	position: relative;
	background-image: url(../images/ombre_divColRightBottom_ecole.png);
	background-color: transparent;
	background-repeat: no-repeat;
}
#main #colRight div.colHautEcole {
	width: 200px;
	height:10px;
	margin-bottom:0;
	position: relative;
	background-image: url(../images/ombre_divColRightTop_ecole.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: bottom;
}
#main #colRight div h2  {
	font-weight: bold;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-variant: small-caps;
	font-size: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-transform: capitalize;
	text-align:right;
}
#main #colRight div ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#main #colRight div ul li {
	color: #C0C0C0;
	margin-top: 3px;
}
#main #colRight div a:link,#main #colRight
div a:visited   {
	color: #fff;
}
#main #colRight div a:hover {
	color: #c6941c;
}




/* ------------ Div center ------------ */
#center {
	position:relative;
	width:560px;
	min-height:500px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #c6941c;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #c6941c;
	margin-bottom:20px;
	margin-top: 20px;
	margin-right:auto;
	margin-left:auto;
	padding-left:20px;
	padding-right:20px;
}
#center #navigation {
	font-size:10px;
	margin-bottom:20px;
	color: #c6941c;
}
#main #center .description {
	font-size: 11px;
}
#main #center h2 {		
	font-size: 20px;
	font-weight: normal;
	font-variant: small-caps;
	color: #5B5D6E;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: left;
}
#main #center h3 {
	font-size: 14px;
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
	color: #5B5D6E;
	margin-bottom:8px;
	font-variant: small-caps;
	padding-left: 0px;
}
#main #center ul {
	padding: 0px;
	margin: 0px;
}
#main #center ul li {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#main #center #formContact p label {
	width:100px;
	display:inline-block;
	vertical-align:top;
	padding-top:3px;
}

#main #center #formContact p input {
	width: 200px;
}
#main #center #formContact p input.btRadio{
	width: 40px;
}
#main #center #autresFormations {
	position: relative;
	margin:0px;
}
#main #center #TabStage .TabbedPanelsContentGroup .TabbedPanelsContent h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #5B5D6E;
	margin-bottom:10px;
	margin-top:0;
}
#main #center #TabStage .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible ul div {
	margin-bottom:6px;
	margin-top: 20px;
}
#main #center #TabStage .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible ul ol{
	font-size: 11px;
	margin-top:2px;
	padding:0;
	list-style-type: none;
}
#main #center #TabStage .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible ul ol li {
	list-style-type: none;
}
#main #center #TabStage .icPrint {
	height: 46px;
	width: 106px;
	margin-top: -9px;
	margin-right: -8px;
	position: relative;
	z-index:99;
	float:right;
}

/* ------------ Div footer ------------ */
#footer {
	position:relative;
	height:50px;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #C0C0C0;
	margin-top:20px;
}
#footerText {
	position:relative;
	width:600px;
	margin-left:auto;
	margin-right:auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #c6941c;
	padding-top:8px;
}
#footerTel {
	position:relative;
	width:200px;
	float: right;
	text-align: right;
}

/* ------------ Div basPage ------------ */
#basPage {
	width:960px;
	text-align:center;
	font-size:9px;
	letter-spacing:0.1em;
	color:#777;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.gris {
	background-color:#999;
	width:400px;
	padding:10px;
	margin-top:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.newsDate {font-size:10px; margin-top:0;}
.newsTitre {font-size:20px; margin:0; color:#000;}
.newsTitre a {color:#000; font-weight:normal;}
.newsDesc {font-size:12px;}
#main #center #TabStage .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible ul ul li div {
	margin: 0px;
}
/* ----------------------- div info --------------------- */
#info {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 700px;
	margin-top: -200px;
	margin-left: -350px;
	padding: 20px 30px;
	border: 2px solid #666;
	background-color:#474A59;
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
	z-index: 99;
	color:#FFF;
}
#info #btCloseImg {
	float: right;
	margin-top: -15px;
	margin-right: -20px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
}

