html, body {
	height: 100%;
	margin: 0;	
}
body {
	font: 14px "Trebuchet MS", sans-serif;
	font-weight:700;
	line-height:15px;
	color:#FFFFFF;
	background-color:#191919;
}

div#back {
	width: 1000px;
	min-height: 100%;	
	margin: 0 auto;
	padding: 0 0px;
	background:#191919 url(../img/html.background.png) center 98px repeat-y;
}

div#global {
	min-height: 100%;
	width: 1000px;
	margin: 0;
	position: relative;
	padding: 0;
	background: url(../img/global.background.jpg) center 98px no-repeat;
	}
	
div#header {
	background: url(../img/header.background.jpg) center no-repeat;
	color: #fff;
	height: 98px;	
	width: 100%;	
	}
	
div#header h1 {
	margin: 0;
	padding:0;
	bottom: 0;
	margin-left:210px;
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 35px;
	color: #CCCCCC;
	padding-top:35px;		
}	

div#header h2 {
	margin: 0;
	bottom: 40px;
	margin-left:210px;	
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 20px;
	line-height:20px;	
	padding-top:2px;	
	color:#D3D3D3;
}

div#center {
	/* Pour éviter la superposition 
	du pied de page et du contenu : */
	padding-bottom: 50px; 
	width:100%;
}


div#footer {
	margin: 0;
	padding:0;
	position: absolute;
	width: 1000px !important; /* Fi*/
	width: 1001px !important!; /* Ie */
	bottom: 0;
	background: url(../img/footer.background.png) center no-repeat;	
	height:98px;
}	



div#footer p {
	padding:0;
	color:#333333;
	font-size:9px;
	background-color:transparent;		
	text-align:right;
}	

div#footer p a {
	color:#333333;
	font-size:9px;
}	
	
div#content {
	float: right;
	width: 790px;
	margin-left: 10px;
	}
div#sidebar {
	float: left;
	width: 200px;
	}
	
div#center {
	padding-bottom: 98px;
	overflow: auto;
}	

div#sidebar h3, div#footer p, div#sidebar p  {
	padding: 0 55px;
	}

/* Liens */
a {
	color:#CCCCCC;
	text-decoration:none;
}

a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}

	
/* Menu */
ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float:left;
	display:block;
}

#menu ul ul {
	display: inline;
}

#menu ul ul li a {
	width: 190px;
	
}
	
#menu a {
	color:#000;
	text-decoration:none;
	font-weight:600;
	cursor: pointer;
	display: block;
	margin-left: 0;
	padding: 2px 2px 2px 65px;
	width: 190px;	
}
#menu a:hover {
	color:#f19200;
}
#menu a.expanded {
	background: transparent url(../img/plus.gif) no-repeat 49px 50%;
}
#menu a.collapsed {
	background: transparent url(../img/minus.gif) no-repeat 49px 50%;	
}

#menu ul li a {
	padding-left:80px;
}

#menu ul a:hover {
	text-decoration: underline;
}
#menu li.active a {
	background: #fff;
}

/* Elements */
.row1 {
	background-color:#4A4A4A;
}
.row2 {
	background-color:#606060;	
}
.row3 {
	background-color:#333333;
}

.lettreOrange {
	color:#f19200;
}

/* Galerie Photo */

#categories ,#categories p{
	margin: 0;
	padding: 0;
}

#galerieCategories {
	text-align:left;
	vertical-align:top;
	background-color:#000000;
	color:#FFFFFF;		
}


#galerie {
	text-align:center;	
}

#galerie img{
	text-align:center;	
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#categories ul {
	margin:0;
	padding:0;
}

#categories li {
	list-style:none;
	background-image:url(../img/folder_open.png);	
	background-repeat:no-repeat;
	text-align:left;
	margin:2px 2px 2px 2px;
	display:block;
	padding-left:20px;
	height:20px;
	line-height:20px;
	transform: capitalize;
	color:#FFFFFF;
}

#categories li:hover {
	background-color:transparent;
}

