/* Styles généraux pour le site http://stefan-decker.net */

@import url(import.css) screen, print;


/* -------------------------------------------------------------------- */
/* Début modifs perso */

/* Contenu général */

#ContainerAlpha {
	text-align: left;
	margin: 0 0 60px 60px;
	width: 605px;
	background-color: #FFFFFF;
	height: 100%;
}

/* En-tête du site */
#header {
	margin: 10px 0px 25px 10px;
	padding-top: 25px;
	border-bottom: 1px solid;
	width: 540px;
	border-color: #363636;
}

#footer { 
	text-align: left;
	margin: 260px 0 0 80px;
	width: 522px;
	background-color: #FFFFFF;
	border-top: dashed 2px #363636;
}

/* Navigation / Sommaire */
ul li.navbar {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

li.navbar:before { content: "|   "; }

/* Structure - Sections */

.titreChapitre { 
	margin: 30px 0 30px 15px;
	border-bottom: 1px solid;
	width: 540px;
	border-color: #363636;
}

span.titreSection > a {
	background-color: #363636;
	padding: 3px 2px 2px 2px;
	color: #ECECEC;
	text-decoration: none;
}

div.section { 
	margin: 25px 0px 50px 15px; 
	width: 522px;
	border-bottom: solid silver 1px;
}

div.sousSection { 
	padding-bottom: 10px;
	margin-bottom: 30px;
}

div.imgLink { width: 522px; }

div.txtLink { width: 522px; }

span.invisibleLinks { display: none; }

div ul li.imgLinks { display: none; }

div.txtLinks { display: none; }

span.imgLink {
	float: right;
	clear: right;
}

span.txtLink {
	float: right;
	clear: right;
	padding-top: 10px;
}

div.lienRetour { margin: 0 0 60px 65%; }

/* table.listeCV { margin-left: 15px; } */

p.sectionCV  { margin-bottom: 30px; }

td.listeCV { padding: 10px 20px 0 0; }

/* em { font-weight: bold; } */

#separateurfinal {
	margin: 80px 0 0 45%;
}

.etoilesBord {
	font-size: 1.5em;
}

#etoileMilieu {
	font-size: 2em;
}

#mentionLegales { 
	margin: 60px 0 40px 0px;
	width: 440px; padding: 10px;
	border: solid 1px;
	border-color: silver;
	font-size: xx-small;
}
