
@import "briens_form.css";

/* Add-ons
----------------------------------------------------------------*/

@import url("shop_cart.css");

/* Styles généraux */

p, h1, h2, h3, h4, h5, h6, div, label, input,
textarea, legend, fieldset, table, tr, td,
ul, ol, li, dt, dl, dd, img, form, map, area {
    margin 				: 0;
    padding 			: 0;
    /*font-family		: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;*/
	/*font-family			: Arial, Helvetica, Sans-Serif, Georgia, Courier, Times New Roman, Serif;*/
	font-family         : Verdana, "Lucida Grande", Lucida, Tahoma, "Trebuchet MS", Arial, Geneva, Helvetica, Sans-Serif;
	font-size 			: 12px;
	font-weight 		: normal;
	line-height			: 16px;
}

img {
	border				: 0;
}

html{
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
}

body {
	text-align : center;
	background-color: #B5B3B4;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
}

a, a:link, a:active {
	color : #287D16;
}

a:hover {
	color : #000;
}



.spacer {
	clear 				: both;
	visibility 			: hidden;
	margin 				: 0;
	padding 			: 0;
	width 				: 0;
	height 				: 0;
	overflow			: hidden;
}

*html .spacer {
	display 			: inline;
}

/* Styles des textes */

.contentzone h2 {
	position 			: relative;
    color 				: #0A55A2;
    font-size 			: 1em;
    font-weight 		: bold;
    margin-left 		: 7px;
	margin-bottom		: 7px;
}

p.listeprix {
    margin-left 		: 7px;
	margin-bottom		: 7px;
	margin-right		: 10px;
}

.listeprix a, .listeprix a:link, .listeprix a:active {
	font-size			: 0.9em;
    color 				: #666;
    text-decoration		: none;
}

.listeprix a:hover {
    color 				: #287D16;
	text-decoration		: underline;
}


a.toutesphotos, a.toutesphotos:link, a.toutesphotos:active {
    color 				: #000;
    white-space 		: nowrap;
    text-decoration		: underline;
}

a.toutesphotos:hover {
    color 				: #287D16;
}

a.speciallink, a.speciallink:link, a.speciallink:active, a.speciallink:visited {

	line-height			: 12px;
	float				: left;
	font-size			: 10px;
    color 				: #6B6B6B;
    text-decoration		: none;
	margin-top			: 7px;
	padding-bottom		: 8px;
	padding-left		: 13px;
	margin-right		: 10px;
	background-image	: url(../images/link_arrow.gif);
	background-position	: 0 0px ;
	background-repeat	: no-repeat;
}


a.speciallink:hover {
    color 				: #287D16;
	text-decoration		: underline;
}


.reunionrow a.speciallink, .reunionrow a.speciallink:link, .reunionrow a.speciallink:active, .reunionrow a.speciallink:visited {
	float				: right;
	line-height			: 23px;
	background-position	: 0 center ;
	margin				: 0;
	padding-bottom		: 2px;
}

a.speciallink2, a.speciallink2:link, a.speciallink2:active, a.speciallink2:visited {

	line-height			: 20px;
	float				: right;
	font-size			: 0.8em;
    color 				: #6B6B6B;
    /*width : 180px;*/
    text-decoration		: none;
	padding-left		: 15px;
	padding-right		: 5px;
	margin-right		: 5px;
	margin-top			: 2px;
	background			: url(../images/link_arrow.gif) no-repeat 2px 4px;
	white-space			: no-wrap;
	border				: 1px solid #e5e5e5;
	background-color	: #fff;

}


a.speciallink2:hover {
	border				: 1px solid #D9D9D9;
    color 				: #24685C;
	background-color	: #DFFFDD;
}


#recherche input.button {
	float				: left;
	width				: 120px;
	height				: 20px;

	font-size			: 0.9em;
	background-color	: #FFFFFF;
	border 				: 1px solid #C5C4C4;
	margin-bottom		: 10px;
	padding				: auto 3px auto 5px;
	
}

*html #recherche input.button {
	margin				: 0;
}

#recherche input.button:hover {
	border				: 1px solid #D9D9D9;
    color 				: #24685C;
	background-color	: #DFFFDD;
}

.textfield {
	width 				: 170px;
	background-color	: #f7f7f7;
	border 				: 1px solid #C5C4C4;
	margin 				: 2px 3px 6px 12px;
}


