/* CSS Document */

/*----------------------------*/
/*++++ BALISES GENERALES +++++*/
/*----------------------------*/

body ,html
{
	margin           : 0;
	padding          : 0;
	font-family      : Helvetica, Arial, sans-serif;
	font-size        : 11px;
	color            : #000000;
}

ul,li
{
	list-style-type     : none;
	margin              : 0;
	padding             : 0;
}
h1 {
	font-size           : 20px;
	margin              : 0;
	padding             : 0;
}
h3 {
	font-size           : 12px;
	margin              : 0;
	padding             : 0;
}

img
{
	border              : none;
}
/*----------------------------*/
/*++++++++ CONTENEURS ++++++++*/
/*----------------------------*/

div#global 
{
	position         : relative;
	width            : 952px;
	height           : 676px;
	margin           : 15px auto;
}


/* afficher ou cacher les questions dans la page FAQ   */
.question
{	
	display             : block;
	font-size           : 12px;
	margin              : 10px 10px;
	padding-left        : 10px;
	background-image    : url(../images/puce-titre-contenu.gif);
	background-repeat   : no-repeat;
	background-position : 0px 45%;
	text-decoration     : none;
}

.hidetd
{
	display          : none;
	visibility       : hidden;
}
.afftd
{
	display          : block;
	color            : #000000;
	visibility       : visible;
	border           : 1px dotted #79002f;
	margin           : 5px 0 10px 10px;
	padding          : 5px;
}

.img-shadow 
{
	padding          : 0;
	float            : left;
}

.img-shadow a 
{
	display          : block;
	margin           : 0px 2px 4px 0px;
	padding          : 1px;
	border           : 1px dotted #860231;
}
.img-shadow a:hover 
{
	border           : 1px solid #860231;
}
/*------------------ BANDEAU SUPERIEUR AVEC MAIN MENU ------------------------*/

div#header 
{
	position         : relative;
	height           : 476px;
	background       : url(../images/bg-header-page.jpg)  top;
}

div#header #zone-index /* retour sur la page d'accueil du site */
{
	position : absolute;
	width : 135px;
	height: 120px;
	margin-left: 45px;
	margin-top : 325px;
	text-decoration:none;
}

.img-header-D /* Illustration a droite du header (susceptible de changer delon la page affichée) */
{
	position         : absolute;
	right            : 5px;
	bottom           : 45px;;
}

div#header #main-menu
{
	position         : absolute;
	top              : 11px;
	right            : 5px;
	height           : 35px;
	width            : 100%;

}

div#main-menu ul, div#main-menu li
{
	float            : left;
	margin           : 6px 0 6px 25px;
}

div#main-menu a
{
	color               : #FFFFFF;
	text-transform      : uppercase;
	text-decoration     : none;
	padding-left        : 10px;
	background-image    : url(../images/puce-main-menu.gif);
	background-repeat   : no-repeat;
	background-position : 0px 45%;
}

div#main-menu a:hover
{
	color               : #efab09;
	background-image    : url(../images/puce-main-menu-over.gif);
	background-repeat   : no-repeat;
	background-position : 0px 45%;
}

div#main-menu #accueil
{
	margin-right        : 45px;
	background-image    : url(../images/puce-accueil.gif);
	background-repeat   : no-repeat;
	background-position : 0px 45%;

}

div#main-menu #accueil:hover
{
	color               : #efab09;
	background-image    : url(../images/puce-accueil-over.gif);
	background-repeat   : no-repeat;
	background-position : 0px 45%;
}

div#titre-page
{
	position            : absolute;
	top                 : 170px;
	width               : 205px;
	color               : #ffffff;
	text-align          : right;
}

div#contenu
{
	top                 : 77px;
	left                : 234px;
	width               : 455px;
	padding-right       : 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78002E;
	position: absolute;
	height: 400px;
	overflow: auto;
}
div#contenu-opportunites  
{
	top                 : 61px;
	left                : 250px;
	width               : 660px;
	padding-right       : 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78002E;
	position: absolute;
	overflow: auto;
	height: 370px;
}

div#contenu  h1
{
	font-size           : 18px;
	font-style          : italic;
	color               : #79002f;
	padding-left        : 25px;
	margin: 0px;
}

div#contenu  p
{
	text-align          : left;
	padding-left: 12px;
	margin: 0px;
}
div#contenu  hr
{
	border              : none 0;
	border-top          : 1px dotted #FFFFFF;
	width               : 90%;
	height              : 1px;
}