#categories li.nophoto {
	list-style:none;
	margin:0;
	padding:0px 0px 0px 20px;
	display:block;
	height:20px;
	background-image:url(../img/picture_error.png);
	padding-left:50px;
	background-repeat:no-repeat;	
	background-color:transparent;	
}

#categories a {
	color:#FFFFFF;
}

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


#categories li.photo {
	list-style:none;
	margin:0;
	padding:10px 10px 10px 10px;
	display:inline;
	height:170px;
	width:170px;
	background-image:none;
	background-color:transparent;	
}

#categories li.photo:hover {
	height:170px;
	width:170px;
}


#galerieCategories li:FIRST-LETTER {
	transform: capitalize;
}

.miniphoto {
	margin: 30px;
	position: relative;
	width: 180px;
	height: 130px;
	float: left;
}
.miniphoto img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.miniphoto span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
	background: url(../img/digg-style.gif) no-repeat;
}
.miniphoto a {
	text-decoration: none;
}

.lastPhoto {
	height:170px;
	width:170px;
	list-style: none;	
}



#photo {
	z-index:30;	
	}
	
img#photographie {
	display:block;
	float:center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	text-align:center;
}
	
#description {
	margin: 0;
	padding: 0;
}
#description ul{
	margin: 0;
	padding: 0;
}

#description p{
	margin: 0;
	padding: 1px;
}
#description a {
	color:#FFF;
	text-decoration:none;
}
#description a:hover {
	color:#f19200;
	text-decoration:none;
}
#description li {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:left;
}


#categories .sub1 {
	margin-left:5px;
}

#categories .sub2 {
	margin-left:10px;
}
#categories .sub3 {
	margin-left:15px;	
}

#categories .sub4{
	margin-left:20px;	
}

#categories .sub5{
	margin-left:25px;	
}


#sousMenu {
	margin: 0;
	padding: 0;
	height:40px;
	width:auto;
	margin-left:0px;
}

#sousMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float:left;	
}

#sousMenu li {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:left;
}

#sousMenu a {
	height:30px;
	border-bottom:#CCCCCC solid 2px;
	padding: 5px 5px 3px 5px
}

#sousMenu a:hover {
	height:30px;
	border-bottom:#f19200 solid 5px;
	background-color:transparent;
	color:#000000;
	padding: 5px 5px 0px 5px
}

#pathway {
	float:left;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;		
}

#pathway ul {
	float:left;
	list-style: none;
	padding-left: 20px;	
	margin: 0;
	padding: 0;
	float:left;
	display:block;	
}

#pathway ul ul {
	float:left;
	width:150px;
	margin: 0;
	padding: 0;
	
}


#pathway a {
	float:left;
	width:150px;	
}
#pathway a:hover {
	float:left;
	width:150px;
}

#pathway ul.collapsible ,#pathway  ul.expanded {
	float:left;
	position:absolute;
	background-color:#transparent;
	z-index:1;
	width:150px;	
	margin-left:0px !important; /* Fi*/
	margin-left:-150px !important!; /* Ie */	
	margin-top:18px;
	width:150px;	
	background-image: url(../img/box/box-fd.png);	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

#pathway ul li a {
	width:150px;
	color:#999999;
	height:14px;
	line-height:14px;
	padding:3px 3px 3px 3px	;
}

#pathway ul li a:hover {
	width:150px;	
	font-weight:600;
	color:#FFFFFF;	
	height:14px;
	line-height:14px;	
	padding:3px 3px 3px 3px	;			
}




/* Carrousssel */
#stage{width:580px; overflow: auto;overflow-x:hidden; overflow-y:hidden; height:150px; margin:0 auto;}
#slider-buttons{width:632px; margin:0 auto;}
	#myList{width:2000px; border:0; margin:0; padding:0; left:400px;}
	#myList li{
		list-style:none; 
		margin:0; 
		padding:0; 
		border:0; 
		margin-right:4px;
		padding:4px; 
		float:left;
		width:200px;
		height:150px;
		}
