/**********************************************************/
/* ATTRIBUTS GLOBAUX */
/**********************************************************/
/*---- CONTENU DE BASE ----*/

#ultContainer, #ultContainer a, #ultContainer select, #ultContainer input {
	color : #666666;
	font-size : 11px;
	font-family : Verdana, sans-serif;
}

/*---- IMAGES ----*/
#ultContainer img {border : 0;}
/* Pour les images calées à gauche */
#ultContainer .imgLeft {
	float : left;
	padding: 2px 6px;
}
/* Pour les images calées à droite */
#ultContainer .imgRight {
	float : right;
	padding: 2px 6px;
}
/* Pour les images centrées */
#ultContainer .imgCenter {
	text-align: center;
}
/* Pour aligner les images verticalement par rapport au texte */
#ultContainer .imgMiddle { vertical-align:middle }

/*---- LIENS ----*/
#ultContainer a, #ultContainer a:link, #ultContainer a:visited, #ultContainer a:hover, #ultContainer a:active {
	font-weight : bold;
	text-decoration : underline;
	color : #666666;
}
#ultContainer a:hover, a.lnkSimple:hover {
	text-decoration : none;
}


#ultContainer form {margin:0;padding:0}


/**********************************************************/
/* BODY */
/**********************************************************/
/* définit les marges pour le body */
#body_site
{
	margin: 0px;
	padding: 0px;
	background-color:#30A3CB;
}
/* définit les paramètres de la div positionnant le site.*/
#ultContainer
{
	width: 760px;
	margin-top: 1px;
	margin-left: auto;
	margin-right: auto;
}


/* définit les paramètres pour le conteneur du site */
#ultBody
{
	background: #FFFFFF url(bg_body.gif) 0 0 repeat-y;
}


/* définit les paramètres du block contenant le dégradé de fond du corps du site */
#mainBody
{
	
	width: 752px;
	color: #666666;
	font: normal 11px Verdana, sans-serif;
	margin-left: 4px;
	background: transparent url(bg_degrade.png) 0 0 no-repeat;
	
}


#bgColumn, #bgColumnMP {
	margin: 0px;
	padding: 0px;
	background: transparent url(v-dot.gif) 146px 0 repeat-y;
}








/**********************************************************/
/* SPACER, LINE BREAKER & FILETS */
/**********************************************************/
.spacer
{
	clear: both;
	line-height: 1px;
	font-size: 1px;
	margin: 0;
	padding: 0;
	height: 1px;
	border: 0;
	overflow: hidden;
}

/* spacer blanc hauteur 2px pour remplacer marge blanche */
.marginSpacer {
	clear: both;
	margin: 0;
	padding: 0;
	height:2px;
	line-height:1px;
	font-size:1px;
	background-color: #ffffff;
	border: 0;
	overflow: hidden;
}

.h-line
{
	height: 1px;
	font-size: 1px;
	margin: 0 0 3px 0;
	padding: 0;
	line-height: 1px;
	background: transparent url(h-dot.gif) 0 0 repeat-x;
}
.v-line
{
	height: 1px;
	font-size: 1px;
	margin: 0;
	padding: 0;
	line-height: 1px;
	background: transparent url(v-dot.gif) 0 0 repeat-y;
}


/**********************************************************/
/* MISE EN PAGE 2 COLONNES */
/**********************************************************/

/* colonne de gauche */

#leftBodyBlock
{	
	float: left; 
	width: 129px;
	margin-top:15px;
	padding:0 9px;
	text-align: left;
	font-family: verdana,sans-serif;
}

/* Petite liste pour "Votre Profil" */
#leftBodyBlock ul{
	margin:0 0 28px 0;
	padding:0;
	list-style-type:none;
}
#leftBodyBlock ul, #leftBodyBlock li a:link, #leftBodyBlock li a:active, #leftBodyBlock li a:visited,  #leftBodyBlock li a:hover
{	
	font: normal 11px verdana,sans-serif;
	text-decoration: none;
}
#leftBodyBlock li a:hover {
	text-decoration: underline;
}
#leftBodyBlock li {
	background: transparent url(h-dot.gif) top repeat-x;
	padding:3px 0;
}

/*#leftBodyBlock li span {
	font-weight:normal;
}*/

