/**
 * Carrefour Galerie - stylesheet
 */

/* --- section HTML tag --- */
body {
	background-color: #E0E0E0;  /* Very light Grey */
	margin: 3px;
	background-image:url('/img/arrierePlan.jpg');
}

h1 {
	font-size: 23px;
	font-family: georgia, arial;
	font-style: italic;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-size: 18px;
	font-family: georgia, arial;
	font-style: italic;
	margin: 18px 0px;
}

h3 {
	font-size: 17px;
	font-family: georgia, arial;
	margin: 0px 0px 10px 0px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

p, .footer {
	font-size: 14px;
}

hr {
	height: 3px;
	background-color: Maroon;
}

a:link {color: DarkRed}			/* unvisited link */
a:visited {color: DarkRed}		/* visited link */
a:hover {color: Red}			/* mouse over link */
a:active {color: DarkRed}		/* selected link */

pre {
/*
	word-wrap: break-word;  
	word-break: normal;
	white-space: normal;
	overflow: hidden;
	 
	white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 * /
	white-space: -pre-wrap;  Opera 4 - 6 
	white-space: -o-pre-wrap;  Opera 7 
	white-space: pre-wrap;   CSS3 
	word-wrap: break-word;  IE 5.5+ 
	word-break : break-all;  IE 5.5+ 
	white-space : normal;  IE 5.5+ 
*/
	
}

/* --- section PAGE --- */
.minWidthPage {
	width: 810px;	
	line-height: 10%;
}

.page {
	width: 930px;	
	font-family: arial, verdana;
	margin-left:auto; 
	margin-right:auto;
	background-color: White;
}


/* --- section HEADER --- */
.header {
	border-top: 1px solid black;
}

.header img {
	float: left;
	margin: 0px 0px 0px 60px;
	border-style: none;
}

.header span {
	position: relative;
	margin: 15px 40px 0px 0px;
	float: right;
	line-height: 20px;
	font-size: 13px;
}

.header a {
	border-style: none;
}


/* --- section MENU --- */
.menuBar {
	height: 27px;
	background-color: Maroon;
	color: White;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align: right;
	font-family: georgia;
	font-size: 12px;
	font-weight: bold;
}

.menuBar a:link {color: White; text-decoration: none;}			/* unvisited link */
.menuBar a:visited {color: White; text-decoration: none;}		/* visited link */
.menuBar a:hover {color: Gold; text-decoration: none;}			/* mouse over link */
.menuBar a:active {color: White; text-decoration: none;}		/* selected link */

.menuBar span {
	float: left;
}

/* --- section LEFT PANEL --- */
.minWidthLeftPanel {
	width: 165px;	
	line-height: 10%;
}

.leftPanel {
	background-color: Maroon;
	color: White;
	border-right: 1px solid black;
	width: 19%;
	line-height: 190%;
	vertical-align: text-top;
	height: 600px;
	font-size: 12px;
	font-weight: bold; 
	font-family: georgia;
}

.leftPanel a:link {color: White; text-decoration: none;}		/* unvisited link */
.leftPanel a:visited {color: White; text-decoration: none;}		/* visited link */
.leftPanel a:hover {color: Gold; text-decoration: none;}		/* mouse over link */
.leftPanel a:active {color: White; text-decoration: none;}		/* selected link */

.leftPanel .nomArtiste {
	font-size: 115%;
	font-family: georgia;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
}

.leftPanel li {
	margin: 0px 0px 0px 10px;
}

/* --- section BODY --- */
.body {
	padding: 10px 10px 10px 10px;
	vertical-align: text-top;
}

.minWidthEventCol1 {
	width: 150px;	
	line-height: 10%;
}

.minWidthEventCol2 {
	width: 250px;	
	line-height: 10%;
}

.body .note {
	font-size: 10px;
}

.body .noteBig {
	font-size: 11px;
}

.body .eventList {
	border: 4px double black;
	width: 700px;
	font-family: verdana;
	font-size: 11px;
}

.body .eventList .header {
	height: 35px;
	background-color: #686868;  /* Gris foncé */
	color: White;
	font-family: georgia;
	font-size: 14px;
	font-style: italic;
}

.body .eventList .pair {
	background-color: #E0E0E0;  /* Very light Grey */
}

.body .eventList .impair {
	background-color: #F0F0F0;  /* Very light Grey */
}

.body .eventList .colData {
	padding: 5px 0px 5px 5px;
}

.minWidthForfaitCol {
	width: 100px;	
	line-height: 10%;
}

.body .forfaitList {
	border: 4px double black;
	width: 700px;
	text-align: center;
	font-family: verdana;
	font-size: 11px;
	font-variant: small-caps;
}

.body .forfaitList .header {
	height: 50px;
	background-color: #686868;  /* Gris foncé */
	color: White;
	font-family: georgia;
	font-size: 18px;
	font-style: italic;
	font-variant: small-caps;
}

.body .forfaitList .pair {
	background-color: #E0E0E0;  /* Very light Grey */
}

.body .forfaitList .impair {
	background-color: #F0F0F0;  /* Very light Grey */
}

.body .forfaitList .colDescription {
	text-align: left;
	padding: 15px 10px;
}

.body .forfaitList .colData {
	padding: 10px 0px;
}

.body .avantageList {
	list-style-image: url('/img/check.gif');
	line-height: 15px; 
}

.body .avantageList li {
	padding-left: 10px;
}

.body .avantageList p {
	font-size: 13px;
}

.body .bodyText {
	font-family: verdana, arial;
	font-size: 13px;
	margin: 0px 0px 15px 0px;
}

.body .btnSubmit {
	float: left;
	margin: 0px 25px 0px 0px;
	width: auto;
} 

.body .btnSubmitFixe {
	float: left;
	margin: 0px 25px 0px 0px;
	width: 90px;
}

.body p {
	text-align: justify;
}

.body .smallCaps {
	font-variant: small-caps;
	font-weight: bold; 
	font-size: 15px;
	margin: 0px 0px 10px 0px;
}

.body .smallTitre {
	font-weight: bold; 
	font-size: 15px;
	font-family: arial; 
	margin: 0px 0px 10px 0px;
}

.body .barTitre {
	font-weight: bold; 
	font-size: 13px;
	font-family: arial; 
	padding: 2px 0px 3px 25px ; 
	background-color: Gray;
	color: white;
	position: absolute;
	top: 170px;
	height: 16px;
	width: 700px;
	letter-spacing: 1.5px;
}

.body .barTitre a:link {color: White; text-decoration: none;}		/* unvisited link  */
.body .barTitre a:visited {color: White; text-decoration: none;}	/* visited link    */
.body .barTitre a:hover {color: Gold; text-decoration: none;}		/* mouse over link */
.body .barTitre a:active {color: White; text-decoration: none;}		/* selected link   */

.body .actionMessage {
	font-size: 14px;
	font-family: arial; 
	color: red;
	margin: 10px 0px 0px 10px;
}

.body .counter {
	font-size: 12px;
	margin: 0px 30px 2px 0px;
	float: right;
}

.body .counter input {
	background-color: #E0E0E0;  /* Very light Grey */
	font-size: 12px;
	width: 75px;
	padding: 0px 0px 0px 3px;
}

/* --- section BODY ACCUEIL REGION --- */
.body .accueilRegion {
	margin: 0px 0px 0px 10px;
}

.body .accueilRegion a:link {color: DarkRed; text-decoration: none;}		/* unvisited link */
.body .accueilRegion a:visited {color: DarkRed; text-decoration: none;}		/* visited link */
.body .accueilRegion a:hover {color: Red; text-decoration: none;}			/* mouse over link */
.body .accueilRegion a:active {color: DarkRed; text-decoration: none;}		/* selected link */

.body .accueilRegion img {
	height: 65px;
	border: 4px ridge white;
}

.body .accueilRegion td {
	padding: 10px 15px 0px 0px;
	vertical-align: top;
}

.body .accueilRegionNom {
	font-size: 11px;
	font-family: georgia;
	font-style: italic;
}

.body .accueilListeGalerie h1 {
	font-size: 23px;
	padding: 0px 0px 10px 0px;
}

.body .accueilListeGalerie h1 a {
	color: black;
}

.body .accueilListeCategorie a, .body .accueilListeNom a {
	font-size: 14px;
	color: black;
}

.body .accueilListeCategorie h3 a, .body .accueilListeNom h3 a {
	font-size: 17px;
}

/* --- section BODY INPUT REGION --- */
.body .inputRegion {
	margin: 10px 0px 0px 0px;
}

.body .inputRegion tr {
	vertical-align: top;
	font-family: verdana, arial;
	font-size: 13px;
}

.body .inputDesc {
	margin: 2px 5px 21px 0px;
	font-family: verdana, arial;
	font-size: 13px;
}

.body .inputField {
	margin: 0px 0px 13px 0px;
	font-family: verdana, arial;
	font-size: 13px;
	overflow-z: auto;
	padding: 0px 0px 0px 5px;
}

.body .inputFieldRead {
	background-color: #E0E0E0;  /* Very light Grey */
}

.body .inputImageField {
	font-family: verdana, arial;
	font-size: 13px;
}

/* --- section BODY INFO MEMBRE REGION --- */
.body .infoMembreImgOeuvreNavig a:link {color: DarkRed; text-decoration: none;}		/* unvisited link */
.body .infoMembreImgOeuvreNavig a:visited {color: DarkRed; text-decoration: none;}		/* visited link */
.body .infoMembreImgOeuvreNavig a:hover {color: Red; text-decoration: none;}			/* mouse over link */
.body .infoMembreImgOeuvreNavig a:active {color: DarkRed; text-decoration: none;}		/* selected link */

.body .infoMembreImgArtiste {
	border: 6px double black;
	margin: 10px 20px 10px 10px;
	height: 175px;
	float: left;
}

.body .infoMembreImgOeuvre {
	border: 6px double black;
	padding: 2px;
	margin: 10px 20px 10px 10px;
	width: 260px;
}

.body .infoMembreImgOeuvreBig {
	border-style: ridge;
	border-width: 4px;
	border-color: white;
	margin: 10px 50px 10px 10px;
	width: 555px;
	display: none; 
	position: absolute; 
	top: 0px; 
	left: -285px;
}

.body .infoMembreImgOeuvreLoupePlus {
	position: absolute; 
	top: 215px; 
	right: 370px;
}

.body .infoMembreImgOeuvreLoupeMoins {
	position: absolute; 
	top: 215px; 
	right: 335px;
}

.body .infoMembreImgOeuvrePrevious {
	font-family: arial;
	font-size: 15px;
	position: absolute; 
	top: 220px; 
	right: 235px;
}

.body .infoMembreImgOeuvreDot {
	font-family: arial;
	font-size: 16px;
	position: absolute; 
	top: 220px; 
	right: 215px;
}

.body .infoMembreImgOeuvreNext {
	font-family: arial;
	font-size: 15px;
	position: absolute; 
	top: 220px; 
	right: 165px;
}

.body .infoMembreSiteWeb {
	position: absolute; 
	top: 410px; 
	left: 320px;
	font-family: arial;
	font-size: 14px;
}

.body .infoMembreParagraphe {
	border: 0px solid red;
	font-family: georgia;
	font-size: 14px;
	width: 710px;
	padding: 5px;
	overflow-x: hidden;
	overflow-y: auto;
}

.body .infoMembreDesc {
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: bold; 
	font-family: georgia;
	margin: 0px 0px 10px 0px;
}

.body .infoMembreField {
	letter-spacing: 1px;
	font-style: italic;
	font-size: 12px;
	font-family: arial;
	margin: 0px 0px 10px 0px;
}

.body .infoIndexImageRegion {
	border: 3px groove;
	width: 375px;
	height: 128px;
	overflow: auto;
	position: absolute;
	top: 250px;
	left: 320px;
}

.body .infoIndexImageRegion img {
	height: 70px;
	border: 4px ridge white;
} 

/* --- section BODY DOSSIER MEMBRE REGION --- */
.body .dossierMembre { 
	position: relative; 
} 

.body .dossierMembreImg {
	border: 6px double black;
	padding: 4px;
	margin: 10px 50px 10px 10px;
	height: 175px;
}

.body .dossierMembreTextArea {
	font-family: georgia;
	font-size: 14px;
	width: 710px;
	height: 300px; 
	padding: 5px;
	overflow-x: hidden;
	overflow-y: auto;
}

.body .dossierMembreTextAreaTitre {
	margin: 30px 0px 5px 0px;
}

/* --- section BODY INDEX IMAGE REGION --- */
.body .indexImageRegion {
	border: 3px groove;
	width: 450px;
	height: 125px;
	overflow: auto;
	margin: 0px 0px 0px 100px;
}

.body .indexImageRegionButton {
	margin: 60px 0px 0px 170px;
}

.body .indexImageRegionButtonEditer {
	margin: 10px 0px 0px 200px;
}

.body .indexImageRegion img {
	height: 70px;
	border: 4px ridge white;
} 

/* --- section BODY RESULT REGION DETAILLE --- */
.minWidthResultRegion {
	width: 300px;	
	line-height: 10%;
}

.body .barResult {
	margin: 0px 0px 0px 70px;
}

.body .barResultTypeAffichage {
	font-family: arial;
	font-size: 11px;
	position: relative;
	left: 210px;
}

.body .resultRegionTable {
	position: relative;
	top: 40px;
	letter-spacing: 1.5px;
}

.body .resultRegionTable tr {
	height: 158px;
}

.body .resultRegionFiche {
	border: 3px groove;
	margin: 5px;
	height: 140px;
	width: 340px;
	overflow: hidden;
}

.body .resultRegionHeader {
	font-family: georgia;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	background-color: LightGrey;
	white-space: nowrap;
	color: Black;
	clear: left;
	padding: 8px;
	margin: 2px;
	overflow: hidden;
}

.body .resultRegionHeader a:link {color: Black}		/* unvisited link */
.body .resultRegionHeader a:visited {color: Black}	/* visited link */
.body .resultRegionHeader a:hover {color: Black}	/* mouse over link */
.body .resultRegionHeader a:active {color: Black}	/* selected link */

.body .resultRegionImage {
	float: left;
	margin: 2px 8px 2px 4px;
	border: 0px;
}

.body .resultRegionImage img {
	height: 90px;
	border: 4px ridge white;
}

.body .resultRegionInfo {
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	margin: 5px 5px 0px 0px;
	line-height: 180%;
}

/* --- section BODY RESULT REGION ABREGE --- */
.body .resultRegionTableAbrege {
	position: relative;
	top: 40px;
	letter-spacing: 1.5px;
}

.body .resultRegionTableAbrege tr {
	height: 130px;
	vertical-align: top;
}

.body .resultRegionFicheAbrege a:link {color: DarkRed; text-decoration: none;}		/* unvisited link */
.body .resultRegionFicheAbrege a:visited {color: DarkRed; text-decoration: none;}		/* visited link */
.body .resultRegionFicheAbrege a:hover {color: Red; text-decoration: none;}			/* mouse over link */
.body .resultRegionFicheAbrege a:active {color: DarkRed; text-decoration: none;}		/* selected link */

.body .resultRegionFicheAbrege img {
	height: 60px;
	border: 4px ridge white;
	margin: 10px 15px 0px 0px;
}

.body .resultRegionFicheAbregeNom {
	font-size: 11px;
	font-family: georgia;
	font-style: italic;
	margin: 5px 5px 0px 0px;
}


/* --- section BODY POLICY --- */
.body .policyTitre {
	margin: 20px 0px 15px 0px;
}

.body .policyTexte {
	margin: 0px 25px;
}

/* --- section SEARCH CRITERIA REGION --- */
#searchCriteriaRegion {
	font-family: "Times New Roman", arial;
	margin: 0px 0px 0px 0px;
	position: relative;
}

