html
{
	border-right: 1px solid #2c2b29;
	border-left: 1px solid #2c2b29;
	margin: auto;
	background-color: #2f3942;
	max-width: 1280px;
}

body {
	background-color: #ffffff;
	font-family: verdana;
	font-size: 10pt;
	margin: 0px;
}

#header {
	background: url("../images/header/img_header_1.jpg") no-repeat top left;
	font-family: verdana;
	font-size: 10pt;
	margin: 0px;
	padding-top: 130px;
}

#content
{	
	position: relative;
	text-align: left;
	margin-right: 0;
}


.txtMenu {
	font-size: 8pt;
	font-family: Verdana,sans-serif;
	color: black;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}


a#tooCool
{
	position: fixed;
	right: 0pt;
	bottom: 0pt;
	display: block;
	height: 80px;
	width: 80px;
	background-color: transparent;
	background-image: url("../images/footer/too_cool_sash_fr.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right bottom;
	text-indent: -999em;
	text-decoration: none;
}

.txt {
	font-family: verdana;
	font-size: 10pt;
	white-space: nowrap;
}

.txtQuote {
	font-family: Comic Sans Ms;
	font-size: 10pt;
	font-style: italic;
	vertical-align: top;
}

.TableHeader {
	font-family: verdana;
	font-size: 10pt;
	white-space: nowrap;
	color: green;
	text-align: center;
	font-weight: bold;
}

.TxtDetails {
	font-family: verdana;
	font-size: 8pt;
}

a:link, a:active, a:visited {
     text-decoration : none;
     color : #0033ff;
}

a:hover {
     color : #fd9532;
}

#info {
	background:#ec7000;
	color:#FFFFFF;
	font-weight:bold;
	width:40%;
	-moz-border-radius : 2px;
	margin-left: auto;
	margin-right: auto;
	font-size: 8pt;
}
.divFrame {
	position: relative;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	
	-moz-border-radius: 0px;

}

.divFrameTop {
	background-color: #b8935a;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	padding: 0px 20px 0px 20px;
}

.divFrameBottom {
	background-color: #F6F4D0;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 3px solid #b8935a;
	border-right: 3px solid #b8935a;
	border-bottom: 3px solid #b8935a;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;	
}

.divTitleFrame {
	position: relative;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	margin-left: 5px;
	
}

.titleframe {
	font-family: Comic Sans Ms;
	font-size: 16px;
	color: black;
	text-align: left;
}

.infoframe {	
	text-align: right; 
	white-space: nowrap;
	color: white;
}

.divTextFrame {
	position: relative;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	margin-left: 0px;
	margin-right: 0px;
}

.divDate {
	position: relative;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: black;
	text-align: right;
	margin-right: 5px;
	margin-top: 10px;
}


	
.divDate a:hover {
	text-decoration: underline;
	color : #fd9532;
}

table.list-info:hover {
	background-color:#DFE9F4;
	border: 1px dashed black;
	cursor: pointer;
}

table.list-info{
	border: 1px solid #fbeed4;
	padding: 5px 5px 5px 5px;
}

td.main-info {
	font-family: verdana;
	font-size: 10px;
	text-align: left;
	width: 100%;
}

td.edit-info {
	font-family: verdana;
}

table.list-info  a.news {
	padding: 10px 0px 10px 35px;
	background: transparent url("../images/blocs/news.png") left no-repeat;
}
#operation {
	margin: 20px 10px 0px 10px;
	background: #cadceb url("../images/misc/drapeau.gif") right no-repeat;
	height: 63px;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#operation-list {
	font-family: Verdana, "Bitstream Vera Sans", Helvetica, Arial, sans-serif;
	font-size: 75%;
	margin: 0px;
	padding: 0px;
	padding-top: 8px;
}
#operation-list dd {
	margin: 0px 5px 0px 5px;
	padding: 1px 0px 0px 0px;
	float: left;
}
#operation-list a {
	display: block;
	padding: 3px;
	padding-bottom: 0px;
	padding-top: 32px;
	background-repeat: no-repeat;
	background-position: 50% 0px;
	color: #105289;
	text-align: center;
	min-width: 48px;
}
#operation-list a:hover {
	background-color: #f5f5f5;
	color: black;
	-moz-border-radius: 5px;
}