#contenu .chapo
{
	padding             : 0;
	font-style          : italic;
	font-weight         : bold;
	margin-bottom       : 10px;
	font-size           : 13px;
}

div#contenu a
{
	color               : #000000;
}

div#contenu a:hover
{
	color               : #79002f;
}

div#contenu h2, div#contenu-opportunites h2
{
	font-size           : 16px;
	color               : #79002f;
	padding-left        : 11px;
	font-weight         : normal;
	background-image    : url(../images/puce-titre-contenu.gif);
	background-repeat   : no-repeat;
	background-position : 0px 15%;
	margin-bottom: 0px;
	font-weight:bold;

}

ul.liste-contenu, .liste-contenu-acces  {
	list-style-image    : url(../images/puce-contenu.gif);
}

.liste-contenu, .liste-contenu-acces 
{
	font-size           : 11px;
	padding             : 0px 0 0px 20px;
	font-weight         : normal;
}
.liste-contenu-acces li
{
	margin-bottom : 0px;
}

.plan-acces
{
	background-image    : url(../images/puce-acces.gif);
	background-repeat   : no-repeat;
	background-position : -8px 15%;
	padding-left        : 15px;

}
/*++++++++++++++++*/
/*++ FORMULAIRE ++*/
/*++++++++++++++++*/
.label 
{	
	width               : 170px;
	font-weight         : bold;
}
.input-contact
{
	width               : 250px;
}

.input-contact-petit
{
	width               : 115px;
}

#msg
{
	width               : 250px;
}
#message /* message de confirmation ou d'erreur de l'envoi du parrainage */
{
	text-align          : center;
	font-weight         : bold;
	padding             : 2px 0;
	border              : 1px solid #79002f;
}

.tbl-partenaires
{
	width               : 100%;
	border-collapse     : collapse;	
}	

.tbl-partenaires td
{
	padding             :  4px 10px;
	border-bottom       : 1px solid #d57804;	
}	

/*------------------ CONTENU TEXTE (actus, menu secondaire) DE LA PAGE WEB  ------------------------*/
div#milieu 
{
	background-image    : url(../images/bg-milieu-page.jpg);
	position            : relative;
	height              : 136px;
	width               : 952px;
}

div#parrain
{
	position            : absolute;
	right               : 300px;
	bottom              : 45px;
}

div#parrain h2
{
	border-bottom    : 1px dotted #c3c3c3;
	color            : #efab09;
	font-size        : 12px;
	font-weight      : bold;
	padding-bottom   : 2px;
	width            : 210px;
}

div#parrain a
{
	color            : #cb282d;
	display          : block;
	width            : 237px;
}

div#parrain a:hover
{
	color            : #efab09;
}

div#menu-sec
{
	margin           : 0;
	padding          : 0;
	position         : absolute;
	right            : 55px;
	bottom           : 90px;
}

div#menu-sec li 
{
	border-bottom       : 1px dotted #c3c3c3;
	margin              : 0;
	padding-bottom      : 2px;
	width               : 183px;
}

div#menu-sec a
{
	color               : #000000;
	padding-left        : 10px;
	line-height         : 1.5em;
	background-image    : url(../images/puce-menu-sec.gif);
	background-repeat   : no-repeat;
	background-position : 0px 45%;
	text-decoration     : none;
}

div#menu-sec a:hover
{
	color            : #efab09;
}

/*--------- FOOTER (menus, emplois, parrain, actus...) --------------------*/

div#footer 
{
	position         : relative;
	height           : 57px;
	width            : 952px;
	padding-left     : 165px;
	background       : url(../images/bg-footer.jpg)  left top no-repeat;
	margin-top: 0px;
}

div#footer p
{
	position         : absolute;
	bottom           : -2px;	
	margin           : 0;
	padding          : 0;

}

div#footer a
{
	color            : #000000;
}

div#footer a:hover
{
	color            : #810130;
}

div#footer #zone-artis /* visiter le site Artis */
{
	position         : absolute;
	top              : 5px;
	left             : 85px;
	width            : 40px;
	height           : 40px;
	text-decoration  :none;
}
/*--------- FIN DU FOOTER --------------------*/
div#contenu span {
	font-size           : 16px;
	color               : #79002f;
	font-weight         : normal;
	background-image    : url(../images/puce-titre-contenu.gif);
	background-repeat   : no-repeat;
	background-position : 0px 15%;
	padding-left: 11px;
}
#centre-module a.email{
	text-decoration:none;
	color: #CC0000;
}

#centre-module a.email:hover{
	text-decoration:underline;
}