#recherche input.textfield {
	float 				: left;
	margin 				: 2px 9px 6px 12px;
	width 				: 172px;
}

input.textfield:focus {
	background-color	:#fff;
	border 				: 1px solid #348F23;
}

label {
	font-size 			: 10px;
	color     			: #5F5F5F;
}

#recherche a, #recherche a:link, #recherche a:active {
	float				: left;
	color 				: #287D16;
	font-size 			: 0.8em;
	line-height 		: 22px;
	margin-left 		: 5px;
}

#recherche a:hover {
	color 				: #000;
}


.hidden, a.hidden, a.hidden:link, a.hidden:hover,
a.hidden:active, a.hidden:visited,
a .hidden, a:link .hidden, a:hover .hidden,
a:active .hidden, a:visited .hidden,
span.hidden, a span.hidden {

	visibility			: hidden;
	text-decoration 	: none;
	margin 				: 0;
	padding 			: 0;
}


/* Affichage des erreurs
--------------------------------------------------*/

.errorbox {
	float: left;
	margin 			 	: 0;
	padding			 	: 5px;
	text-align		 	: left;
	width 			 	: 99%;
	background-color 	: #FED1AF;
	list-style			: none;
}

.errorbox ul {
	list-style			: none;
}

ul.catlist {
	list-style-position : inside;
	list-style-type		: circle;
}

.errorbox h4 {

	text-decoration 	: none;
	color 				: #000;
	font-weight			: bold;
	font-size			: 12px;

}


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



/* Styles réservés à la structure des blocs */

.special-date {
	float 				: left;
	width				: auto;
	margin-left 		: 10px;
	line-height 		: 23px;
	color				: #7a7a7a;
	font-size			: 0.8em;
	font-weight 		: normal;

}

#top {
	float				: left;
	width				: 760px;
	height				: 141px;
}

#fullpage {
	text-align			: left;
	display				: block;
	width				: 760px;
	margin				: 0 auto 0 auto;
}

.centercontent {
	float 				: left;
	width				: 100%;
	background-color 	: #fff;
}

.reunionlist {
	float 				: left;
	width				: 66%;
}

*html .reunionlist {
	width				: 63%;
}

.reunionrow {
	float 				: left;
	width				: 98%;
	background-color 	: #FAFAFA;
	margin				: 15px 1px 10px 5px;
}

.vignettezone, .fakeimg {
    float 				: left;
}

.rightpart {
	float				: right;
	width				: 250px;
	margin-top          : -20px;
}


#recherche {
	float				: right;
	position			: relative;
	margin				: 0;
	background-color 	: #EBEBEB;
	width				: 250px;
	background-image	: url(../images/find_corner_bl.gif);
	background-position	: bottom left ;
	background-repeat	: no-repeat;

}

.findbutton {
	float				: left;
	width				: 98%;
	margin-left			: 9px;

}

*html .findbutton {
	margin				: 0;
	margin-left			: 3px;
	/*margin-bottom		: 5px;*/
}

/* sous IE 5 Mac la règle pour un affichage correct
est de toujours avoir une largeur de spécifiée.
Auto étant la valeur par défaut, on ne modifie donc pas l'affichage ailleurs.
*/
.decoboxtop, .decoboxbottom, .shadow1top, .shadow1bottom, .shadow2top, .shadow2bottom,
.shadow3top, .shadow3bottom, .shadow4top, .shadow4bottom {
	width 				: auto;
}

.vignettezone, .decoboxtop img, .decoboxbottom img,
.shadow1top, .shadow2top, .shadow3top, .shadow4top,
.fakeimg {
	position 			: relative;
}


.infoszone {
	float 				: left;
	background-image	: url(../images/infos_bg.gif);
	background-position	: top left ;
	background-repeat	: repeat-y;
	background-color 	: #F8F8F8;
	margin				: -3px 0 3px 3px;
}

*html .infoszone {
	margin				: 0 0 3px 1px;
}

.infoszone2 {
	float 				: left;
	background-image	: url(../images/zone_infos_corner_bl2.gif);
	background-position	: bottom left ;
	background-repeat	: no-repeat;
	background-color 	: transparent;
	margin				: 0 0 0 0;
}


.shadowzone {
	float 				: left;
	background-color 	: #EBF1F7;
	width 				: 57%;
	background-image	: url(../images/zone_infos_corner_bl3.gif);
	background-position	: bottom left ;
	background-repeat	: no-repeat;
}