#operation-list #news 			a { background-image: url("../images/operations/news.png"); 			}
#operation-list #add 				a { background-image: url("../images/operations/add.png"); 			}
#operation-list #home 			a { background-image: url("../images/operations/parent.png"); 		}
#operation-list #slideshow 		a { background-image: url("../images/operations/slideshow.png"); 	}
#operation-list #map 				a { background-image: url("../images/operations/map.png"); 			}
#operation-list #tag 				a { background-image: url("../images/operations/tag.png"); 				}
#operation-list #download 		a { background-image: url("../images/operations/download.png"); 	}
#operation-list #send 			a { background-image: url("../images/operations/send.png"); 			}
#operation-list #delete 			a { background-image: url("../images/operations/delete.png"); 			}
#operation-list #edit 				a { background-image: url("../images/operations/edit.png"); 			}
#operation-list #comment 		a { background-image: url("../images/operations/comment.png"); 	}
#operation-list #permissions 	a { background-image: url("../images/operations/cadenas.png"); 		}
#operation-list #rotate_lft 		a { background-image: url("../images/operations/rotate_ccw.png"); 	}
#operation-list #rotate_rgt 		a { background-image: url("../images/operations/rotate_cw.png"); 	}
#operation-list #permalien		a { background-image: url("../images/operations/link.png"); 	}


#operation_content_tag, #operation_content_send , #operation_content_edit, #operation_content_comment, #operation_permissions, #operation_list_dest{
	margin-top: -5px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.operation_content_main {
	text-align:		left;
	padding-top:		5px;
	padding-bottom:		5px;
	background-color:	#fbeed4;
	border-left:		5px solid #cadceb;
	border-right:		5px solid #cadceb;
	border-bottom:		5px solid #cadceb;
	border-top:		1px solid #cadceb;
	color:			black;
	margin-top:		0px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright:5px;
	padding-left:		10px;
	margin-left: 		10px;
	margin-right:		10px;
}

.operation_content_request_info {
	margin-left:		10px;
	display:			inline;
}

tr.normal {
	background-color: transparent;
}
tr.over {
	background-color: #ec7000;
}

.fields {
	background-color: #FFFFFF;
	border: 1px solid #c0c0c0;
	color: #333333;
	padding: 2px;
	cursor: text;
	width: 400px;
}

.fields:hover {
	border: 1px solid #eaeaea;
}

.fields:focus {
	border: 1px solid #eaeaea;
	color: #4b4b4b;
}

.button {
	width: auto;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: "Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
	color: #000000;
	background-color: #fafafa;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center top;
	border: 1px solid #666666;
	background-image: url("../phpBB3/styles/prosilver/theme/images/bg_button.gif");

}

.button:hover
{
	border: 1px solid #bc2a4d;
	color: #bc2a4d;
}
#album_content{
	margin: 10px 5px 10px 40px;
	text-align: center;
	overflow: auto;
}

.divAlbum {
	text-align: center;
	float: left;
}

.divPhoto {
	border: 0px solid grey;
	position: relative;
	float: left;
	margin: 5px;
}

.divPhoto a:hover{
	border: 1px solid #eaeaea;
	background-color: #f5f5f5;
	color: black;
	-moz-border-radius: 5px;
}