#previous {
	width:36px;
	height:132px;
	background-image:url(../img/carroussel_previous.jpg);
	background-repeat:no-repeat;	
	background-color:#000000;
	cursor:pointer;
	padding:0;
	margin:0;
	display:block;
	margin-left:-10px;
	margin-top:-158px;
	z-index:1;			
}

#next {
	width:36px;
	height:132px;
	background-image:url(../img/carroussel_next.jpg);
	background-repeat:no-repeat;	
	background-color:#000000;
	cursor:pointer;
	padding:0;
	margin:0;	
	display:block;	
	margin-left:607px;
	margin-top:-132px;
	z-index:1;		
}

/* Congratulation message */
.MsgSent {
	Display: block;
	padding: 10px;
	margin: 10px auto;
	width: 400px;
	text-align: left;
}

.MsgSent h1 {
	background: url(../img/accept.png) no-repeat 0 0;
	padding-left: 100px;
	height: 100px;
	line-height: 100px;
	margin-top:150px;	
}

/* Error message */
.MsgError {
background: url(../img/Alert.png) no-repeat 0 0;		
height:100px;
width:300px;
margin-bottom:20px;
}

.MsgError h1 {
	font-size:15px;
	padding-left:100px;
	line-height:75px;
}

.MsgSent p, .MsgError p {
	font-size: 1.3em;
	color:#999;
}

/* Tit Chat */
#chat {
	margin: 0;
	padding: 0;
}

#chat li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#chat li.row1 {
	background: url(../img/bg-box.png) repeat !important; background: #111; 
}

#chat li.row2 {
	background: url(../img/bloc.background.png) repeat !important; background: #000; 
}


#chat .user {
color:#f19200;
font-weight:300;
font-size:9px;
}
#chat .date {
color:#CCCCCC;
font-size:9px;
}
#chat .message {
color:#FFFFFF;
font-size:11px;
}
#today {
}

/* Cadre photo paysage */
.miniPhotoPaysage {
	margin: 20px;
	position: relative;
	width: 180px;
	height: 180px;
	float: left;
	text-align:center;
	vertical-align:middle;
}
.miniPhotoPaysage img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}

.miniPhotoPaysage a {
	text-decoration: none;
}
.miniCadrePaysage span {
	width: 180px;
	height: 180px;
	display: block;
	position: absolute;
	top: -31px;
	left: 2px;
	background: url(../img/brush-border.png) no-repeat center;
}

.miniCadrePaysageHover span {
	width: 180px;
	height: 180px;
	display: block;
	position: absolute;
	top: -31px;
	left: 2px;
	background: url(../img/brush-border-hover.png) no-repeat center;
	cursor:pointer;
}

.miniCadrePaysage img {
	border: none;
	padding: 0;
}

.miniCadrePaysageHover img {
	border: none;
	padding: 0;
}

/* Cadre photo portrait */
.miniPhotoPortrait {
	margin: 20px;
	position: relative;
	width: 180px;
	height: 180px;
	float: left;
	text-align:center;	
}
.miniPhotoPortrait img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}

.miniPhotoPortrait a {
	text-decoration: none;
}

.miniCadrePortrait span {
	width: 180px;
	height: 180px;
	display: block;
	top:-10px;
	left:2px;
	position: absolute;
	background: url(../img/brush-border-portrait.png) no-repeat center;
	cursor:pointer;	
}

.miniCadrePortraitHover span {
	width: 180px;
	height: 180px;
	display: block;
	top:-10px;
	left:2px;
	position: absolute;
	background: url(../img/brush-border-portrait-hover.png) no-repeat center;
	cursor:pointer;		
}

.miniCadrePortrait img {
	border: none;
	padding: 0;
}

.miniCadrePortraitHover img {
	border: none;
	padding: 0;
}