*html .shadowzone {
	width 				: 58%;
}



.souvenirzone {
	margin				: 0;
	display				: block;
	background-color 	: #F3F2F3;
	text-align			: center;
	width				: 100%;
}

.souvenircornertl {
	text-align			: center;
	display				: block;
	width				: 120px;
	margin 				: 1px auto 1px auto;
}

.souvenirbox {
	margin 				: 3px;
	display				: block;
	background-color 	: #8A8A8A;
}

.souveniretiquette {
	display				: block;
	width				: 100%;
	background-color 	: #8A8A8A;
	background-image	: url(../images/souvenirs_corner_br.gif);
	background-position	: bottom right ;
	background-repeat	: no-repeat;
}

.souveniretiquette h4, .souvenirbox p {
	display				: block;
	font-size 			: 0.9em;
	line-height 		: 1.1em;
	font-weight 		: normal;
	color 				: #fff;
}

.souveniretiquette h4 {
	line-height 		: 1.4em;
	border-bottom		: 1px solid #A0A0A0;
	background-color 	: #929292;
}

.souvenirbox p {
	border-top			: 1px solid #7F7F7F;
	margin 				: 0 auto 0 auto;
	font-weight 		: bold;
	background-image	: url(../images/souvenirs_corner_bl.gif);
	background-position	: bottom left ;
	background-repeat	: no-repeat;
}


.photopart {
	display				: block;
	margin 				: 1px auto 1px auto;
}

.photopart img {
	margin 				: 1px auto 1px auto;
}


.contentmargin {
	margin-top 			: 10px;
	margin-right 		: 10px;
}



.editocontent {
	font-size			: 0.9em;
	line-height			: 1.5em;
	
	width				: 99%;
	background-color 	: #fff;
	float 				: left;
	display				: block;
	margin				: 0 0 3px 3px;
	background-image	: url(../images/zone_infos_corner_bl.gif);
	background-position	: bottom left ;
	background-repeat	: no-repeat;
}

*html .editocontent {
	margin				: 0 0 3px 1px;
	width				: auto;
}

.editocontent img {
	float 				: right;
	margin 				: 7px;
}

.editocontent p {
	font-size			: 0.9em;
	margin 				: 3px 4px 2px 7px;
	line-height			: 1.5em;
	/*letter-spacing		: 0.1em;*/
}

p.likeedito {
	font-size			: 0.8em;
	line-height			: 1.4em;
	letter-spacing		: 0.05em;
	
	margin-bottom		: 1px;
	padding				: 0.5em;
	padding-left 		: 20px;
	width				: 94%;
	clear				: both;
}

p.likeedito a:link, p.likeedito a:active, p.likeedito a:visited {
   	color 				: black;
    text-decoration		: none;
}


p.likeedito a:hover {
    color 				: #287D16;
	text-decoration		: none;
}




p.likeedito img {
	float 				: right;
	margin 				: 5px 2px 13px 4px;
}


p.legende {
	font-size			: 0.8em;
	font-style			: italic;
	color				: #666666;
	line-height			: 0.5em;
	letter-spacing		: 0.01em;
	margin-left			: 1.5em;
	padding				: 0.1em;
	padding-bottom		: 8px;
	width				: 97%;
	clear				: both;
}

.editozone h3, .autresinfos h3, .nosphotoszone h3 {
    color 				: #0A55A2;
    font-size 			: 0.9em;
    font-weight 		: bold;
	margin-bottom		: 2px;
	margin-top			: 7px;
	padding-left		: 11px;
	line-height			: 18px;

	background-image	: url(../images/title_arrow.gif);
	background-position	: 0 6px ;
	background-repeat	: no-repeat;
}

*html .editozone h3, .autresinfos h3, .nosphotoszone h3 {
	background-position	: 0 7px ;
}



.autresinfos h3, .nosphotoszone h3 {
	position			: relative;
	left				: -1px;
	background-image	: url(../images/title_arrow2.gif);
	background-position	: 0 0px ;
	background-repeat	: no-repeat;
	z-index				: 4;

}

*html .autresinfos h3, *html .nosphotoszone h3 {
	float 				: left;
	background-position	: 0 1px ;
	z-index				: 3;
}

.autresinfos, .souvenirzone {
	float				: left;
	background-color 	: #F3F2F3;
	border-left			: 1px solid #E4E4E4;
	width				: 249px;
}