/* Petit picto devant chaque lien */
#leftBodyBlock li img { 
	vertical-align:middle;
	margin-right:5px;
}



/* colonne de droite */

/* callage avec marge "standard" */
#rightBodyBlock2
{
	float: left;
	width: 580px;
	padding: 0px 0px 6px 12px;
	text-align: justify;
}



/**********************************************************/
/* LEGENDE avec picto 1 - 2 - 3 */
/**********************************************************/
#legend {
	margin:28px 0 0 0;
	padding: 10px 0 0 0px;
	background: transparent url(h-dot.gif) top repeat-x;
}

#legend p {
	color: #999999;
	margin: 0 0 10px 0;
	font: normal 10px Verdana,sans-serif;
}

/*-- Calage des pictos 1, 2, 3 --*/
#legend .imgLeft {
	margin: 1px 7px 10px 0;
}
/*-- Calage pictos star --*/
#legend .imgLeftStar {
	margin: 0 14px 0 5px;
}

/**********************************************************/
/* TITRES GENERIQUES */
/**********************************************************/

/*-- Gros titre calé en haut à gauche - au-dessus des colonnes --*/
/*
#mainBody h3 {
	margin:0 12px 0 9px;
	padding: 20px 0 15px 10px;
	font-size:16px;
	color: #D51C3F;
	background: transparent url(h-dot.gif) bottom repeat-x;
}
*/

/*-- BLOC DE GAUCHE --*/
/* Gros titre dans la colonne de gauche type "Votre Profil" */
#leftBodyBlock h1
{
	margin-top: 8px;
	margin-bottom: 20px;
	color: #8c9163;
	font: bold 16px Arial,sans-serif;
}
#leftBodyBlock h1 span
{
	font: normal 18px arial,sans-serif;
	font-weight: normal;
}

/*-- BLOC DE DROITE --*/
/*
#rightBodyBlock h1, #rightBodyBlock2 h1
{
	font: bold 16px Arial, sans-serif;
	color: #AE1331;
	font-weight:bold !important;
	margin: 25px 0 3px 0;
	padding: 0 0 2px 0;
	background: transparent url(h-dot.gif) repeat-x bottom;
}
#rightBodyBlock h1 {margin-left: 10px;}
#rightBodyBlock h1 span, #rightBodyBlock2 h1 span, #rightBodyBlock2 h2 span { font-weight:normal !important;}
*/

h1.mainTitle {
	padding-bottom: 20px !important;
}

/*-- Titre couleur or, utilisé notamment dans les certifications --*/
#rightBodyBlock2 h2 {
	color: #B09000;
	font: bold 15px Arial, sans-serif;
	margin:10px 0 2px 0;
}





/**********************************************************/
/* PROFIL */
/**********************************************************/


#mainBody h3.detailedProfile1, #mainBody h3.detailedProfile2 {
	margin: 5px 0;
	padding: 0;
	font: bold 12px Arial,sans-serif;
	color: #AE1331;
	background: #FFFFFF;
}
#mainBody h3.detailedProfile2 {
	color: #666666;
}



/**********************************************************/
/* NAVIGATION PROFIL */
/**********************************************************/

/*
div.profileNav {
	margin:5px 12px;
	width:728px;
	height:26px;
	line-height:26px;
	text-align:right;
	background: transparent url(/img/main/bg/bg_nav_profile.gif) 0 0 no-repeat;
}

div.profileNav div {display:block;float:right;}



div.profileNav_number a {
	font-weight:normal !important;
	color:#AE1331 !important;
}

div.profileNav_next {
	margin-right:4px;
	background:transparent url(/img/main/common/arrow_right3.gif) right 4px no-repeat;
}
div.profileNav_next a {
	padding-right:24px;
	font-weight:normal !important;
	text-decoration:none !important;
}
div.profileNav_next a:hover {
	text-decoration:underline !important;
}

div.profileNav_dot {
	margin: 6px;
	padding:0;
	height:13px;
	line-height: 1px;
	width:1px;
	font-size: 1px;
	background:transparent url(/img/main/common/dotted_tab.gif) 0 0 repeat-y;
}
*/

/* A supprimer apres debug ulterieur du rightBodyBlock qui merde sous IE */
#rightBodyBlock{width: 600px;}