.divImgAlbum {
	background-image: url("../images/backgrounds/album_background.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 194px;
	height: 194px;
	text-align: center;
}

.divImgAlbumSmall {
	background-image: url("../images/backgrounds/album_background_small.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 100px;
	height: 100px;
	text-align: center;
}

.divImage {
	margin-left: 17px;
	margin-top: 17px;
	width: 160px;
	height: 160px;
}


.divTitreAlbum a {
	width: 194px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	text-align: center;
	margin-left: 5px;
	white-space: nowrap;
	color: black;
}

.divTitreAlbumSmall a{
	width: 100px;
	font-weight: bold;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	text-align: center;
}

.divInfoAlbum {
	width: 194px;
	font-weight: normal;
	color: #999999;
	font-family: verdana;
	font-size: 8pt;
	text-align: center;
	margin-left: 5px;
}

.divInfoAlbumSmall {
	width: 100px;
	font-weight: normal;
	color: #999999;
	font-family: verdana;
	font-size: 8pt;
	text-align: center;
}

#photo-list {
	font-family: Verdana, "Bitstream Vera Sans", Helvetica, Arial, sans-serif;
	font-size: 75%;
	margin-left: 10px;
	margin-right: 10px;
}
#photo-list dd {
	margin: 0 5px 5px 0;
	float: left;
	border:1px solid black;
	width: 150px;
	height: 150px;
}

#photo-list a {
	display: block;
	font-size: 10px;
	height: 100%;
	width: 100%;
}

#photo-list dd a img { border: 2px solid white; }

#photo-list dd.horiz a img { margin-left: 9px; margin-top: 25px;}
#photo-list dd.vert  a img { margin-left: 25px; margin-top: 9px;}

#photo-list dd :hover {
	background-color: #2A5991;
	color: white;
}

#photo-list dd :hover {
	background-color: #2A5991;
	color: white;
}
#filelist {
	text-align: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#filelist li {
	margin: 2px;
}

#filelist a {
	padding-left: 20px;
}

#filelist a.folder {
	background: url("../images/blocs/folder.png") left no-repeat;
}

#filelist a.file {
	background: url("../images/blocs/jpg.gif") left no-repeat;
}

#filelist a:hover {
	cursor: pointer;
}
#menu_list {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: auto;
	padding: 8px 0px 0px 0px;
	text-align: left;
	float: left;
	width: 50%;
}

#menu_list li {
	display:inline;
	margin-right: -5px;
	margin-left: 0;
	padding-top: 7px;
	padding-bottom: 6px;
}

#menu_list li a {
	padding: 10px 5px 7px 27px;
	margin: 0px;
	color: white;
	text-decoration: none;
	font-size: 8pt;
	border-left: 1px solid black;
	font-family: verdana;
	font-weight: bold;	
	background-position: 2px 50%;
	background-repeat: no-repeat;}

#menu_list li#accueil:hover, #menu_list li#albums:hover, #menu_list li#blog:hover, #menu_list li#destinations:hover, #menu_list li#tips:hover, #menu_list li#goldbook:hover, #menu_list li#members:hover, #menu_list li#coms:hover, #menu_list li#about:hover, #menu_list li#admin:hover,#menu_list li#alcooloc:hover,#menu_list li#forum:hover {
	background-color: black;
	color: white;
}

#menu_list li#accueil.selected, #menu_list li#albums.selected, #menu_list li#blog.selected, #menu_list li#destinations.selected, #menu_list li#tips.selected, #menu_list li#goldbook.selected, #menu_list li#members.selected, #menu_list li#coms.selected, #menu_list li#about.selected, #menu_list li#admin.selected, #menu_list li#forum.selected, #menu_list li#alcooloc.selected {
	background-image: url("../images/backgrounds/headerselected.gif");
	background-repeat: repeat-x;
	color: white;
	
}

