@charset "iso-8859-1";
	/****************************************************************************
	* Nom : stylesheet.css
	* Description : Page de style
	*
	* Date creation : 22 janvier 2008
	*
	* Modification :
	*	- 22 janvier 2008, version initiale. JF
	*
	*
	*****************************************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.jpg) repeat-y;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #656983;
}

h1, h2, h3, h4 {
	font-weight: normal;
	color: #616583;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-weight:bold;
	font-size: 1.25em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
}

p {
}

blockquote {
	margin-left: 3em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #616583;
  	text-decoration: none;
  	font-weight : bold;
  	font-size: 11px;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: .35em 1em 1em 0;
}

img.right {
	float: right;
	margin: .35em 0 1em 1em;
}

/* Boxed Style */

.boxed {
	margin-bottom: 20px;
	width: 200px ;
}

.boxed .title {
	height: 25px;
	padding: 5px 0 0 15px;
	background: url(images/img03.gif) no-repeat;
	border: 1px solid #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
}

.boxed .content {
	padding: 15px;
	background: url(images/img04.gif);
	border: 1px solid #FFFFFF;
	border-top: none;
}

/* Post */

.post {
	padding: 2em 0 0 0;
}

.post .title {
}

.post .date {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: #656983 url(images/img04.gif);
	border: 1px solid #656983;
	font-size: .8em;
}

.post .meta p {
	margin: 0;
}

.post .story {
	padding: 1em;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	line-height: 1.7em;
}

/* Breadcrumb */

#breadcrumb {
	width: 715px;
	height: 30px;
	margin: 0 auto;
	padding: 15px 0 0 25px;
	background: #40ACC7 url(images/img01.gif) no-repeat;
	color: #FFFFFF;
}

/* Logo */

#logo {
	padding: 0 0 20px 0;
	margin-left: 20px;
	text-align: center;
}

#logo h1 {
	font-size: 1.7em;
	font-weight: bold;
	font-style: italic;
}

#logo h2 {
	text-transform: lowercase;
	font-size: 1em;
	font-style: italic;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 0.5em;
}

/* Content */

#content {
}

#extra {
}

/* Content > Main */

#main {
	margin: 0 220px 0 260px;
}

#main a {
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Left Column */

#leftColumn {
	float: left;
	position: relative;
	width: 180px;
	padding-top: 20px;
	padding-left: 20px;
}

#leftColumn h3 {
}

#leftColumn a {
}

/* Content > Left Column > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: 12px;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
}

#inputsubmit1 {
	font-size: small;
}

/* Content > Sidebar > Menu */

#menu {
}

#menu .content {
	border: 1px solid #FFFFFF;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
}

#menu a {
	display: block;
	padding: 5px 0 5px 17px;
	background: url(images/img05.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

/* Content > Sidebar > rapports*/

#rapports {
}

#rapports ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#rapports  h3 {
	font-size: small;
}

#rapports  p {
	font-size: x-small;
}

#facturation {
}

#facturation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#facturation  h3 {
	font-size: small;
}

#facturation  p {
	font-size: x-small;
}

#fichiers {
}

#fichiers ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#fichiers  h3 {
	font-size: small;
}

#fichiers  p {
	font-size: x-small;
}

#administration {
}

#administration ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#administration  h3 {
	font-size: small;
}

#administration p {
	font-size: x-small;
}

/* Right Column */

#rightColumn {
	float: right;
	width: 180px;
	padding: 20px;
}

/* Infos */

#infos {
	padding: 0 0;
}

#infos h2 {
	font-size: 1.4em;
}

#infos h3 {
	font-size: 1em;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px;
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

.cssform p {
margin: 0;
padding: 5px 0 8px 0;
padding-left: 105px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
}

.cssform label {
font-weight: bold;
float: left;
margin-left: -105px; /*width of left column*/
width: 100px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
width: 150px;
}

.cssform select { 
width: 150px;
}

.cssform textarea {
width: 350px;
height: 200px;
}

.cssNews p {
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 105px; /*width of left column containing the label elements*/
	border-top: 1px dashed gray;
}

.cssNews label {
	font-weight: bold;
	float: left;
	margin-left: -105px; /*width of left column*/
	width: 100px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssNews input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
	width: 350px;
}

.cssNews select { 
	width: 150px;
}

.cssNews textarea {
	width: 350px;
	height: 180px;
}

#erreur {
	color: #FF0000;
}

div.centered {
	text-align: center;
	padding: 15px;
}

div.centered table {
	margin: 0 auto; 
	text-align: left;
}

TD {
	border : solid 1px #eeeeee ;
}

TD.ediTitre {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  text-decoration: underline;
  font-weight : bold;
  text-align: center;
  background: #d3d3d3;
  color: #000000;
}

TD.listePairCentre {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9.5px;
  line-height: 1;
  font-weight: bold;
  color: #3C4F70;
  text-align: center;
}