/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Module: News' */
div#news,div#encart {
  background: #FFF; 
  padding-bottom:5px;
  border: 1px solid #9BB3B8;
}

div#news h2,div#encart h2 {
   margin:0;
   margin:3px 8px;
   color:#FFF;
   font-size:14px;
   /*
   background:url('images/sml/bg-menu.jpg') left top repeat-x;
   */
   color:#005192;
   border-bottom:5px solid #005192;
   padding-bottom:2px;
   margin-bottom:4px;
   width:auto;
}
div#encart p {
    font-size:10px;
    margin:3px 8px;
    color:#333333;
}
div#encart a {color:#333;}
div#encart a:hover{color:#AA2222;}
.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

/* Start of CMSMS style sheet 'sml2' */
body {
	margin:0;
	background:url('images/sml/bg-sml.jpg') left top repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*line-height:12px;*/
	color:#333333;
}
a {text-decoration:none;}
a:hover{text-decoration:underline;}
.spacer{clear:both;}
.left {width:auto;float:left;}
.right{width:auto;float:right;}
.comment{color:#999999;}
.r, .red, .erreur {color:#CC3300;}
.green {color:green;}
.o, .orange{color:#FFCC99;}
.vert{color:#DCFFAC;}
.stats{display:none;}
.dates {
	font-weight: bold;
	color: #AA2222;
}

.copyright3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	vertical-align: middle;
}

.rougeGras, .dates {
	font-weight: bold;
	color: #AA2222;
	text-decoration: none;
	vertical-align: baseline;
}
a:hover.rougeGras {
	font-weight: bold;
	color: #AA2222;
	text-decoration: underline;
	vertical-align: baseline;
}
.bleu{color:#5A757C;}
.rouge {
	font-weight: normal;
	color: #AA2222;
	text-decoration: none;
}
a:hover.rouge, a:hover.bleu {
	text-decoration: underline;
}
.mois {
       color:#666666;
       font-family:Verdana,Arial,Helvetica,sans-serif;
       font-size:11px;
       font-weight:bold;
       text-decoration:none;
}

#ptopleft .comment {color:#666666;}
#container{
	width:1006px;
	margin-left:auto;
	margin-right:auto;
	background:url('images/sml/home-sml2.jpg') left top no-repeat;
	height:auto;
	min-height:768px;
}
#pcontainer{
	background:url('images/sml/cold-sml.gif') right top repeat-y;
}
*html #container {
	height:768px;
}
#header {
	margin:0 10px;
}
#header h1 {
	margin:0;
	padding:0;
	float:left;
	width:110px;
	font-size:0em;
	color:#062E86;
	margin-left:5px;
	height:40px;
}
#header h1 a {
	display:block;
	color:#062E86;
	width:100%;
	height:100%;
}
#menu{z-index:99;}
#menu, #menu li {
	list-style:none;
	margin-top:0;
	width:auto;
	float:left;
}
#menu ul li {
	float:left;
	font-size:15px;
	font-weight:bold;
	height:40px;
	width:auto;
}
#menu ul li a {
	display:block;
	color:#FFFFFF;
	padding:0 15px;
	padding-top:20px;
		
}
#menu ul li a:hover, #menu ul li a.selected {
	color:#FFFFCC;
	text-decoration:none;
	background:url('images/sml/fleche-menu2.jpg') center top no-repeat;
}
#recherche {
	margin:0;
	padding:0;
	color:#FFFFFF;
	text-align:left;
}
.srcbox {
   border:none;
   font-size:11px;
}
.srcsub {
   border:none;
   background:none;
   cursor:pointer;
   color:#FFFFFF;
}
#topleft, #ptopleft {
	float:left;
	margin-left:18px;
	width:730px;
        height:auto;
	margin-top:20px;
	overflow:hidden;
}

#topleft a, #ptopleft a {
	color:#666666;
}
#topleft a:hover, #ptopleft a:hover {
	color:#FFCC99;
}
#ptopleft{
	height:auto;
	margin-left:8px;
        padding:30px 0;
      
}

