/*
	CSS pour Marmen
	Emilie - egzakt.com
	2007/09/11
*/

body {
	background:url(../images/tuiles/fond_site.gif) repeat top left;
	font:75%/150% Arial, Verdana, sans-serif;
	margin:0;
	color:#493E30;
}

h1, h2, h3, h4 {
	font-size:1em;	
	font-family:Arial, Verdana, sans-serif;
	margin:0;
}

pre {
	font-size:12px;
}

p {
	margin:0;
	padding:0;
}

a {
	cursor:pointer;
	color:#FF9124;
	text-decoration:underline;
	outline:none;
}

a:hover {
	color:#493E30;
}

img {
	border:0;
}

ol {
	margin:0;
	padding:0 0 0 22px;	
}

ul {
	margin:0;
	padding:0 0 0 15px;
}


#wrapper {
	width:1000px;
	margin:0 auto;
	background-color:#FFFFFF;
}



/* ENTETE
-----------------------------------------*/
#entete {
	width:1000px;
	height:145px;
	position:relative;
}

#entete h1 {
	padding:33px 0 0 52px;
}

#lien_video {
	position:absolute;
	right:16px;
	top:16px;
}
#lien_video a {
	display:block;
	background: transparent url(../images/boutons/btn_video_corporatif.png) 0 0 no-repeat;
	width:177px;
	height:46px;
}
#lien_video a.langue_en {
	background-image:url(../en/images/boutons/btn_video_corporatif.png);
}

#lien_video a.msie_langue_fr {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='/images/boutons/btn_video_corporatif.png');
}
#lien_video a.msie_langue_en {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='/en/images/boutons/btn_video_corporatif.png');
}

#lien_video a img.over {
	display:none;
}

#lien_video a:hover img.over {
	display:block;
}


/* NAVIGATION
-----------------------------------------*/
#nav_conteneur {
	padding:0 3px;
	background-color:#000;
}

#navigation {
	width:994px;
	height:28px;
	border-top:3px solid #000000;
	border-bottom:3px solid #ee861c;
	background:transparent url(../images/tuiles/navigation.jpg) left top no-repeat;
}

#navigation a {
	float:left;
	margin-right:3px;
}

#navigation a:hover {
	background:transparent;
}

#navigation a .over {
	position:absolute;
	visibility:hidden;
}

#navigation a:hover .over {
	visibility:visible;
}

#navigation div {
	float:right;
	padding:4px 10px 0 0;
	font-size:0.92em;
	color:#fff;
}

#navigation div a {
	color:#fff;
	float:none;
	margin:0;
	text-decoration:none;
}

#navigation div a:hover, #navigation div a.selected {
	color:#FF9124;
}


/* SOUS-NAVIG
-----------------------------------------*/
#sous_navig {
	width:497px;
	/*height:164px;*/
	position:relative;
	background:#ff9024 url(../images/tuiles/sous_navig.jpg) no-repeat bottom left;
}

#sous_navig ul {
	list-style-type:none;
	margin:0;
	width:314px;
	padding:3px 0 1px 3px;
}

#sous_navig li {
	display:inline;
}

#sous_navig li a {
	display:block;
	height:21px;
	padding:2px 0 0 15px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(../images/boutons/sous_navig.gif);
	background-repeat:no-repeat;
	background-position:right -5px;
}

#sous_navig li a span {
	color:#493E30;
	padding-right:3px;
}

#sous_navig li a:hover, #sous_navig li a.selected, #sous_navig li a.selected:hover {
	background-position:right -35px;
}

#sous_navig li a:hover span, #sous_navig li a.selected span, #sous_navig li a.selected:hover span {
	color:#ff7f00;
}


#sous_navig a.postulez {
	position:absolute;
	top:93px;
	left:328px;
}

#sous_navig a.postulez:hover {
	background:transparent;
}

#sous_navig a.postulez .over {
	position:absolute;
	visibility:hidden;
}

#sous_navig a.postulez:hover .over {
	visibility:visible;
}

.sous_navig_droite {
	width:497px;
	background:#ff9024 url(../images/tuiles/sous_navig_droite.jpg) no-repeat bottom left;
}

#sorry {
	background-color:red;
	color:white;
	padding:5px 5px 5px 21px;
	margin:3px;
}