*html .autresinfos {
	width				: 252px;
}


.rightzonefooter {
	float				: left;
	background-image	: url(../images/right_zone_footer.gif);
	background-repeat	: repeat-x;
	background-color 	: #fff;
	height				: 60px;
	width				: 100%;
}

*html .rightzonefooter {
	width				: 99%;
}


h3 {
	position 			: relative;
	z-index 			: 5;
}

.nosphotoszone, .formattarifszone, .prochainementzone, .souvenirzone, .photospulling {
	background-image	: url(../images/right_infos_bg_small.gif);
	background-position	: 0 0px ;
	background-repeat	: repeat-x;
	
	float				: left;
	width				: 99%;
	border-bottom		: 1px solid #fff;
	border-top			: 1px solid #EFEFEF;
	margin 				: 0;
	padding 			: 0;
	padding-bottom		: 4px;
}

.nosphotoszone {
	clear				: both;
}

.nosphotoszone p {
	margin 				: 0;
	padding				: 0;
	float		 		: left;
	width 				: 50%;
	font-size 			: 0.8em;
	line-height			: 2em;
	letter-spacing		: 0.05em;
}

.photospulling p {
	padding-left		: 10px;
	float		 		: left;
	width 				: 235px;
	font-size 			: 0.8em;
	line-height			: 1.5em;
	letter-spacing		: 0.05em;
}


.prochainementzone p {
	font-size 			: 0.8em;
	line-height			: 1.7em;
    white-space 		: nowrap;
	letter-spacing		: 0.03em;
	clear				: both;
	padding-left		: 12px;
}

.prochainementzone {
	width				: 100%;
}

*html .prochainementzone {
	width				: 100%;
}

p.evecol1, p.evecol2 {
	font-size 			: 0.8em;
	line-height			: 1.4em;
    white-space 		: nowrap;
	letter-spacing		: 0.03em;
	width				: 100px;
}

p.evecol1 {
	float		 		: left;
	text-align			: left;
	margin-right		: 5px;
}

p.evecol2 {
	float		 		: left;
	text-align			: left;
}


p.alignright {
	text-align			: left;
	float 				: right;
}


.nosphotoszone h3 {
	float 				: left;
	width 				: 40%;
}

.nosphotoszone p {
	float				: left;
	margin-top			: 7px;
	margin-left			: 7px;
}


*html .nosphotoszone p {
	margin-left			: 0px;
}


.editozone {
	float 				: right;
	width				: 250px;
	margin-bottom 		: 3px;
	background-color 	: #fff;
}

/*
*html .editozone {
	margin-bottom 		: -1px;
}
*/

.editoshadow2 {
	float 				: left;
	width				: 99%;
	background-color 	: #CDCEC9;
	margin				: 0 0 2px 2px;
	background-image	: url(../images/zone_infos_corner_bl2.gif);
	background-position	: bottom left ;
	background-repeat	: no-repeat;
}

*html .editoshadow2 {
	margin				: 0 0 2px 1px;
	width				: auto;
}

.editoshadow1 {
	float 				: left;
	width				: 100%;
	background-color 	: #EBF1F7;
	background-image	: url(../images/zone_infos_corner_bl3.gif);
	background-position	: bottom left ;
	background-repeat	: no-repeat;
	margin-bottom		: 0px;
}

.contentzone {
	float 				: left;
	text-align 			: left;
	margin 				: 0 0 0px 4px;
	background-color 	: #FAFAFA;
	width				: 100%;
	background-image	: url(../images/zone_infos_corner_bl.gif);
	background-position	: bottom left ;
	background-repeat	: no-repeat;
}

*html .contentzone {
	margin 				: 0 0 0px 2px;
}

.contentzone img {
	float 				: left;
	margin 				: 0 7px 0 7px;
}


.vignettezone, .vignettezone2 {
	float 				: right;
	background-color 	: transparent;
	width 				: 40%;
}

.vignettezone2 {
	float 				: left;
	display 			: block;
}


.vignettemargin {
	margin				: 0 auto 0 auto;
}

.decoboxtop img, .decoboxbottom img, .decoboxbottom2 img {
	border				: 1px solid #fff;
}

.decoboxtop img {
	z-index				: 4;
	display				: block;
}

.decoboxbottom img, .decoboxbottom2 img {
	z-index				: 3;
	display				: block;
}


