body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
	text-align:center;
	
}
.main_center{
	padding:5px;
	padding-right:10px;
	vertical-align:top;
	/*text-align:justify;*/
	border-right-color:#A39C9B;
	border-right-style:solid;
	border-right-width:1px;
	height:275px;
	vertical-align:top;
	font-family:Arial;
	font-size:13px;
	color:#666666;
}
.main_center2{
	font-family:Arial;
	font-size:13px;
	color:#666666;
}
.main{
	vertical-align:top;
	font-family:Arial;
	font-size:12px;
	color:#666666;
	text-align:justify;
}
.mainp{
	vertical-align:top;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#666666;
}
.mainpmod{
	vertical-align:top;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	color:#666666;
}
.mainpmod2{
	vertical-align:top;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	color:#666666;
}
h1{
	font-family:Arial;
	font-size:16px;
	font-weight:500;
	color:#C1262C;
	margin-top:0px;
	margin-bottom:0px;
	width:120px;
	border-bottom-color:#C1262C;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.textR10G{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#C1262C;
}
.textR11G{
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:#C1262C;
}
.textR12G{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#C1262C;
}
.textR14G{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#C1262C;
}
/*.menu{
	background-image:url(images/bg_menu.gif);
	background-repeat:no-repeat;
	WIDTH:681px;
	HEIGHT:95px;
	background-position:left;
	vertical-align:bottom;
	padding-bottom:9px;
}*/

.bottom{
	vertical-align:bottom;
}