/* SOUS-SOUS-NAVIG
-----------------------------------------*/
#sous_sous_navig {
	list-style:none;
	margin:0;
	padding:0 0 0 5px;
}
#sous_sous_navig li {
	display:inline;
}
#sous_sous_navig a {
	display:block;
	float:left;
	background-color:#413F3A;
	color:#BCB5A7;
	text-decoration:none;
	text-transform:uppercase;
	line-height:1.2em;
	font-size:12px;

	padding:6px 0 6px 35px;
	background-image:url(../images/icones/archive_closed_off.gif);
	background-repeat:no-repeat;
	background-position:16px 0.6em;
	
	margin:0 4px 0 0;
	
	width:205px;
}

#sous_sous_navig a:hover {
	background-image:url(../images/icones/archive_closed_over.gif);
}

#sous_sous_navig a.selected {
	background-image:url(../images/icones/archive_closed_on.gif);
	background-color:#BCB5A7;
	color:#272119;
}


/* CONTENU
-----------------------------------------*/
#conteneur {
	width:994px;
	border-right:3px solid #000000;
	border-left:3px solid #000000;
}

#zone_gauche {
	float:left;
	width:497px;
}

#zone_droite {
	float:left;
	width:497px;
}

#zone_complete {
	width:994px;
	border-right:3px solid #000000;
	border-left:3px solid #000000;
}


.contenu {
	padding:15px 20px;
}

#zone_gauche .contenu {
	background-position:left bottom;
	background-repeat:no-repeat;
	background-color:transparent;
}

#zone_droite .contenu {
	color:#FFFFFF;
}

.contenu td {
	vertical-align:top;
	
}

/* ACCUEIL
-----------------------------------------*/
#accueil {
	width:1000px;
}

#accueil #flash {
	border:10px solid #2b261f;
}


/* Architecture vedettes */
#accueil #conteneur_vedettes {
	width:1000px;
	position:relative;
	background:url(../images/tuiles/acc_conteneur_vedettes.jpg) no-repeat top left;
}

#accueil #zone_postes {
	float:left;
	width:312px;
	padding:18px 9px 12px 9px;
}

#accueil #zone_nouvelles {
	float:left;
	width:315px;
	padding:18px 10px 12px 10px;
}

#accueil #zone_promo {
	float:left;
	width:334px;
	padding-bottom:20px;
}


/* Styles vedettes */
#accueil h1 {
	color:#FF7F00;
	font:bold 1.25em/1.2em Arial, Verdana, sans-serif;
	text-transform:uppercase;
	margin:0 0 8px 15px;
}

#accueil h2 {
	font:bold 1em/1.2em Arial, Verdana, sans-serif;
	margin-bottom:2px;
}

#accueil h3 {
	font:0.92em/1.2em Arial, Verdana, sans-serif;
}

#accueil #perso {
	position:absolute;
	bottom:0;
	left:3px;
}


/* Postes */
#accueil #zone_postes ul {
	list-style-type:none;
	margin:0 0 0 25px;
	padding:0;
}

#accueil #zone_postes ul li, #accueil #zone_nouvelles ul li {
	height:1%; /* Pour IE6 : bug block */
	margin-bottom:4px;
	background:url(../images/tuiles/acc_vedettes_trans.png) repeat top left; 
	/* La transparence png pour IE6 se fait dans le template avec un conditional comment */
}

#accueil #zone_postes ul li a {
	position:relative; /* Pour IE6 lien cliquable avec hack png */
	overflow:hidden;
	height:1%; /* Pour IE6 clear avec overflow */
	display:block;	
	color:#fff;
	text-decoration:none;
	padding:8px 14px 8px 80px;
}

#accueil #zone_postes ul li a img {
	float:left;
	width:24px;
}

#accueil #zone_postes ul li a span {
	float:right;
	width:160px;
}

#accueil #zone_postes ul li a:hover {
	color:#FF7F00;
}


/* Nouvelles */
#accueil #zone_nouvelles h1 {
	margin-left:10px;
}

#accueil #zone_nouvelles ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#accueil #zone_nouvelles ul li a {
	position:relative; /* Pour IE6 lien cliquable avec hack png */
	overflow:auto;
	height:1%; /* Pour IE6 overflow clear */
	display:block;
	padding:10px;
	color:#fff;
	text-decoration:none;
}

