/***** Commun à toutes les pages *****/

body {
	margin: 0;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
}

a{
	color: #3333CC;
	text-decoration: none;
}

a:link{
	color: #3333CC;
	text-decoration: underline;
}

a:visited{
	color: #3333CC;
	text-decoration: underline;
}

a:hover{
	color: #3333CC;
	text-decoration: underline;
}

.tab_stage_info {
	background-color: #F2F2F2;
	padding: 6px;
	border: 1px solid #CCCCCC;
}
#conteneur {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	width: 100%;
	background-color: #FFFFFF;
	text-align: left;
}

#gauche {
	float: left;
	padding-top: 10px;
}

#droite {
	position: relative;
	left: 0 !important;
	left: -3px;
	top: 0 !important;
	top: -3px;
	margin-left: 132px !important;
	margin-left: 0;
}

#fr {
	margin-top: 10px;
	background-color: #FFFFFF;
	text-align: left;
}
#eng {
	margin-top: -35px;
	text-align: right;
}
#menu_2 {
	position:relative;
	margin-top:50px;
	margin-left:0px;
	left: 10px;
	display:block;
	color:#3333CC;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	}
.spacer {
	clear: both;
}
.spacer2 {
	clear: right;
}
.spacer3 {
	clear: left;
}
a.grand_lien {
	color: #660000;
	font-size: 14px;
	font-weight: bold;
}
a.petit_lien {
	color: #660000;
	font-size: 10px;
	font-weight: bold;
}

/***** Bannière *****/
#bandeau {
	padding-left: 504px;
	margin-top: -120px;
	height: 120px;
}
/***** Menu *****/
.lien {
	cursor: pointer;
	position:relative;
	top:30px;
	margin-top: 1px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 16px;
	padding-top: 3px;
	padding-bottom:3px;
	color: #74090B;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #74090B;
}
.souslien {
	margin-top:5px;
	padding-bottom:3px;
	position: absolute;
	font-weight: bold;
	background-color:#FFFFFF;
	z-index: 100;
	left: 147px;
	width: 180px;
	padding-top:10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #74090B;
	border-right-color: #74090B;
	border-bottom-color: #74090B;
	border-left-color: #74090B;
	}
.souslien a{
	/*color: #74090B;
	text-decoration: none;
	margin-left:-10px;
	display: block;*/
}
a.sslien:link {
	color: #74090B;
	text-decoration: none;
	margin-left:-10px;
	display: block;
}
a.sslien:hover {
	color: #74090B;
	text-decoration: none;
	margin-left:-10px;
	display: block;
}
a.sslien:active {
	color: #74090B;
	text-decoration: none;
	margin-left:-10px;
	display: block;	
}
a.sslien:visited {
	color: #74090B;
	text-decoration: none;
	margin-left:-10px;
	display: block;	
}
#liens_navigation {
	margin-top: 90px;
	width: 132px;
	font-size: 10px;
	text-align: center;
	vertical-align:bottom;
}
#liens_navigation a {
	color: #660000;
	text-decoration: underline;
}
/***** Contenu *****/
#texte {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 5px;
	text-align: justify;
	width: 80% !important;
	width: 70%;
	left: 0px;
	top: 35px;
	position: relative;
}

h1 {
	width: 80% !important;
	width: 70%;
	padding-left:5px;
	left:83px !important;
	left:9px;
	top:10px;
	position: absolute;
	background-image: url(../../img/fond_titre.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size:12px;
	/*text-align: left;*/
	color:#FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #73090B;
	border-right-color: #73090B;
	border-bottom-color: #73090B;
	border-left-color: #73090B;
}

h2 {
	margin: 0;
	padding-bottom: 3px;
	padding-top: 4px;
	background-color: #CCCCCC;
	font-size: 16px;
	color: #000000;
	width: 100%;
	text-align: center;
}

/*.texte {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
	text-align: justify;
	width: 80% !important;
	width: 70%;
}*/

#image {
	padding-left: 10px;
	padding-right: 25px;
	padding-bottom: 25px;
	float: left;
}

#image2 {
	padding-left: 25px;
	padding-right: 10px;
	padding-bottom: 25px;
	float: right;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

p:first-letter {
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}

.livre {
	font-family: "Times New Roman", Times, serif;
	padding : 70px 40px 0px 40px;
	font-style:normal;
	font-weight:lighter;
	text-align:justify;
	text-indent: 10px;
}

.titre-livre-texte {
	font-family: "Arial";
	font-size: 15px;
	text-align: center;
	color:#000000;
	font-style:italic;
	font-weight:normal;
	text-align:left;
}

.ss-titre-livre {
	font-family: "Arial";
	text-align: right;
	font-style:italic;
	color:#999999;
	top : 40px;
	padding : 20px 0px 5px 0px;
	margin : 5px 5px 5px 5px;
	width : 400px !important;
	position : absolute;
	font-size : 13px;
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #999999;
}

.n-page {
	font-family: "Arial";
	text-align: right;
	color:#999999;
	font-style:normal;
	font-weight:lighter;
}

.titre-livre-bas {
	font-family: "Arial";
	text-align: center;
	color:#999999;
	font-style:italic;
	font-weight:normal;
	text-align:center;
}

.tableau {
	font-weight:lighter;
	text-align: justify;
}

.rouge {
	color: #660000;
}

.bleu {
	color: #3333CC;
	font-style:italic;
}

.bleu-gras {
	color: #3333CC;
	font-weight:bold;
}

.bleu_souligne {
	color: #3333CC;
	text-decoration: underline;
	margin-bottom: 10px;
}

.global_cv {
	background-color: #CCCCCC;
}

.rub_cv {
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	font-weight: bold;
	text-align: left;
	background-color:#CCCCCC;
	vertical-align:top;
}

#img_cv {
	margin-top: 5px;
	margin-left:5px;
	
}
#img_myriam {
	border:1px;
	border-color:#CCCCCC;
	padding:2px;

}

.txt_cv {
	padding-bottom:10px;
	padding-left:10px;
	padding-top:10px;
}
.contenu_cv {
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 0;
	padding-top: 20px;
	background-color: #FFFFFF;
	margin-left: 30%;
}

ul.liste_cv li {
	margin-left: 30px;
	list-style: disc;
}

.encadre {
	border: 1px solid #000000;
	padding: 2px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}

/***** Fond de page *****/

#bottom {
	position: relative;
	left: 0 !important;
	left: -3px;
	top: 0 !important;
	top: -3px;
	margin-left: 132px !important;
	margin-left: 0;
	margin-right: 0 !important;
	right: -3px;
	color: #660000;
	font-size: 10px;
}

