/*
 * Screen CSS
 * Feuille CSS optimisée pour l'écran
 */

/*
 * Structurel
 */

body {
	padding: 0px;
	margin: 0px;
	background-color: #292c2f;
	/*background-color: #202224;
	background-image: url('images/fond.jpg');
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;*/
}

#logo {
	position: fixed;
	width: 190px;
	top: 20px;
	left: 20px;
}

#logo object {
	margin-left: -10px;
}

#logo object img {
	padding-left: 10px;
}

#print {
	visibility: hidden;
	display: none;
}

#menu {
	position: fixed;
	width: 190px;
	top: 100px;
	left: 20px;
}

#links {
	position: fixed;
	width: 190px;
	bottom: 20px;
	left: 20px;
}

#admin {
	position: fixed;
	width: 190px;
	right: 20px;
	top: 20px;
}

#content {
	position: absolute;
	top: 90px;
	left: 250px;
	padding-bottom: 10px;
}

.wide {
	width: 730px;
	padding-right: 20px;
}

.narrow {
	width: 480px;
}

#sidebar {
	position: absolute;
	width: 230px;
	top: 90px;
	left: 750px;
	padding-right: 20px;
}

#sidebar h2 {
	margin-top: 1.2em;
}


/* Fil rouge */

#filrouge div.s {
	visibility: visible;
	display: block;
}

#filrouge div.p {
	visibility: hidden;
	display: none;
}

#filrouge div.bulle {
	width: 196px;
	height: 141px;
	background: transparent url('images/bulle-quoi.png') no-repeat center center;
	position: relative;
	top: -141px;
	margin-bottom: -141px;
}

#filrouge #btnUn {
	left: -90px;
}

#filrouge #btnDeux {
	left: 50px;
}

#filrouge #btnTrois {
	left: 190px;
}

#filrouge #btnQuatre {
	left: 330px;
}

#filrouge #btnCinq {
	left: 470px;
}


/* Share the love */

#share h4 {
	padding-top: 0.6em;
	margin-bottom: 0em;
	padding-bottom: 0.6em;
	background: transparent url('images/share/share.png') no-repeat left center;
	padding-left: 20px;
}

#share img {
	vertical-align: middle;
}

#share input {
	padding: 2px;
}

/* Les clients */

.client {
	background-color: #3e4144;
	height: 310px;
	overflow-y: scroll;
	border: 1px solid #4e5255;
	padding-top: 25px;
	margin-top: 20px;
}


/* Listes */

.liste ul {
	margin: 0px;
	padding: 0px;
	padding-left: 29px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}


/*
 * Mise en forme
 */

/* Balises par défaut */

body {
	color: #f4f2f0;
}

h2 {
	margin-left: -2px;
	padding-top: 10px;
}

#content h2 {
	text-shadow: -1px -1px 0px #000000;
}

#content h2 span.red {
	text-shadow: none;
}

a {
	/*color: #f49693;*/
	color: #d70927;
	text-decoration: none;
}

h2 a, h3 a {
	color: #f4f2f0;
}

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

.gmap {
	color: black;
}

.navigation {
	text-align: center;
}

.nav {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	display: none;
	visibility: hidden;
}

.nav a {
	color: #f4f2f0;
}


/* Menu */

.liste ul {
	list-style: none;
}

.liste ul li {
	letter-spacing: -0.1em;
	text-transform: lowercase;
	line-height: 1.5em;
	font-size: 1.1em;
	font-weight: bold;
}

.liste ul li a {
	color: #f4f2f0;
	text-decoration: none;
}

.liste ul li.current_page_item a {
	color: #d70927;
}

.liste ul li a:hover {
	color: #d70927;
}


/* Sidebar */

#sidebar {
	text-align: right;
}

#sidebar ul, #sidebar li {
	list-style: none;
}

#sidebar h2 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: right;
}


/* Fil rouge */

#filrouge div.bulle p {
	padding: 15px;
	margin: 0px;
	text-align: left;
	font-size: 9pt;
	line-height: 11pt;
	color: #292c2f;
}


/* Classes particulières */

.admin {
	background-image: url('images/admin.png');
	background-position: top left;
	background-position-y: 2px;
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	color: #f2e12c;
	font-size: 0.85em;
}

#admin .admin, .adminright {
	background-position: top right;
	background-position-y: 2px;
	padding-left: 0px;
	padding-right: 22px;
	text-align: right;
}

.admincomment {
	background-position-y: 5px;
}

.admin a {
	color: #f2e12c;
	text-decoration: none;
}

.admin a:hover {
	text-decoration: underline;
}

/* Internet Explorer <7 */

#ie {
	background: white url('images/fond_ie.jpg') top left no-repeat;
	color: black;
	height: 130px;
	padding-left: 70px;
	padding-right: 10px;
	padding-bottom: 5px;
}

#ie h3 {
	font-size: 14pt;
	line-height: normal;
}

#ie p {
	font-size: 8pt;
	line-height: normal;
}