#accueil #zone_nouvelles .photo {
	float:left;
	width:76px;
	padding-right:10px;
}

#accueil #zone_nouvelles .detail {
	float:left;
	width:208px;
}

#accueil #zone_nouvelles .date {
	font-size:0.83em;
}

#accueil #zone_nouvelles .intro {
	font-size:0.92em;
	line-height:1.2em;
}

#accueil #zone_nouvelles .plus {
	text-decoration:underline;
	background:url(../images/icones/plus_blanc.gif) no-repeat 0 3px;
	padding-left:10px;
	color:#FF7F00;
	font-size:0.92em;
}

#accueil #zone_nouvelles ul li a:hover {
	color:#FF7F00;
}


/* Texte */
#accueil #zone_promo .bloc_texte {
	color:#acaeaf;
	font-size:1em;
	padding:40px 20px 12px 20px;
}

#accueil #zone_promo .bloc_texte a {
	color:#fff;
}

#accueil #zone_promo .bloc_texte a:hover {
	color:#FF9124;
}

/* tenir la boite de carrieres assez haute pour ne pas interférer avec l'épaule sur la photo */
#poutre {
	width:1px;
	height:75px;
}

/* ACCUEIL CARRIÈRES
-----------------------------------------*/
#accueil_car #intro {
	padding:20px;
	font:0.92em/1.3em Arial, Verdana, sans-serif;
}

#accueil_car #intro h1 {
	font:bold 1.36em/1.3em Arial, Verdana, sans-serif;
	text-transform:uppercase;
}


#accueil_car #emploi {
	background-color:#DDD9D0;
	margin:0 3px;
	padding:17px;
}

#accueil_car #emploi h1 {
	font:bold 1.75em/1.3em Arial, Verdana, sans-serif;
	text-transform:uppercase;
}

#accueil_car #emploi .actions {
	font-size:0.92em;
}


#accueil_car #activites {
	padding:20px;
}

#accueil_car #activites .conteneur {
	background:url(../images/tuiles/accueil_activites.gif) no-repeat center 0;
}

#accueil_car #activites h1 {
	font:bold 1.25em/1.3em Arial, Verdana, sans-serif;
	text-transform:uppercase;
}

#accueil_car #activites .gauche {
	float:left;
	width:218px;
	padding-right:10px;
}

#accueil_car #activites .droite {
	float:left;
	width:218px;
	padding-left:10px;
}

#accueil_car #activites h2 {
	font:1.17em/1.3em Arial, Verdana, sans-serif;
	color:#d66b00;
}

#accueil_car #activites h2 a {
	text-decoration:none;
	color:#d66b00;
}

#accueil_car #activites h2 a:hover {
	text-decoration:underline;
}

#accueil_car #activites .actions {
	font-size:0.92em;
}


/* PROFILS SELECTEUR
-----------------------------------------*/
#profils {
	margin:3px;
}

#profils #zone_selecteur {
	background-color:#4F4C49;
}

#profils #zone_selecteur h1 {
	padding:10px 15px;
}

#profils #selecteur {
	width:490px;
	height:152px;
	background:url(../images/tuiles/selecteur.jpg) repeat-x top left;
	position:relative;
}

#profils #selecteur a#fleche_gauche {
	position:absolute;
	top:40px;
	left:0;
}

#profils #selecteur a#fleche_droite {
	position:absolute;
	top:40px;
	right:0;
}

#profils #selecteur a#fleche_gauche:hover, #profils #selecteur a#fleche_droite:hover {
	background:transparent;
}
#profils #selecteur a#fleche_gauche .over, #profils #selecteur a#fleche_droite .over {
	position:absolute;
	visibility:hidden;
}
#profils #selecteur a#fleche_gauche:hover .over, #profils #selecteur a#fleche_droite:hover .over {
	visibility:visible;
}

#profils #selecteur_conteneur {
	position:absolute;
	top:0;
	left:50px;
	overflow:hidden;
	width:390px;
}

#profils #selecteur_scroll {
	width:2000px;
}

#profils #selecteur_scroll a {
	float:left;
	width:110px;
	height:142px;
	padding:10px 10px 0 10px;
	background-color:#4F4C49;
}

#profils #selecteur_scroll a:hover, #profils #selecteur_scroll a.selected, #profils #selecteur_scroll a.selected:hover {
	background-color:#e8e5de;
}