#searchCriteriaRegion div {
	font-family: arial;
	font-size: 14px;
	float: left;
	height: 81px;
	overflow-y: auto;
	overflow-x: hidden;
}

#searchCriteriaRegion button {
	margin: 2px;
	font-size: 12px;
}

#searchCriteriaRegion ul {
	list-style-type: none;
	cursor: default;
	position: relative;
	margin: 0px 0px 0px 3px;
}

#searchCriteriaRegion #searchListSysCategorie ul, #searchListSysCriteria ul {
	margin: 0px 0px 0px 5px;
}

#searchCriteriaRegion #searchListSysCriteria ul {
	width: 100%;
}

#searchCriteriaRegion #searchCriteriaSysLabel {
	position: absolute;
	top: 0px;
	left: 0px;
}

#searchCriteriaRegion #searchListSysCategorie {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 105px;
	border: 3px double black;
}

#searchCriteriaRegion #searchListSysCriteria {
	position: absolute;
	top: 30px;
	left: 104px;
	width: 220px;
	border-left: 0px solid black;
	border: 3px double black;
}

#searchCriteriaRegion #searchListBouton {
	position: absolute;
	top: 30px;
	left: 335px;
	overflow: hidden;
}

#searchCriteriaRegion #searchListBouton button {
	font-family: arial;
	font-size: 11px;
}

#searchCriteriaRegion #searchCriteriaUserLabel {
	position: absolute;
	top: 5px;
	left: 450px;
}

#searchCriteriaRegion #searchListUserDiv {
	width: 220px;
	border: 3px double black;
	position: absolute;
	top: 30px;
	left: 450px;
}

#searchCriteriaRegion #searchListUserDiv ul {
	width: 100%;
}

#searchCriteriaRegion #searchListUserBtnSubmit {
	position: absolute;
	top: 128px;
	left: 450px;
	font-size: 12px;
}

#searchCriteriaRegion #searchListInformation {
	position: absolute;
	top: 128px;
	left: 50px;
	font-family: arial;
	font-size: 11px;
	font-style: italic;
	color: red;
}

/* --- section FOOTER --- */
.footer {
	border-top: 1px solid black;
	text-align: center;
	line-height: 30px;
}

.footer a:link {color: gray}		/* unvisited link */
.footer a:visited {color: gray}		/* visited link */
.footer a:hover {color: gray}		/* mouse over link */
.footer a:active {color: gray}		/* selected link */