.cellItem{
	text-align:center;
	width:14%;
}
.itemMenu{
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
.itemMenu22{
	font-family:Arial;
	font-size:12px;
	color:#CC3333;
	text-decoration:none;
}
.itemMenu:hover{
	font-family:Arial;
	font-size:12px;
	color:#666666;
	background-color:#FFFFFF;
	width:80px;
}
.itemMenu22:hover{
	font-family:Arial;
	font-size:12px;
	color:#CC3333;
	background-color:#FFFFFF;
	width:80px;
	text-decoration:none;
}
.col_gauche{
	background-image:url(images/vspacer.gif);
	background-repeat:repeat-y;
}
.logo{
	background-image:url(images/vspacer.gif);
	background-repeat:repeat-y;
}
.link_mailto{
	font-family:Arial;
	font-size:12px;
	color:#666666;
	text-decoration:underline;
}
.sub_menu_item{
	font-family:Arial;
	font-size:12px;
	color:#C1262C;
	text-decoration:underline;
	cursor:pointer;
}
.bordures_ss_section{
	border-top-color:#C1262C;
	border-top-style:solid;
	border-top-width:1px;
	border-left-color:#C1262C;
	border-left-style:solid;
	border-left-width:1px;
	padding:3px;
	vertical-align:top;
}
.formLabel{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#666666;
}
input{
	background-color:#f5f5f5;
	border-color:#C1262C;
	border-width:1px;
	border-style:solid;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#666666;
}
.bordures_rouges{
	border-color:#C1262C;
	border-width:1px;
	border-style:solid;
	text-align:center;
	vertical-align:middle;
}
select{
	background-color:#f5f5f5;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	width:333px;
}

textarea{
	background-color:#f5f5f5;
	border-color:#C1262C;
	border-width:1px;
	border-style:solid;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#666666;
}
form{
	margin-top:5px;
	margin-bottom:5px;
}

/* ---------------------------- */

.menu, .ssmenu {

	color:black;
	font-size:12px;
	font-weight:normal;
	border:0;
	padding:0;
/* width et margin sont au cas où le javascript est désactivé. */
	width:14%;
	margin:1em;
}
/* .menu = les cases toujours visibles (comme Fichier, Edition... dans un logiciel) */
.menu {
	text-align:center;
}
/* .ssmenu = Les parties "déroulantes" qui s'affiche au survol d'un .menu */
.ssmenu {

}

.menu span, .ssmenu span {
/* Ne pas toucher
	C'est pour cacher les ; en fin de <li>, ce qui permet aux synthèse vocales de prendre une
	pause dans l'élocution */
	display:none;
}

.ssmenu ul, .ssmenu li {
/* Ne pas trop toucher.
	Les items (les <li>) des sous-menus, notamment pour enlever les puces des liste */
	padding:0;
	margin:0;
	list-style-type:none;
}


.menu a, .ssmenu a, .menu a:visited, .ssmenu a:visited {
/* Les liens qui ne sont pas sous le curseur. 
	font-family:"MS Sans Serif", "sans-serif", Verdana, Arial;*/
	text-decoration:none;
	color:#940;
	padding:0px;
/* Ne pas modifier le block */
	display:block;
/*	Un width:100% fait planter Mozilla, sans le width:100% c'est IE et Opera... La combinaison
	aucun width et height:100% marche sur tous, donc ne pas toucher ces 2 lignes */
/*	height:100%;
	margin:0px;*/
	margin:0px;
	width:100%;
}
html>body .menu a, html>body .menu a:visited, html>body .menu a:hover, html>body .menu a:active,
html>body .ssmenu a, html>body .ssmenu a:visited, html>body .ssmenu a:hover, html>body .ssmenu a:active {
	width:auto;
}
/* spécificité au menu image pour ne pas avoir d'espace autour des images...*/
.menu a, .menu a:visited {
	padding:0;
}

.ssmenu ul:hover, .ssmenu a:hover, .ssmenu a:focus, .menu a:hover, .menu a:focus {
/* Les liens sous le curseur.
	On change les couleurs du texte et de fond, et on enlève le soulignement.
	*/
	
	color:white;
	text-decoration:none;
}


img {
/* Si on met une image dans un lien (par exemple un logo à gauche du lien), pas de bordure
	car c'est vilain :-p */
	border:none;
}

.ssmenu img {
/* un petit espacement entre l'image et le texte du lien <a href="..."><img.../>blabla</a> */
	margin-right:0px;
}

.ssmenu img.hr {
/* Encore un peu expérimental, un <hr /> entre deux items pour faire un "séparateur"... */
	margin-top:1px;
	margin-bottom:1px;
	margin-left:0;
	margin-right:0;
	width:100%;
	display:block;
}

.menu a, .menu a:visited {
	padding:0;
}

#danse {

  background-image:url(images/bg_menu.gif);
  background-repeat:no-repeat;
  background-position:0px -66px;
 	WIDTH:681px;
	HEIGHT:28px;
	position:relative;
}

.cadre{
	width:289px;	
}

.cadre .Cheader {
	background:url(images/cadre_01.jpg) no-repeat;
	height:18px;
}

.cadre .Cheader .txt1{
	color:#bf2c2f;
	text-shadow: 0px 0px 5px;
	padding-left:55px;
	font-variant:small-caps;
	font-size:12px;
	padding-top:2px;
	font-weight:bold;
}
	
.cadre .Ccorps{
	background:url(images/cadre_02.jpg) repeat-y;
}
.cadre .Ccorps .txt2{
	color:#564d57;
	padding-left:10px;
	font-size:12px;
	padding-top:1px;
}

.cadre .Cfooter {
	background:url(images/cadre_06.jpg) no-repeat;
	height:13px;
}
.ColG{
	padding-left:45px;	
}
.ColG a{
	text-decoration:none;
	font-size:17px;
	color:#930;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.PhraseTXT{
	color:#000;
	text-shadow: 0px 0px 5px #666;
	text 
}
.derOffre{
	padding-bottom:10px;
	border-bottom:1px #999 solid;
	margin-bottom:7px;
}
.derOffre a{
	color:#999;
	text-decoration:none;
}
.derOffre strong{
	color:#333;
	font-weight:bold;
	display:block;
}
.PageReCV{
	overflow:auto;
	height:400px;
}	
tr.BGTABLOFFRE:hover{
	background:#CCC;
	border:#000 1px solid;
	color:#000;
}