#profils #selecteur_scroll a .over {
	position:absolute;
	visibility:hidden;
}

#profils #selecteur_scroll a:hover .over {
	visibility:visible;
}


/* PROFILS FICHE
-----------------------------------------*/
#profils #fiche {
	background-color:#E8E5DE;
	padding:18px;
}

#profils #fiche .gauche {
	float:left;
	width:138px;
}

#profils #fiche .droite {
	float:right;
	width:306px;
}

#profils #fiche ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#profils #fiche ul#perso li {
	background-color:#FFFFFF;
	padding:2px 0 2px 0;
	margin-bottom:3px;
	font:bold 1.17em/1.3em Arial, Verdana, sans-serif;
	overflow:auto;
	height:1%;
}

#profils #fiche ul#perso li .titre {
	float:left;
	width:130px;
	padding-left:10px;
	color:#CF680B;
	font:normal 0.86em/1.6em Arial, Verdana, sans-serif;
}

#profils #fiche ul#perso li .donnee {
	float:left;
	width:163px;
}


#profils #fiche ul#questions {
	margin-top:10px;
}

#profils #fiche ul#questions li {
	background-color:#FFFFFF;
	padding:8px;
	line-height:1.25em;
	margin-bottom:3px;
}

#profils #fiche ul#questions div {
	color:#CF680B;
	font-weight:bold;
	margin-bottom:2px;
}

a#voir_pub {
	display:block;
	font-weight:bold;
	font-size:0.92em;
	margin:10px 0 0 0;
	height:2em;
	padding-right:7px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	background-repeat:no-repeat;
	background-position:right -6px;
	background-image:url(../images/boutons/type4_droite.gif);	
}

a#voir_pub span {
	display:block;
	padding:0 0 0 8px;
	line-height:22px;
	background-repeat:no-repeat;
	background-position:0 -6px;
	background-image:url(../images/boutons/type4_gauche.gif);
	color:#493E30;
}

a#voir_pub:hover {
	background-position:right -43px;
	
}

a#voir_pub:hover span {
	background-position:0 -43px;
	color:#FFFFFF;
}


/* VIVRE REGION
-----------------------------------------*/
#zone_complete .gauche {
	float:left;
	width:440px;
	margin-right:60px;
}

#zone_complete .droite {
	float:left;
	width:440px;
}


/* ACTIVITES
-----------------------------------------*/
#activites ul {
	list-style-type:none;
	margin:18px 0 0 0;
	padding:0;
}

#activites li {
	background-color:#E8E4DE;
	padding:10px;
	margin-bottom:10px;
}

#activites h2 {
	font:1.17em/1.3em Arial, Verdana, sans-serif;
	color:#d66b00;
}

#activites h2 a {
	text-decoration:none;
}

#activites h2 a:hover {
	text-decoration:underline;
}

#activites span {
	color:#D66B00;
}


/* EMPLOIS LISTE
-----------------------------------------*/
#emplois #lieux {
	width:487px;
	margin:0 5px;
	overflow:auto;
	height:1%;
}

#emplois #lieux a {
	float:left;
	width:229px;
	padding:6px 6px 10px 6px;
	text-align:center;	
	font:1.25em/1.3em Arial, Verdana, sans-serif;
	color:#898279;
	text-transform:uppercase;
	text-decoration:none;
	background-image:url(../images/boutons/lieux.gif);
	background-repeat:no-repeat;
	background-position:0 -60px;
	background-color:#E8E5DE;
}

#emplois #lieux a.premier {
	margin-right:5px;
}

#emplois #lieux a:hover {
	background-position:0 -105px;
}

#emplois #lieux a.selected, #emplois #lieux a.selected:hover {
	background-position:0 -9px;
	font-weight:bold;
	color:#493E30;
}

#emplois dl {
	width:457px;
	padding:15px;
	margin:0 5px;
	background-color:#BCB5A7;
}

#emplois dt {
	font-weight:bold;
	background-color:#FFFFFF;
	padding:1px 12px;
	border-bottom:1px solid #bcb5a7;
}

#emplois dd {
	margin:0;
}