*html #topleft, *html #ptopleft {
	margin-left:8px;
	margin-right:30px;
}
*html #recherche{
	margin-left:10px;
	margin-right:7px;
}
#ptopleft {
    margin-left:140px;
    margin-top:0;
    width:600px;
}
#topright {
	float:right;
	margin-right:25px;
	width:200px;
	height:auto;
	margin-top:15px;
	color:#E7E7E7;
	overflow:hidden;
        padding-top:15px;
}
#topright a:hover, #topright .currentpage {
	color:#FFCC99;
	text-decoration:none;
}
ul#navleft{
    margin:0;
    padding:0;
    list-style:none;
}
#navleft ul, #navleft li{
    list-style:none;
}
#navleft ul {
    padding-left:0px;
}
#navleft ul li {
    margin-bottom:8px;
    font-size:12px;
}
#navleft ul li li {
    margin-bottom:0px;
    font-size:11px;
}
#navleft ul ul {
    padding-left:10px;
}
#topleft h2, #ptopleft h2, #content h2, #pcontent h2 {
	text-transform:uppercase;
	font-size:16px;
	line-height:15px;
	font-weight:normal;
	color:#465F63;
	margin:10px 0;
}
#topleft h2.subtitle, .homesml a {
	
	color:#40565B;
}
#topleft p, #ptopleft p {
	margin:0px;
	text-align:justify;
	margin-right:5px;
	margin-bottom:5px;
}

#ptopleft p {
	width:100%;
}
#ptopleft, #pcontent{ 
	text-align:justify;
}
#topright h2, #htopleft h2 {
	font-size:12px;
	border-bottom:1px solid #9CA1A8;
	padding-bottom:2px;
	color:#FFFFFF;
	margin:10px 0;	
}

#topright p {
	margin:0px;
	text-align:justify;
	margin-bottom:5px;
	font-size:11px;
}
#topright a{
	color:#E7E7E7;
}
#title{
	/*
        background:url('images/sml/bg-middle.jpg') left top repeat-x;
       */
       background:#FFF;
	margin:0 8px;	
	padding:10px;
	float:left;
	width:732px;
	height:auto;
}
#title h2 {
	margin:0;
	height:28px;
	/*
        background:url('images/sml/fleches-home.gif') left top no-repeat;
	padding-left:43px;
        color:#FFFFFF;
        */
        border-bottom:5px solid #005192;
        background:#FFF;
        color:#005192;
	padding-top:2px;
	font-size:20px;
	font-weight:normal;
	clear:both;
	line-height:normal;
}

#liens {
	margin-top:20px;
}
#middle{
	height:153px;
	background:url('images/sml/bg-middle2.jpg') left top no-repeat #1C2122;
	margin:0 8px;	
	color:#FFFFFF;
}
#middle .left {
 	background:url('images/sml/derniere-minute.jpg') left top no-repeat;
	padding-left:130px;
	height:153px;
	width:364px;
	border-right:1px dashed #999999;
}
#middle p {
	padding-left:43px;
	text-align:justify;
}
#middle .left p {
	padding-right:15px;
}
#middle p {margin-top:0px;margin-bottom:5px;}
#middle a {
	color:#FFFFCC;
}
#middle .right {
	background:url('images/sml/sml-hebdo.jpg') right top no-repeat;
	padding-right:130px;
	height:153px;
	width:350px;
}
#middle h2 {
	margin-top:10px;
	height:25px;
	background:url('images/sml/fleches-home.gif') left top no-repeat;
        /*background:url('images/sml/puce-title.jpg') left top no-repeat;*/
	padding-left:43px;
	padding-top:4px;
	font-size:20px;
	font-weight:normal;
	margin-bottom:0;
}
#content, #pcontent {
	background:#FFFFFF;
	margin:0 8px;
	padding:10px;
}
#pcontent {
	float:left;
	width:732px;
	height:auto;
}
#pcontent a, #content a {color:#465F63;} 
#pcontent a:hover, #content a:hover {
	color:#AA2222;
}
*html #pcontent, *html #title {
	margin:0 4px;
}

#infobulle {
	background:#FFFFCC;
	color:#666666;
	text-align:justify;
	padding:0px;
	height:auto;
	margin-top:30px;
	border:1px solid #FF9933;
}
#infobulle h2 {
	color:#CC3300;
	margin:0;
	padding:5px;
	background:#FF9933;
	font-size:12px;
}
#infobulle a {
	color:#CC3300;
}
#infobulle a:hover {
	color:#999999;
}
#infobulle p {padding:5px;}

#infosub {
	background:#FFFFCC;
	color:#666666;
	text-align:justify;
	padding:0px;
	height:auto;
	margin-top:30px;
	border:1px solid #93B300;
}
#infosub h2 {
	color:#CC3300;
	margin:0;
	padding:5px;
	background:#93B300;
	font-size:12px;
}
#infosub a {
	color:#CC3300;
}
#infosub a:hover {
	color:#999999;
}
#infosub p {padding:5px;}

