body {
	background-color: #373538;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a.tlangue{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.tlangue:hover{
	color: #FF00FF;
}

a.biographie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.biographie:hover{
	color: #FF00FF;
}
a.carriere {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.carriere:hover{
	color: #FF00FF;
}
a.agence {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.agence:hover{
	color: #FF00FF;
}
a.galerie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.galerie:hover{
	color: #FF00FF;
}
a.liens {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.liens:hover{
	color: #FF00FF;
}
a.ml{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
	text-decoration: none;
}
a.ml:hover{
	color: #FF00FF;
}
.t-vert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF00FF;
	text-decoration: none;
}
.t-blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.t-blanc-11 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.t-rouge-11 {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.boite-gen {
	height: 1600px;
	width: 820px;
	background-color: 373538;
}
.boite-photo {
	height: 900px;
	width: 273px;
	margin-top: -1300px;
	float: left;
}
.boite-texte {
	height: 1300px;
	width: 520px;
	background-color: #373538;
	margin-left: 290px;
}
.t-blanc-12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E6E6E6;
}
a.rotulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: none;
}
a.rotulo:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: none;
}
.t-blanc-12-gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.boite-texte-galerie {

	height: 1300px;
	width: 520px;
	background-color: #000000;
	margin-left: 290px;
}
.texte-18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.filet-v {
	background-color: #666666;
	border: 1px solid #CCCCCC;
}
.t-blanc-12-mosaic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
}

.t-gris{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*line-height: 20px;*/
	color: #373538;}
	
	.t-gris18{
font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	
	color: #373538;}
	
	.t-gris16{
font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	
	color: #373538;}
	
	
.bouton{

background:#5D2055;
color:#FFFFFF;
text-align:center;
padding:10px;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}

.bouton a{
color:#FFFFFF;
text-decoration:none;}

/* Container holding the image and the text */
.container {
  position: relative;
  text-align: center;
  color: white;
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered-left {
  position: absolute;
  top: 50%;
  left: 33%;
  transform: translate(-50%, -50%);
  border-width: 3px 0 3px 3px;
  border-style: solid;
  -webkit-border-image: 
    -webkit-gradient(linear, 100% 0, 0 0, from(black), to(rgba(0, 0, 0, 0))) 1 100%;
  -webkit-border-image: 
    -webkit-linear-gradient(right, black, rgba(0, 0, 0, 0)) 1 100%;
  -moz-border-image:
    -moz-linear-gradient(right, black, rgba(0, 0, 0, 0)) 1 100%;  
  -o-border-image:
    -o-linear-gradient(right, black, rgba(0, 0, 0, 0)) 1 100%;
  border-image: linear-gradient(to right, #ffffff7a, rgb(255 255 255 / 10%)) 1 100%;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}