#emplois dd a {
	display:block;
	width:433px;
	padding:3px 12px;
	border-bottom:1px solid #bcb5a7;
	font-size:0.92em;
	line-height:1.3em;
	color:#493E30;
	text-decoration:none;
	background-image:url(../images/boutons/emplois_liste.gif);
	background-repeat:no-repeat;
	background-position:0 -26px;
}

#emplois dd a:hover, #emplois dd a.selected, #emplois dd a.selected:hover {
	color:#FF7F00;
	background-position:0 -97px;
}


/* EMPLOI DÉTAIL
-----------------------------------------*/
#emploi_detail h1 {
	padding:2px 0;
	border-bottom:1px solid #5C5956;
	margin-bottom:2px;
}

#emploi_detail dl {
	margin:0;
}

#emploi_detail dt {
	color:#A6A5A3;
	font-weight:bold;
	padding:5px 0 2px 0;
}

#emploi_detail dd {
	margin:0;
	color:#FFFFFF;
	padding-bottom:5px;
	border-bottom:1px solid #5C5956;
	font-size:0.92em;
	line-height:1.5em;
}

#emploi_detail dd.lieu {
	text-transform:uppercase;
}

#emploi_detail a.postuler {
	float:right;
	padding:15px 0 0 0;
}

#emploi_detail a.postuler:hover {
	background:transparent;
}

#emploi_detail a.postuler .over {
	position:absolute;
	visibility:hidden;
}

#emploi_detail a.postuler:hover .over {
	visibility:visible;
}

#rediger a:hover {
	color:#FFFFFF;
}


/* EMPLOI FORMULAIRE
-----------------------------------------*/
#emploi_formulaire h1 {
	margin-bottom:12px;
}

#emploi_formulaire ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#emploi_formulaire li {
	clear:both;
	height:2.2em;
}

#emploi_formulaire label {
	color:#A6A5A3;
	font-weight:bold;
}

#emploi_formulaire input, #emploi_formulaire textarea {
	float:right;
	width:220px;
}

#emploi_formulaire select {
	float:right;
	width:110px;
	margin-right:116px;
}

#emploi_formulaire #note {
	margin:12px 0 15px 0;
	color:#FFFFFF;
	font-size:0.92em;
}

#emploi_formulaire #note a:hover {
	color:#FFFFFF;
}

#emploi_formulaire #envoyer a {
	float:right;
}

#emploi_formulaire #envoyer a:hover {
	background:transparent;
}

#emploi_formulaire #envoyer a .over {
	position:absolute;
	visibility:hidden;
}

#emploi_formulaire #envoyer a:hover .over {
	visibility:visible;
}


/* FAQ
-----------------------------------------*/
#faq h2 {
	font:bold 1.25em/1.3em Arial, Verdana, sans-serif;
	text-transform:uppercase;
	margin-bottom:5px;
}

#faq dl {
	margin:0 0 18px 0;
}

#faq dt a {
	display:block;
	width:421px;
	padding:3px 8px 3px 28px;
	border-bottom:1px solid #FFFFFF;
	font:bold 0.92em/1.3em Arial, Verdana, sans-serif;
	color:#493E30;
	text-decoration:none;
	background-image:url(../images/boutons/faq.gif);
	background-repeat:no-repeat;
	background-position:0 -26px;
}

#faq dt a:hover, #faq dt a.selected, #faq dt a.selected:hover {
	color:#FF7F00;
	background-position:0 -97px;
}

#faq dd {
	margin:0;	
	padding:8px 8px 8px 28px;
	border-bottom:1px solid #FFFFFF;
	background-color:#4F4C49;
	font:0.92em/1.3em Arial, Verdana, sans-serif;
	color:#FFFFFF;
}

#faq dd a:hover {
	color:#FFFFFF;
}


/* GALERIE
-----------------------------------------*/
#galerie {
	border:10px solid #2b261f;
	border-bottom:0;
}

#galerie .photos {
	position:relative;
	width:477px;
	height:500px;
}
#galerie_simple .photos {
	position:relative;
	width:497px;
	height:650px;
}

#galerie .photos img,
#galerie_simple .photos img {
	position:absolute;
	top:0;
	left:0;
}

#galerie #pagination {
	padding:8px 0 7px 0;
	background-color:#2b261f;
	font-size:0.75em;
	line-height:1.45em;
	color:#fff;	
}

#galerie #liens {
}