.decoboxtop {
	float 				: right;
	width				: 116px;
	text-align			: right;
}

.decoboxbottom, .decoboxbottom2 {
	float 				: left;
	margin-top 			: -65px;
}

.decoboxbottom2 {
	margin-top 			: 0px;
}

.shadow1top, .shadow1bottom {
	border 				: 1px solid #DBDBDB;
}

.shadow1top, .shadow1bottom, .shadow2top, .shadow2bottom,
.shadow3top, .shadow3bottom, .shadow4top, .shadow4bottom {
	border-bottom 		: 1px solid #888888;
	border-right 		: 1px solid #888888;
}


.shadow2top, .shadow2bottom {
	border-bottom 		: 1px solid #B7B7B7;
	border-right 		: 1px solid #B7B7B7;
}

.shadow2top, .shadow3top, .shadow4top {
	margin-top 			: -1px;
}


.shadow3top, .shadow3bottom {
	border-bottom 		: 1px solid #DBDBDB;
	border-right 		: 1px solid #DBDBDB;
}

.shadow4top, .shadow4bottom {
	border-bottom 		: 1px solid #F3F3F3;
	border-right 		: 1px solid #F3F3F3;
}

.shadow4top {
	border-bottom 		: none;
}

.shadow1top, .shadow2top, .shadow3top, .shadow4top {
	float 				: left;
	z-index				: 3;
}

.shadow1bottom, .shadow2bottom, .shadow3bottom {
	z-index				: 1;
}


.shadow1bottom {
	background-color	: white;
}



h2 a, h2 a:link, h2 a:active, h2 a:visited {
	text-decoration 	: none;
	font-weight 		: normal;
	font-size			: 0.8em;
}

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

h2 a span.racetrack {
	font-size 			: 1.4em;
	font-weight 		: bold;
}

/* Numéros de page
----------------------------------------------------------------*/

.pagelist {
	margin 				: 10px;
}

.pagelistselected {
	border 				: 1px solid #000;
	background-color	: #fff;
	color 				: #000;
	text-decoration		: none;
	font-size  			: 1.2em;
	font-weight         : bold;
	line-height			: 1.2em;

	margin-top		    : 3px;
	margin-left		    : 1px;
	margin-right	    : 3px;
	padding-left 		: 2px;
	padding-right 		: 2px;
}


.pagelist a, .pagelist a:link, .pagelist a:active {

	border 				: 1px solid #999;
	background-color	: #f2f2f2;
	color 				: #666;
	text-decoration		: none;
	font-size  			: 1.2em;
	font-weight         : bold;
	line-height			: 1.2em;

	margin-top		    : 3px;
	margin-left		    : 1px;
	margin-right	    : 0;
	padding-left 		: 2px;
	padding-right 		: 2px;
}

.pagelist a:hover {
	color 				: #000;
	text-decoration		: none;
	background-color	: #BDE68C;	
}


/* Gallerie
----------------------------------------------------------------*/

.galleryrow {
	display 			: block;
	text-align 			: left;
}


.galleryrow .vignettezone2 {
	margin 				: 5px;
}

.galleryrow img {
	margin 				: 0;
	clear 				: both;
}

.infospart {
	float 				: left;
	width 				: 240px;
	padding 			: 5px;
	float				: left;
}

.infospart p {
	font-size 			: 0.9em;
	margin-bottom 		: 5px;
}

.galleryrow a.speciallink, .galleryrow a.speciallink:link,
.galleryrow a.speciallink:active,
.galleryrow a.speciallink:visited,
.galleryrow a.speciallink:hover {
	float 				: left;
	clear 				: both;
	
}

.insidebox {
	position 			: relative;
	margin 				: 5px;
	margin-bottom 		: 15px;
	float				: left;
	background-color 	: #f7f7f7;
	border 				: 1px solid #D0D1D3;
	clear				: both;
	width 				: 95%;
}

.insidebox-corner-br {
	display				: block;
	position			: absolute;
	bottom				: -1px;
	right				: -1px;
	background-image	: url(../images/galerie_br_corner.gif);
	background-position	: bottom right ;
	background-repeat	: no-repeat;
	width				: 4px;
	height				: 4px;
	z-index				: 3;
}

*html .insidebox-corner-br {
	bottom				: -2px;
}