#footer {
	background:url('images/sml/bg-middle2.jpg') left top repeat-x;
	margin:0 8px;	
	height:auto;
}
#footer{
	padding:4px 10px;
	font-size:11px;
	color:#FFFFFF;
}
#footer a {
	color:#FFFFFF;
}
#footer .srcbox{font-size:10px;color:#666666;}
.catalogue {
	height:13px;
	padding-left:22px;
	background:url('images/sml/catalogues-formations.gif') left top no-repeat;
	padding-top:3px;
}
.documents {
	height:13px;
	padding-left:22px;
	background:url('images/sml/documents-seminaires.gif') left top no-repeat;
	padding-top:4px;
}
.specialite {
	height:13px;
	padding-left:22px;
	background:url('images/sml/specialite.gif') left top no-repeat;
	padding-top:4px;
}

a.selection {
	height:15px;
	padding-left:22px;
	background:url('images/sml/panier-formations.gif') left top no-repeat;
	padding-top:3px;
}
a.selection:hover {
	background:url('images/sml/panier-formations-h.gif') left top no-repeat;
}
a.inscription {
	height:15px;
	padding-left:22px;
	background:url('images/sml/inscription.gif') left top no-repeat;
	padding-top:3px;
}
a.inscription:hover {
	background:url('images/sml/inscription-h.gif') left top no-repeat;
}
a.contact {
	height:18px;
	padding-left:22px;
	background:url('images/sml/contact.gif') left top no-repeat;
	padding-top:3px;
}
a.contact:hover {
	background:url('images/sml/contact-h.gif') left top no-repeat;
}
h2.abonnes {
	height:15px;
	padding-left:22px;
	background:url('images/sml/inscription-formation.gif') left top no-repeat;
	padding-top:3px;
}
p.abonnes {
	background:#FFFFCC;
	border:1px dashed #666666;
	padding:5px;
}
.load{
	background:none;
	border:none;
	font-size:10px;
	color:#FFFFCC;
}
.r a{color:#CC3300;text-decoration:none;}
.autocompleter
{
	border: 1px solid #6FBEFF;
	width: auto;
	text-align:left;
	background-color: #EFF8FF;
}
.autocompleter ul li
{
	padding: 2px 10px;
	white-space: nowrap;
	font-size: 11px;
	
}
.selectAutocompleter
{
	background-color: #d2fb8f;
}
.champ {
	behavior:url('includes/png.iepngfit.htc');
	background-image:url('images/sml/form.png');
	background-position: right top; 
	background-repeat:no-repeat;
	font-size:11px;
	border:1px solid #999999;
}
.champ_err{
	behavior:url('includes/png.iepngfit.htc');
	background-image:url(images/sml/form.png);
	background-position: right top; 
	background-repeat:no-repeat;
	font-size:11px;
	border:1px solid #CC3300;
	background-color:#F2DAD9;
}
input.champ, input.champ_err, textarea.champ, textarea.champ_err{
	width:100%;
}
textarea.champ, textarea.champ_err {
	height:200px;
	overflow:auto;
}
.bton_nc {
	background:url('images/sml/bouton_bg.gif') left top repeat-x;
	font-weight:normal;
	font-size:11px;
	border:1px solid #999999;
}

ul.lastsem, .lastsem ul{
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:20px;
}
.lastsem li {
	padding:2px;
	background:#D7DADD;
	margin:2px;
	padding-left:20px;
	background-color:#D7DADD;
	background-image:url('images/sml/puce-sem.gif');
	background-position:8px 5px; 
	background-repeat:no-repeat;
	height:auto;
}
.lastsem li a {
	color:#333333;
}
.transp{
	filter:alpha(opacity=80);  
	-moz-opacity:0.80;
	opacity: 0.80;
}
.semdesc{
	
}
#maskScreen{
	position:absolute;
	margin:auto;
	z-index:499;
	top:0;
	left:0;
	background:#666666;
	filter:alpha(opacity=80);  
	-moz-opacity:0.80;
	opacity: 0.80;
	display:none;
	width:100%;
	height:100%;
}
#information {
	position:absolute;
	z-index:500;
	width:440px;
	height:440px;
	margin-left:auto;
	margin-right:auto;
	background:url('images/sml/notification.gif') left top no-repeat;
	overflow:hidden;
	display:none;
	left: 50%;
	top: 50%;
	margin-top: -250px; /* moitié de la hauteur */
	margin-left: -250px; /* moitié de la largeur */
	padding:30px;
}
#information h2 {
	margin:0;
	padding:0;
	color:#CC3300;
	font-size:14px;
	padding-bottom:2px;
	border-bottom:1px dashed #999999;
}
#informationtxt {
	text-align:justify;
}
#informationtxt a{color:#465F63;}
.bordered, .bordered td, .bordered th {
	border:1px solid #E7E7E7;
	border-collapse:collapse;
	text-align:left;
	font-size:11px;
}
.bordered th {
	background:#E7E7E7;
	text-align:left;
}
.tablinks{
	margin-top:10px;
}
#menuafml h3{
	margin:0;
	padding:0;
	padding-bottom:2px;
	border-bottom:1px solid #999999;
	font-size:12px;
	margin-top:10px;
	color:#E7E7E7;
}
#menuafml h3 a {color:#333333;}