#galerie #liens a {
	float:left;
	margin-left:3px;
}

#galerie #liens #numeros a {
	background-color:#433c3a;
	text-align:center;
	/*padding:2px 5px;*/
	padding:1px 5px;
	color:#CEC2B2;
	font-weight:bold;
	text-decoration:none;
}

#galerie #liens #numeros a:hover, #galerie #liens #numeros a.selected {
	background-color:#FFBF00;
	color:#2E2211;
}

#galerie a.precedent .over, #galerie a.suivant .over {
	position:absolute;
	visibility:hidden;
}

#galerie a.precedent:hover, #galerie a.suivant:hover {
	background:none; /* Pour IE6 réactivité over */
}

#galerie a.precedent:hover .over, #galerie a.suivant:hover .over {
	visibility:visible;
}
#galerie #legendes {
	border-top:1px solid #3e3933;
	margin-top:8px;
	padding:5px 0 5px;
	height:24px;
	line-height:1em;
}

/* NOUVELLES
-----------------------------------------*/
#nouvelles h2 {
	font:1.17em/1.2em Arial, Verdana, sans-serif;
	color:#d66b00;
}

#nouvelles ul li {
	background-color:#E8E4DE;
	margin-bottom:10px; 
}

#nouvelles ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#nouvelles ul li a {
	overflow:auto;
	height:1%; /* Pour IE6 overflow clear */
	display:block;
	padding:10px;
	color:#493E30;
	text-decoration:none;
}

#nouvelles ul li a .bloc_complet {
	font-size:0.92em;
}

#nouvelles ul li a:hover {
	background:none; /* Pour IE6 réactivité over */
}

#nouvelles ul li a:hover .bloc_complet {
	background-position:right -43px;
	color:#bfbab5;
}

#nouvelles ul li a:hover .bloc_complet span {
	background-position:0 -43px;
}


#nouvelles ul .photo {
	float:left;
	width:76px;
	padding-right:10px;
}

#nouvelles ul .detail {
	float:left;
	width:345px;
}
#nouvelles ul .detail_large {
	float:left;
	width:431px;
}

#nouvelles ul .date {
	font-size:0.83em;
}

#nouvelles #archives {
	margin-top:20px;
}

#nouvelles #retour {
	float:right;
}

#nouvelles #nouvelle_detail h2 {
	margin-bottom:10px;
}

#nouvelles a.lien_deroulant {
	display:block;
	width:430px;
	margin:2px 0 0 0;
	background:#413F3A url(../images/icones/archive_closed_off.gif) no-repeat 8px center;
	background-position:8px center;
	padding:6px 0 6px 27px;
	text-decoration:none;
	text-transform:uppercase;
	color:#BCB5A7;
}


#nouvelles a.lien_deroulant.selected {
	background-image:url(../images/icones/archive_open_off.gif);	
}

/* NOUS JOINDRE
-----------------------------------------*/
#map_directions {
	margin-bottom:5px; 
	margin-top:10px;
	
	background-color:#eeeeee;
	border:1px solid #c0c0c0;
	
/*	border-bottom:0;*/

	padding:6px;
	
	width:443px;
	
}

#map {
	border:1px solid #c0c0c0;	
}

#carte_quebec {
	display:none;
}

#container_cartes {
	position:relative;
}

#carte_quebec, #carte_amerique {
	position:absolute;
	top:0;
	left:0;
}

/* ACTIONS
-----------------------------------------*/
.actions {
	display:block;
	background-color:#F3F2EE;
	padding:6px 8px;
	margin-top:10px;
	overflow:auto;
	height:1%;
}

/* dans la section nouvelles, on utilise pas le carré gris */
#nouvelles .actions {
	background:transparent;
	padding:0;
}

.actions a,
.actions .bloc_complet {
	float:right;
	display:block;
	margin-left:5px;
	height:2em;
	padding-right:7px;
	text-decoration:none;
	font-weight:bold;
	background-repeat:no-repeat;
	background-position:right -6px;	
}

.actions a span,
.actions .bloc_complet span {
	display:block;
	padding:0 0 0 8px;
	line-height:22px;
	background-repeat:no-repeat;
	background-position:0 -6px;
}

.actions a:hover, .actions a.selected, .actions a.selected:hover {
	background-position:right -43px;
}

