/**************************** HTML Tag Styles ******************************/
body#index {
/*	background:url('/img/splash.jpg') 50% 0 #f8f9f9 no-repeat;*/
	background:url('/img/36000_459121103968_779398968_5959530_4943031_n.jpg') 100% 0 #f8f9f9 no-repeat;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	margin:0;
	padding:0;
	color:#1f1f20;
	position: absolute;
	padding: 25px;
	}
body#index h1 {
	margin-top: 300px;
	font-size: 32pt;
	}
body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #ffffff;
	text-align: left;
	/*text-shadow: 3px 3px 2px black;*/
	/*Définit l'ombrage texte, respectivement décalage à droite, en bas, rayon de l'effet de flou et couleur.*/
	/*white-space: nowrap;*/
	/*Césure
	  normal (passage à la ligne automatique), pre (idem saisie), nowrap (pas de passage à la ligne automatique)*/
	/*font-size: xx-large;*/
	/*text-shadow: 6px 6px 2px black;*/
	}

p {
	font-family: Calibri, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: justify;
	}

iframe {
	border: solid 1px black; width: 100%; height: 550px;
	}

table tr td {
	width: 30%;
	}

/**************************** Header Styles ******************************/
#header {
	background-color: #5e81bc;
	}
#header #logo {
	width: 500px;
	float: left;
	text-align: left;
	padding: 5px 0px 5px 15px; 
	padding: 5px 0px 0px 10px; 
	font-size: 20px; 
	color: #ffffff;
	}
#header #logo a { 
	color:#ffffff;
	font-weight:bold; 
	text-decoration:none; 
	}
#header #logo a img { 
	/*bannière standard*/
	width: 468px;
	height: 60px;
	background-color:#5e81bc;
	}
#header #logo #slogan {
	padding: 0px 0px 1px 0px;
	text-align:center;
	text-align:left;
	font-size:10px;
        display:none;
	}
#header #titre {
	text-align:right;
	padding:5px 15px 5px 0px;
	font-weight:bold; 
	font-size:12px; 
	color:#FFF;
	padding:34px 15px 34px 0px;
	padding:35px 15px 16px 0px;
	padding:29px 15px 22px 0px;
	}


/**************************** Menu Styles ******************************/
#nav {
	clear: both;
	padding:5px 10px 5px 10px;
	overflow: hidden;
	height:14px; 
	height:16px; 
	border-top:1px solid #FFF; 
	border-bottom:1px solid #FFF;
	color:#FFF; 
	/*text-transform: uppercase;*/
	}
#nav ul { 
	margin:0px;
	list-style-type: none; 
	padding-left: 1em;
	text-indent: 0em;
	}
#nav li { 
	margin:0px; 
	padding:0px; 
	height: 18px;
	display:block; 
	float: left; 
	}
a#active1, .menu1 a {
	padding:0px 10px 0px 0px; 
	padding:5px 10px 5px 0px; 
	padding: 9px 10px 1px 10px; /*IE8*/
	padding: 9px 10px 5px 10px; /*opera*/
	text-decoration:none; 
	font-weight:bold; 
	font-size:12px; 
	color:#ffffff; 
	}
a#active1, .menu1 a:hover {
	background-color: #ffffff;
	}
a#active2, .menu2 a {
	padding:0px 10px 0px 10px;
	padding:5px 10px 5px 10px;
	padding:5px 34px 5px 33px; /*IE8*/
	padding:6px 34px 9px 33px; /*opera*/
	padding:6px 50px 9px 50px;
	text-decoration:none; 
	font-weight:bold; 
	font-size:12px; 
	color:#ffffff; 
	border-left:1px solid #FFF; 
	}
a#active2, .menu2 a:hover {
	/*text-decoration: underline;*/
	color:#5e81bc;
	background-color: #ffffff;
	}

/**************************** Body Styles ******************************/
#cadre {
	width:770px;
	margin: 0px auto;
	background:#5e81bc;
	border: 1px solid #999999;
	}

#content/*, #relRow*/ {
	background:#ffffff;
	padding:5px;
}

#relWrapper, .article {
	float:left;
    padding: 0px;
    border: 0px; 
	width:365px; 
	margin:0px;
} 

.content {
    margin: 0px;
    padding: 0px;
    border: 1px solid #999999;
}

.relHdr, .catHdr1 {
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	background:#5e81bc;
	}
.relHdr a, .catHdr1 a {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	padding: 4px;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #ffffff;
	}
.relHdr a:hover, .catHdr1 a:hover {
	color:#5e81bc;
	background:#ffffff;
	border-bottom: 1px solid #999999;
	}