#menuafml p {
	margin:0;
	color:#FFFFFF;
}
#menuafml {
	margin-bottom:20px;
}
.seminaire{
	margin-top:15px;
}
.seminaire .semimg {
	float:left;
	height:35px;
	overflow:hidden;
	margin-right:5px;
}
.seminaire h3 {
	margin:0;
	padding:0;
	border-bottom:1px dashed #CCCCCC;
	padding-bottom:2px;
	margin-bottom:2px;
	font-size:12px;
}
.seminaire p {
	margin:0;
	text-align:justify;
}
.seminaire .semlinks {
	margin-top:2px;
	padding-top:2px;
	border-top:1px dashed #CCCCCC;
	color:#57757B;
}

.popupsem {
	border:1px dashed #CCCCCC;
	background:#FFFFCC;
	padding:5px;
	position:absolute;
	visibility:hidden;
	width:auto;
}
a.formulaire {
	padding-left:45px;
	background:url('images/sml/calendrier.gif') left top no-repeat;
	padding-top:15px;
	font-size:14px;
	color:#CC3300;
	height:50px;
	display:block;
}
a.formulaire:hover {
	background:url('images/sml/calendrier-h.gif') left top no-repeat;
}
a.imprimer {
	padding-left:45px;
	background:url('images/sml/imprimer.gif') left top no-repeat;
	padding-top:15px;
	font-size:14px;
	color:#CC3300;
	height:50px;
	display:block;
}
a.imprimer:hover {
	background:url('images/sml/imprimer-h.gif') left top no-repeat;
}
.recherchechoix{
	color:#333333;
	display:none;
}
.recherchechoix p {
	color:#333333;
}

.applemenu{
margin: 5px 0;
padding: 0;
width: auto; /*width of menu*/
border: 1px solid #9A9A9A;
}

.applemenu div.silverheader a{
background: black url('images/sml/silvergradient.gif') repeat-x center left;
font: normal 11px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: white;
}




.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url('images/sml/silvergradientover.gif');
color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
padding: 5px;
height: 200px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
color:#666666;
overflow-y:auto;
}
.submenu p, .submenu  a{
	color:#666666;
}
/*DOSSIER PERMANENT*/
#dossier{

}
ul#dossiermenu{
	list-style:none;
	margin:0;
	padding:0;

	height:auto;
}
#dossiermenu li {
	list-style:none;
	float:left;
	margin-right:5px;
	
}
#dossiermenu a.bouton {
	padding:4px 15px;
	color:#FFFFFF;
	background:#5A757C;
}
#dossiermenu a.boutonH {
	padding:4px 15px;
	color:#333333;
	background:#FFFFCC;
	border:1px solid #5A757C;
	border-bottom:#FFFFCC;
}
.onglet, .ongletH{
	color:#333333;
	padding:15px;
	color:#333333;
	background:#FFFFCC;
	border:1px solid #5A757C;

}
.onglet {display:none;}
#dossier .champ {
	width:auto;
}
.links{padding-top:5px;height:18px;}
.links a{
padding-left:17px;
background:url('images/sml/linkz2.jpg') left top no-repeat;
color:#002246;
height:18px;
text-decoration:none;
}
.links a:hover{text-decoration:underline;}
.homesml h2 a {
	
	color:#40565B;
}
.homesml {float:right:width:auto;height:180px;padding:0px 10px;width:225px;overflow:hidden;margin:0;}
#middle .dates {color:#FFFFCC;font-size:11px;font-weight:normal;vertical-align:bottom;padding-bottom:5px;}
.head{clear:both;}
.masked{font-size:9px;clear:both;}
/* End of 'sml2' */