.actions a:hover span, .actions a.selected span, .actions a.selected:hover span {
	background-position:0 -43px;
}

/* personnalisations */
.actions_type1 a,
.actions_type1 .bloc_complet {
	background-image:url(../images/boutons/type1_droite.gif);
	color:#493E30;
}
.actions_type1 a span,
.actions_type1 .bloc_complet span {
	background-image:url(../images/boutons/type1_gauche.gif);
}
.actions_type1 a:hover {
	color:#bfbab5;
}
#activites .actions_type1 span {
	color:#493E30;
}
#activites .actions_type1 a:hover span {
	color:#bfbab5;
}

.actions_type2 a {
	background-image:url(../images/boutons/type2_droite.gif);
	color:#493E30;
}
.actions_type2 a span {
	background-image:url(../images/boutons/type2_gauche.gif);
}
.actions_type2 a:hover {
	color:#f87d20;
}

.actions_type3 a {
	background-image:url(../images/boutons/type3_droite.gif);
	color:#FFFFFF;
}
.actions_type3 a span {
	background-image:url(../images/boutons/type3_gauche.gif);
}
.actions_type3 a:hover, .actions_type3 a.selected, .actions_type3 a.selected:hover {
	color:#493E30;
}

.actions_type4 a {
	background-image:url(../images/boutons/type4_droite.gif);
	color:#493E30;
}
.actions_type4 a span {
	background-image:url(../images/boutons/type4_gauche.gif);
}
.actions_type4 a:hover, .actions_type4 a.selected, .actions_type4 a.selected:hover {
	color:#ff7f00;
}


/* BAS
-----------------------------------------*/
#bas {
	height:42px;
	padding:8px 22px 0 22px;
	border-top:3px solid #000000;
	background:url(../images/tuiles/bas.jpg) no-repeat top left;
	color:#C9C8C6;
	font:0.92em/1.6em Arial, Verdana, sans-serif;
}

#bas a {
	color:#C9C8C6;	
}

#bas a:hover, #bas a.selected, #bas a.selected:hover {
	color:#FF9124;
}

#bas a#signature {
	float:right;
	padding-top:20px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:0.82em;
}



/* BLOC TEXTE
-----------------------------------------*/
.bloc_texte h1 {
	color:#FF7F00;
	font:bold 1.25em/1.3em Arial, Verdana, sans-serif;
	margin-bottom:8px;
}

.bloc_texte h2 {
	font:bold 1.25em/1.3em Arial, Verdana, sans-serif;
	text-transform:uppercase;
}

.bloc_texte h2 a {
	color:#493E30;
}

.bloc_texte h3 {
	font:bold 1.17em/1.3em Arial, Verdana, sans-serif;
	color:#493E30;
}

.colore {
	color:#e37c1c;
}

.encadre {
	background-color:#e8e4de;
	padding:10px;
}

.encadre_b {
	font:bold 1.25em/1.3em Arial, Verdana, sans-serif;
	color:#fff;
	text-transform:uppercase;
	padding:15px;
	background:#8d8c89 url(../images/tuiles/encadre_b.jpg) no-repeat top left;
}

.note {
	font:0.83em/1.3em Arial, Verdana, sans-serif;
}

.bloc_deroulant {
	margin-bottom:5px;
}



/* DIVERS
-----------------------------------------*/
form {
	margin:0;
}

input, textarea, select {
	border:1px solid #A29989;
	padding:2px;
	font:0.92em/1.3em Arial, Verdana, sans-serif;
}

.message_erreur, .message_succes {
	width:90%;	
	margin:10px auto;
	text-align:center;
	background-color:#FFFFFF;
	border:1px solid #F8170C;
	color:#F8170C;
	padding:4px;
	font-weight:bold;
}

.message_succes {
	border:1px solid #72BF44;
	color:#72BF44;
}

.erreur {
	color:#F8170C !important;
}

a#imprimer {
	float:right;
	text-decoration:none;
	font-size:0.92em;
	color:#FFFFFF;
}

a#imprimer img {
	position:relative;
	top:2px;
	left:0;
}

a#imprimer:hover {
	background:transparent; /* Pour IE6 */
}

a#imprimer:hover span {
	text-decoration:underline;
}

.print {
	display:none;
}

.no-bottom {
	padding-bottom:0;
}