/* Box */

    td.tl{    /* Top Left */
		background-image: url(../img/box/box-corner-top-left.png);
		width:10px;
		height:7px;
		background-repeat:no-repeat;
	}
    td.tm{     /* Top Middle */
		background-image: url(../img/box/box-top.png);
		width:auto;
		height:7px;
		background-repeat:repeat-x;				
	}
    td.tr{     /* Top Right */
		background-image: url(../img/box/box-corner-top-right.png);
		width:8px;
		height:7px;	
		background-repeat:no-repeat;		
	}
    td.ml {   	/* Middle Left */
		background-image: url(../img/box/box-left.png);
		width:10px;
		height:auto;
		background-repeat:repeat-y;						
	}
	td.mm{     	/* Content ! */ 
		background-image: url(../img/box/box-fd.png);
		background-repeat:repeat;
		width:auto;
		height:auto;
		padding: 5px 5px 5px 5px;
	}
    td.mr{       	/* Middle Right */
		background-image: url(../img/box/box-right.png);
		width:8px;
		height:auto;	
		background-repeat:repeat-y;				
	}
    td.bl{   /* Bottom Left */
		background-image: url(../img/box/box-corner-bottom-left.png);
		height:9px;
		width:10px;
		background-repeat:no-repeat;		
	}
    td.bm{      /* Bottom Middle*/
		background-image: url(../img/box/box-bottom.png);
		height:9px;	
		width:auto;	
		background-repeat:repeat-x;		
	}
    td.br{   	 /* Bottom Right */
		background-image: url(../img/box/box-corner-bottom-right.png);
		height:9px;		
	}

/* Date Picker*/	
/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../img/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

/* Formulaires */
fieldset {
	background:transparent; 
	padding:10px; 
	border:2px solid #3c3c3c; 
	margin-bottom:36px;
	margin-top:36px;
	margin-right:25px;
	margin-left:25px;		
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-bottomleft-radius:0px;	
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);	
}
input, textarea, select {
	background:transparent; 
	font:12px/12px Arial, Helvetica, sans-serif; 
	border:2px solid #3c3c3c; 
	border-color:#3c3c3c #666661 #666661 #3c3c3c; 	
	padding:2px 5px 2px 5px ;
	color:#FFFFFF;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-bottomleft-radius:0px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

input:focus, textarea:focus, select:focus {
	border:2px solid #3c3c3c; 
	border-color:#FFF #666661 #666661 #FFF; 		
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);	
}

input.buttonSubmit {
	color:#f19200;
}

legend {
	background:#3c3c3c; 
	color:#fff; 
	padding:5px 10px; margin:0 0 0 -15px; 
	font-weight:bold; 
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-bottomleft-radius:0px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);

}

label {
	font-size:11px; 
	font-weight:bold; 
	color:#fff;
}
dl {clear:both;}
dt {
	float:left; 
	text-align:right; 
	width:90px; 
	line-height:25px; 
	margin:0 10px 10px 0;
}
dd {
	float:left; 
	width:475px; 
	line-height:25px; 
	margin:0 0 10px 0;
}

/* BOX CSS3 */
div.box {
	background: transparent url(../img/box/box-fd.png) repeat;
	display: inline-block;
	padding: 5px 20px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	width:700px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px -20px 10px -10px rgba(0,0,0,0.3) inset; 
	-webkit-box-shadow:  0px -20Opx 10px -10px rgba(0,0,0,0.3) inset; 
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	z-index: 100;
	-webkit-transition-duration: 0.25s;
	padding-top:20px;
}

/* Button Css3 */
			
button.awesome {
	background: #f19200 url(../img/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff;
	font-weight:600;
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px -20px 10px -10px rgba(0,0,0,0.3) inset; 
	-webkit-box-shadow:  0px -20px 10px -10px rgba(0,0,0,0.3) inset; 
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}


			
button.awesome:hover {
	
	background: #f19200 url(../img/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px -30px 10px -10px rgba(0,0,0,0.3) inset; 
	-webkit-box-shadow:  0px -30px 10px -10px rgba(0,0,0,0.3) inset; 
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