.relBottom1 {
	margin: 0px; 
	padding: 0px; 
	border: 0px;
	background:#5e81bc;
	clear: both;
	font-size: 3px; 
	line-height: 3px;
	}

.borderTL, .borderTR, .borderBL, .borderBR {
    width: 4px; 
	height: 4px;
    padding: 0px; 
	border: 0px;
    z-index: 99;
}

.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -4px 0px 0px 0px; }
.borderBR { margin: -4px 0px 0px 0px; }

.relContent { 
	background:#FFF; 
	/*height:230px;*/
	/*overflow:auto;*/
min-height:230px;
min-height:206px;
}

.relContent a {
	display:block;
	color:#000000;
}

.relContent p {
	background:#ffffff;
	/*border-bottom:1px solid #999; */
	/*border-bottom-style: dotted;*/
	padding:4px 0px 3px 4px;
	padding:4px 4px 3px 4px;
	/*margin:0px 1px;*/
	color:#000;
}

.relContent p.examens {
	border-bottom:1px solid #999; 
	border-bottom-style: dotted;
	/*margin:0px 1px;*/
	margin:0px 0px;
padding: 0px 0px 0px 0px;
}

.relContent p.examens a {
	color: #5e81bc;
	text-decoration:none;
	padding:4px 4px 3px 4px;
	}
.relContent p.examens a:hover {
	color:#ffffff;
	background: #5e81bc;
	background: #87a1cd;
	background: #Afc0de; /*50%*/
	}

div#splash img { border: none; }
#splash {
	float:right;
}

#splash a{
	text-decoration:none;
}

#splash img{
/*
Image en haut à droite après le menu
385 x 261 pixels
*/
	width:385px;
	border:0px;
}
figure#splash img { border: none; }
figure#splash {
	float:right;
}

figure#splash a{
	text-decoration:none;
}

figure#splash img{
/*
Image en haut à droite après le menu
385 x 261 pixels
*/
	width:385px;
	border:0px;
}

.catWrapper {
    padding: 0px;
    border: 0px;
	margin:0px;
} 

.catBottom1 {
    margin: 0px; 
	padding: 0px; 
	border: 0px;
	background:#09C;
    clear: both;
    font-size: 3px; 
	line-height: 3px;
    background:#3b5998;
	/*background:silver;*/
background:#5e81bc;

}

.catContent {
	color:#000;
	display:block; 
	background:#FFF;
}

.catContent a {
	color:#000;
}

.catContent p {
	padding:2px 0px 2px 0px;
	margin:0px 12px;
}

.tbback {
	width:760px;
	background-color:#FFFFFF;
}

#related {
	background:#E9E0AA;
}

#related a {
	color:#000;
	font-size:13px;
}

#related .relHeader {
	padding:4px;
	font-size:16px;
	color:#000;
	font-weight:bold;
}


#copyright {
	padding:10px 0px 0px 0px;
	text-align:center;
	font-size:10px;
	/*background-color:#336699;*/
	color:#ffffff;
}

#copyright a {
	color:#000;
	color:#ffffff;
}

/* ---------- ajouté par moi ---------- */
.contact { width: 520px;	width:680px; width:728px; }
.profil { float:left; width:89px; height:100px; }
.fl {float: left;}
.strike {text-decoration: line-through;}
.caract {
color: #a9bfcb;
color: #000000;
}
/*table.photo { margin:0 auto 0 auto; }*/
table.photo td { padding:5px; margin:0 auto 0 auto; }

/* ---------- télécharger ---------- */
.dld {float: right; margin-right:100px;text-align: right;}
.dlg {float: left; margin-left:100px;text-align: left;}
.cb {clear: both;}

/* ---------- à vérifier ---------- */
pre{ font-size: 12px; padding: 5px 10px; margin:0px; }
img.download {vertical-align:middle;}
img { border: none; }
h3 { padding: 5px 10px; /*border-bottom: 1px dotted #564b47;*/ }
img.pix { width:0px; height:0px; border:0px;}
.photo img { /*float: left;*/ width: 106px; height: 106px; }
.photo img { margin:10px;}
.dld img, .dlg img, .photo img { padding:3px; border:1px solid #808080; }

/*
Les deux attributs CSS display:none et visibility:hidden permettent tous deux de masquer l'affichage d'un élément en CSS dans le navigateur. 

Néanmoins, il existe une subtile nuance : 
visibility: hidden rend le bloc concerné invisible. Cependant, il conserve toujours son emplacement et les blocs adjacents restent à leur place 
display:none retire le bloc de l'affichage courant. Son emplacement est ainsi occupé, selon les cas, par les blocs adjacents, comme si le bloc n'était pas là !
*/
.dn {display:none;}