#menu_list a#accueil{
	background-image: url("../images/menu/home.png");
}
#menu_list a#albums{
	background-image: url("../images/menu/photo.png");
}
#menu_list a#blog{
	background-image: url("../images/menu/document.png");
}
#menu_list a#destinations{
	background-image: url("../images/menu/map.png");
}
#menu_list a#tips{
	background-image: url("../images/menu/tips.png");
}
#menu_list a#goldbook{
	background-image: url("../images/menu/book.png");
}
#menu_list a#members{
	background-image: url("../images/menu/user.png");
}
#menu_list a#coms{
	background-image: url("../images/menu/comment.png");
}
#menu_list a#about{
	background-image: url("../images/menu/about.png");
	border-right: 1px solid black;
}
#menu_list a#admin {
	background-image: url("../images/menu/admin.png");
}
#menu_list a#alcooloc {
	background-image: url("../images/menu/alcooloc.png");
}
#menu_list a#forum {
	background-image: url("../images/menu/forum.png");
}
#photo {
	max-width: 80%;
}
#notification_list {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: auto;
	padding: 7px 0px 7px 50%;
	text-align: right;
	border-top: 1px solid black;
	background: black url("../images/background/header.gif") left repeat-x;	
}

#notification_list li {
	display:inline;
	margin-left: -5px;
	padding-top: 7px;
	padding-bottom: 6px;	
}

#notification_list li a {
	padding: 10px 2px 7px 2px;
	color: white;
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt;}

#notification_list a#logout{
	background: url("../images/menu/exit.png") right no-repeat;
	padding-left: 24px;
	margin-right: 2px;
}
#notification_list a#login{
	background: url("../images/menu/login.png") right no-repeat;
	padding-right: 24px;
}
#notification_list a#username{
	background: url("../images/blocs/down.png") left no-repeat;
	padding-left: 20px;
	cursor: pointer;
	border-right: 1px solid black;	
}

#notification_list a#login:hover {
	background-color: black;
	color: white;
}

#block_profil 
{
	float: right;
	top: 161px;
	width: 20%;
	margin-top: 0px;
	padding-top: 5px;
	background-color: black;
	display: block;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	z-index: 10;
}	

.bloc_title
{
	color: white;
	font-family: Verdana;
	font-size: 80%;
	border-bottom: 1px solid white;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
}

#bloc_list {
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
#bloc_list li {
	list-style: none;
	margin: 1px;
	padding: 5px;
}
#bloc_list li a:link, #bloc_list li a:active, #bloc_list li a:visited{
	padding: 5px 5px 5px 20px;
	color: white;
	font-size: 8pt;
}
#bloc_list li a:hover {
     color : #fd9532;
}

#bloc_list li a#my_profil:hover, #bloc_list li a#my_message:hover, #bloc_list li a#my_coms:hover, #bloc_list li a#favorite:hover, #notification_list li a#username:hover {
	background-color: black;
	color: white;
}

#bloc_list a#my_profil {
	background: url("../images/blocs/user.png") left no-repeat;
}
#bloc_list a#my_message {
	background: url("../images/blocs/book.png") left no-repeat;
}
#bloc_list a#my_coms {
	background: url("../images/blocs/comment.png") left no-repeat;
}
#bloc_list a#favorite {
	background: url("../images/blocs/favorite.png") left no-repeat;
}

.bloc_info
{
	color: white;
	font-family: Verdana;
	font-size: 8pt;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.alert_ie
{
	font-family: Verdana;
	font-size: 8pt;
	color: white;
	text-align: justify;
}
.alert_ie a
{
	text-decoration: underline;
	color: white;
}

.alert_ie a:hover
{
	text-decoration: underline;
	color: red;
}
#footer {
	text-align: center;
	background: transparent url("../images/backgrounds/bg_Header.gif") top repeat-x;
	font-size: 8pt;
	color: white;
	padding-top: 5px;
	z-index: 3;
	margin-top: 10px;
}
#avatar {
	text-align: left;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	font-weight: bold;
	font-family: verdana;
	font-size: 8pt;
	float: left;
}

#avatar img {
	width: 80px;
	margin: 0px;
}

#header 
{
	background: url("../images/header/img_header_2.jpg") no-repeat top left;
}