.insidebox-corner-bl {
	display				: block;
	position			: absolute;
	bottom				: -1px;
	left				: -1px;
	background-image	: url(../images/galerie_bl_corner.gif);
	background-position	: bottom left ;
	background-repeat	: no-repeat;
	width				: 4px;
	height				: 4px;
	z-index				: 3;
}

*html .insidebox-corner-bl {
	bottom				: -2px;
}



/* Inscription
----------------------------------------------------------------*/

fieldset h5 {
width				: 115%;		
font-size			: 12px;
	line-height			: 18px;
	color				: #515B99;
	font-weight 		: bold;

}


.bgcontent {
/*line-height			: 55px;	*/
	text-align			: left;
	background-color 	: #fff;
	width				: 94%;
	padding-left 		: 15px;
	padding-top			: 1px;
	/*border: 1px solid green;*/
}


.submitbttn, a.submitbttn:link, a.submitbttn:visited {
	background-color 	: #515B99;
	color 				: white;
	font-weight 		: bold;

	border-top 			: 2px solid #e5E5E5;
	border-right 		: 1px solid #333;
	border-bottom 		: 1px solid #333;
	border-left 		: 2px solid #e5E5E5;


	margin 				: 2px;
	padding 			: 2px 10px 2px 10px;
}


.submitbttn:hover, a.submitbttn:hover {
	background-color 	: #16A63F;
}


.bttcancel, a.bttcancel:link, a.bttcancel:visited {
	background-color 	: #515B99;
	color 				: white;
	font-weight 		: bold;

	border-top 			: 2px solid #e5E5E5;
	border-right 		: 1px solid #333;
	border-bottom 		: 1px solid #333;
	border-left 		: 2px solid #e5E5E5;

	margin 				: 2px;
	padding 			: 2px 10px 2px 10px;
}


.bttcancel:hover, a.bttcancel:hover {
	background-color 	: #E52B2B;
}


.inputtext, textarea.inputtext, .inputtextbig {
	background-color 	: #fbfbfb;
	border 				: 1px solid #d5d5d5;
	
	float				: left;

	font-family 		: arial, sans-serif, helvetica;
	font-size			: 11px;
	line-height			: 14px;
	color				: #000;
	
	margin				: 3px;
	padding 			: 2px;
}


.inputtext:focus, textarea.inputtext:focus, .inputtextbig:focus {
	border 				: 1px solid #16A63F;
	background-color 	: #fff;
}


.inputtextbig {
	width 				: 450px;
	height				: 200px;
}


.loginbox {
	margin 				: 5px;
	padding				: 0;
	text-align			: center;
	width 				: 100%;
	clear				: both;
}


.loginbox fieldset {
	color				: #000;
	width 				: 420px;
	border    			: 1px dashed #9EA4C4;
	border-right  		: 1px solid #9EA4C4;
	border-left   		: 6px solid #515B99;
	line-height			: 2em;
	margin				: 15px auto;
	padding 			: 0;
	padding-left		: 5px;
	padding-bottom		: 20px
}


.okbox {	
	line-height			: 15px;
}


.contactlink {
	text-align			: left;
	color				: #000;
	width 				: 395px;
	border-top    		: 1px dashed #9EA4C4;
	border-right  		: 1px solid #9EA4C4;

	border-left   		: 6px solid #515B99;
	border-bottom 		: 1px dashed #9EA4C4;
	line-height			: 2em;
	/*margin				: 1px auto;*/
	padding 			: 0;
	padding-left		: 5px;
	padding-bottom		: 20px
}


a.contactlink:link, a.contactlink:active, a.contactlink:visited {
	line-height			: 20px;
	float				: left;
	font-size			: 0.9em;
    color 				: #6B6B6B;
    text-decoration		: none;
	padding-left		: 23px;
	margin-left			: 40px;
	background-image	: url(../images/link_arrow.gif);
	background-position	: 0 24px ;
	background-repeat	: no-repeat;
}


a.contactlink:hover {
 color 					: #287D16;
}


/* Enregistrement d'un nouvel utilisateur
----------------------------------------------------------------*/

.formbox2, .topicformbox {
	margin 				: 0;
	padding				: 0;
	text-align			: left;
	width 				: 82%;
}

.formbox2 label {
	width 				: 29 %;
	float 				: left;
	margin 				: 5px 0 3px 2px;
	padding 			: 0;
	font-weight 		: normal;
	text-align			: left;
	color				: #000;
	font-size			: 1.1em;
}

