@charset "utf-8";
/* CSS Document */

body {
	background-color: #626262;
	margin: 0px 0 0 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.4em;
}

videos {
	background-color: #982d8c;
	
}








#global {
	position:absolute;
	left: 50%;
	top: 5%;
	width: 1028px;
	height: 740px;
	margin-top: -10px; /* moitié de la hauteur */
	margin-left: -514px; /* moitié de la largeur */
	background:url(../images/fond-gauche.png) no-repeat;
}
* {
	padding:0;
	margin:0;
}

#contenu {
	margin-left:30px;
	text-align:left;
}

#blocContenu {
	background:url(../images/fond-contenu.png) no-repeat;
	position:relative;
	height:574px;
}

#titre {
	position:absolute;
	left: 91px;
	/*top: 20px;*/top :18px;
	/*width: 643px;*/width: 750px; 
}

#sousMenu {
	position:absolute;
	left: 91px;
	/*top: 41px;*/top: 46px;
	width: 851px;
	color:#833189;
	font-size:12px;
}

#textes {
	position:absolute;
	/*left: 102px;*/left: 95px;
	/*top: 77px;*/ top: 90px;
	/*width: 835px;*/
	width: 815px;
	height: 433px;
	overflow:auto;
	padding-right:30px;
	text-align:left;
	/*font-size:20px;*/font-size:13px;
}

#boutonContact {
	position:absolute;
	top: 547px;
}

td {
	font-size:13px;
}


#textes h1 {
color:#982D8D;
font-size:16px;
font-weight:bold;
margin-bottom:10px;
clear:both;
}

#textes h2 {
color:#FF6600;
clear:both;
/*font-weight:bold;*/font-weight:normal;
/*font-size:11px;*/font-size:14px;
}

#textes h3 {
color:#982D8D;
clear:both;
/*font-weight:bold;*/font-weight:bold;
/*font-size:11px;*/font-size:20px;
}

#textes violet {
color:#982D8D;
clear:both;
font-weight:bold;
font-size:14px;
}



.hautDePage {
clear:both;
margin:10px 0 10px 0;
text-align:right;
font-weight:bold;
}

a {
color:#982D8D;
text-decoration:none;
}

a:hover {
color:#982D8D;
text-decoration:none;
background-color:#F3EBFF;
}

.alinea {
margin: 2px 0px 0px 20px;
text-align:left;
/*color:#2f3030;*/color:#444646;
font-size:13px;
}

/* --------- Form --------------*/

input {
background:#F9C6A2;
border:0px solid black;
height:20px;
/*margin-bottom:5px;*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
}

textarea {
background:#F9C6A2;
border:0px solid black;
font-size:13px;
margin-bottom:5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}


.texteViolet{
	color:#2f3030;
	font-weight:bold;
}	
		
/*********************************
		POUR L'ESPACE CLIENT
***********************************/
	
	
.sousTitreOrange {
	color:#FF6600;
	clear:both;
	font-weight:bold;
	font-size:14px;
}
	
	
.sousTitrepetitOrange {
	color:#FF6600;
	clear:both;
	font-weight:light;
	font-size:14px;
}	
	
	
	
	
	
.grosTitre {
	color:#982D8D;
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
	clear:both;
}

.tableau_espace_clients{
	font-size:13px;
	/*width:600px;*/
	position:absolute;
}

.tableau_espace_clients td{
	font-size:13px;
	width:270px;
	/*padding-left:30px;*/
	height:20px;
	
}

.tableau_espace_clients th{
	font-size:13px;
	width:270px;
	height:16px;
}


.tableau_espace_clients table{
	/*margin-left:20px;*/
}

.tableau_espace_clients input{
	height:18px;
	width:250px;

}

.tableau_utilisateurs{
	font-size:13px;
}

.tableau_utilisateurs td{
	font-size:13px;
}


.tableau_gestion_agence{
	padding-left:0px;
	font-size:13px;
}


.tableau_gestion_agence td{
	font-size:13px;
	width:300px;
	height:16px;

}


.tableau_gestion_agence table{
	width:600px;	
}

.tableau_gestion_agence input{
	height:16px;

}

.tableau_compte td{
	font-size:13px;
	width:200px;
	padding-left:30px;
	height:16px;

}

.tableau_compte table{
	width:600px;
}

.tableau_compte {
	font-size:13px;
}

select {
	font-size:13px;
}

.tableau_gerer_agence{
	font-size:13px;
	overflow:auto;
}


.tableau_gerer_agence td{
	font-size:13px;
	height:20px;
	text-align:center;
	width:200px;
}

#bienvenue_agence{
	color:#982D8D;
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
	clear:both;
	font-style:italic;
}	
	