.formbox2 .radiolabel {
	float 				: left;
	padding 			: 0;
	font-weight 		: normal;
	margin 				: 2px 60px 0 0;
	padding 			: 0;
}

.formbox2 fieldset {
	text-align			: left;
	font-size			: 11px;
	color				: #000;
	margin 				: 10px 10px 10px 10px;
	padding				: 5px 1px 7px 5px;
	width				: 100%;
	border 				: 1px dotted #a5a5a5;
}

.formbox2 fieldset legend {
	font-size			: 13px;
	line-height			: 12px;
	color				: #515B99;
	font-weight 		: bold;

}


/*.formbox2 fieldset {
	width : 100%;
}
*/

.formbox2 .inputtext {
	width : 250px;

}


.formbox2 textarea.inputtext {
	width : 250px;

}



.formbox2 fieldset p {
	background-color 		: #E5E5E5;
	font-size				: 12px;
	/*line-height			: 12px;*/
	font-weight 			: bold;
	color					: #515B99;
	margin 					: 0;
	padding 				: 5px 5px 5px 5px;
	
}

.small, .formbox2 p.small {
	font-size 			: 9px;
	color 				: #666;
	background			: transparent;
	font-weight 		: normal;
}


/* Breadcrumb bar
----------------------------------------------------------------*/
/*
.breadcrumb {
	width 				: 95%;
	padding 			: 5px 10px;
	height 				: 18px;
	line-height			: 10px;
}

*html .breadcrumb {
	margin-top 			: 0;
	width 				: auto;
}

.breadcrumb span.selected {
	font-weight 		: bold;
	color				: #12511A;
}
*/

#breadcrumb-bar {
	float : left;
	width : 90%;
	clear : both;
	margin-left : 5px;
	/*position : absolute;
	bottom : 3px;
	right : 0;
	background-color : transparent;
	width : 63%;*/
}


#breadcrumb {
	float				: left;
	clear				: both;
	padding 			: 5px 10px;
	line-height			: 10px;
	text-align			: left;
	list-style			: none;
	background			: url(../images/admin_breadc_start.gif) no-repeat 0px 12px;
}


#breadcrumb li {
	float				: left;
	margin				: 0 0px 0 5px;
	text-transform		: lowercase;
	font-size			: 0.8em;
	font-weight			: bold;
	color				: gray;
	line-height			: 2em;
}


#breadcrumb a {

	text-transform		: none;
	font-size			: 1em;
	font-weight			: normal;
	color				: gray;
	text-decoration		: none;
}


#breadcrumb .breadcrumb-selected a {
	font-weight			: bold;
}


#breadcrumb a:visited {
	border-bottom		: 1px dotted gray;
}


#breadcrumb a:hover,
#breadcrumb a:focus,
.breadcrumb-selected a:hover,
.breadcrumb-selected a:focus {
	border-bottom		: 1px solid gray;
}




/* Gallerie
----------------------------------------------------------------*/

.vitrine {
	float : left;
	margin-left : 10px;
	width : 99%;
}

h2.prixcat {
	display : block;
	clear : both;
	font-weight : bold;
	/*border-top : 2px solid #0A55A2;*/
	color  : #0A55A2;
	line-height : 20px;
	width : 90%;
	margin-left : 15px;
	/*margin-top : 10px;*/
}


/* Portrait
----------------------------------------------------------------*/


.portrait {
	display 		: block;
	float: right;
	width			: 200px;
	text-align 		: center;
	clear			: both;
	padding			: 15px 0 0 17%;
	/*border: 1px solid red;*/
	
}
*html .portrait {
	width			: 250px;
	padding			: 15px 0 0 38%;
}


.vignettezone3 {
	/*width			: 110px;*/
	margin			: 0 auto 0 auto;
	float : left;
	display 		: block;
	margin-left     : 60px;
}

*html .vignettezone3 {
	margin			: 0 auto 0 auto;
}

.vignettezone3 .decoboxbottom2, .vignettezone3 .shadow4bottom,
.vignettezone3 .shadow3bottom,.vignettezone3 .shadow2bottom,
.vignettezone3 .shadow1bottom {
	float : none;
	display : block;
	text-align : center;
	margin : 0 auto 0 auto;
	width : auto;
}

.vignettezone3 img {
	float : none;
	display : block;
}


/* Pied de page
----------------------------------------------------------------*/


#footer {
	float 				: left;
	clear 				: both;

	background-color 	: #B5B3B4;
	border				: 1px solid #fff;
	border-top    		: 1px dashed #fff;
	border-bottom 		: 1px dashed #fff;

	height 				: 23px;
	width 				: 100%;
	padding-top			: 4px;
	margin-top 			: 4px;
	margin-bottom		: 5px;

	color 				: #fff;
	line-height 		: 18px;
	text-align 			: center;
}


#footer a:link, #footer a:active, #footer a:visited  {
	color: #fff;
	text-decoration:none;
}

#footer a:hover {
	color: #696868;
}



/* montages photos
----------------------------------------------------------------*/
.montagegalleryrow {
	float				: left;
	
	width				: 495px;
/*border				: 1px solid red;*/
	margin				: 5px 1px 0px 5px;
}


.montagegalleryrow .montagevignettezone {
	margin				: 5px 0px 5px 6px;
	float				: left;
	
	/*border				: 1px solid green;*/
}




.montageinfospart {
	clear: both;
	margin-left: auto;
	margin-right: auto;
/*	text-align: center;*/
	width 				: 99%;
	padding 			: 1px 1px 5px 12px;
	/*border				: 1px solid red;*/
}

.montageinfospart p {
	font-size 			: 0.9em;
	margin-bottom 		: 5px;
	margin-right		: 10px;
}

.montagegalleryrow a.speciallink, .galleryrow a.speciallink:link,
.montagegalleryrow a.speciallink:active,
.montagegalleryrow a.speciallink:visited,
.montagegalleryrow a.speciallink:hover {
	float 				: left;
	
	
}



.montageinsidebox {
	position 			: relative;
	margin 				: 5px 10px 8px 5px;
	float				: left;
	background-color 	: #f7f7f7;
	border 				: 1px solid #D0D1D3;
	width 				: 45%;
}

.montageinsidebox-corner-br {
	display				: block;
	position			: absolute;
	bottom				: -1px;
	right				: -1px;
	background-image	: url(../images/galerie_br_corner.gif);
	background-position	: bottom right ;
	background-repeat	: no-repeat;
	width				: 4px;
	height				: 4px;
	z-index				: 3;
}

*html .montageinsidebox-corner-br {
	bottom				: -2px;
}

.montageinsidebox-corner-bl {
	display				: block;
	position			: absolute;
	bottom				: -1px;
	left				: -1px;
	background-image	: url(../images/galerie_bl_corner.gif);
	background-position	: bottom left ;
	background-repeat	: no-repeat;
	width				: 4px;
	height				: 4px;
	z-index				: 3;
}

*html .montageinsidebox-corner-bl {
	bottom				: -2px;
}



.montagegalleryrow img {
clear				: both;	
margin 				: 1px;
	display 			: block;
	/*border				: 1px solid grey;*/
	
}




/* tarifs développements photos
----------------------------------------------------------------*/

table#tarifslist {
	width : 430px;
	border : 1px solid #E5E5E5;
	clear : both;
	margin : 5px 0px 5px 30px;
	border-collapse : collapse;
/*border: 1px solid red;*/
}

table#tarifslist td {
	background-color	: #f7f7f7;
	border : 2px solid #fff;
	 /* auto 10px auto;*/
	padding-left : 22px;
	line-height: 27px;
}

table#tarifslist p {
	margin: 5px 0px 5px 20px;
	font-size : 0.8em;
	padding-left: 20px;
	
}

/*table#tarifslist tr.row1 td {
	background-color	: #fff;
}*/

table#tarifslist tr:hover td {
	background-color	: #FCE9BA;
}

table#tarifslist th {
	font-size : 0.9em;
	background-color	: #ECEAEB;
	color				: #4F5053;
	border-right		: 2px solid #fff;
	padding-left		: 22px;
	text-align			: left;
}

/*html table#tarifslist th {
	float: left; 
	padding-left: 1px;
}
*/
th.formatscol {

	margin-left: 60px;
margin-right: 3px;
	line-height: 10px;
	width : 140px;
/*	height: 10%;*/
}


th.tarifscol {
		
	width : 160px;
	
}

table#tarifslist td.tarifslegende p{
	float: left;
	margin-top: 20px;
/*	padding-right: 20px;*/
	text-align: left;
	color: #615C5C;
	font-style: italic;
	font-size : 0.8em;
	/*padding-left: 1px;
	border: 1px solid red;*/
}