
/*===== layout styles ====================*/

/**
 * controls the main layout (width, height, margin, padding)
 *
 * #container
 *   #header
 *   #page
 *     #content
 *     #sidebar
 *   #footer
 */
body {
  text-align: center;
  margin: 0; padding: 0.6em 1em 1em 1em; 
}

#container {
  text-align: left; 
  margin: 0 auto; padding: 0;
	padding-bottom:2em;
}

#header {
  height: 62px; 
  margin: 0 -0.5px 12px 0; padding: 0;
}

#page {}

#content {
  float: left;
  padding: 0 0 0 5px;
}

#sidebar {
  float: right;
  text-align: left;
  width: 200px;
  padding-left: 15px;
  border-left: 1px dotted #ddd;
}

#footer {
  height: 40px; 
  margin: 10px 0 0; padding: 10px 0 0;
  clear:both; 
}

/*--------------------------------------------------------------
 content width: you can have standard or wide
 --------------------------------------------------------------*/

/* begin: standard layout 
#container {
  width: 740px;
}

#content {
  width: 500px;
}
/* end: standard layout */

/* begin: wide layout */
#container {
  width: 900px;
}

#content {
  width: 662px;
}
/* end: wide layout */

/*--------------------------------------------------------------
 sidebar alignment: you can have left or right
 --------------------------------------------------------------*/

/* begin: right sidebar */
#sidebar {
  float: right; text-align: left;
  padding-left: 15px; 
  border-left: 1px dotted #ddd; 
}
#content {
  float: left;
  padding-left: 5px; 
	padding-bottom:5px;
}
/* end: right sidebar */


/* begin: left sidebar
#sidebar {
  float: left; text-align: right;
  padding-right: 20px; 
  border-right: 1px dotted #ddd; 
}

#content {
  float: right; text-align: left;
}
/* end: left sidebar */

/*===== content styles ====================*/

/*--------------------------------------------------------------
 header
 --------------------------------------------------------------*/

#header { 
  background: url(../images/header_shadow.gif) repeat-x left bottom;
}

#header a:link,
#header a:visited { 
	color:#990000; /*red*/
/*  color:#000;*/

  text-decoration: none;
}

#header a:hover,
#header a:active {
/*	color:#930;*/
	color:white;
	background:#08088A;
/*	background: transparent;*/
	text-decoration: none;
}

#header h1 {
	font-family: "lucida grande", verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size:2.3em;
	letter-spacing: -1px; 
	margin: 0;
	float: left; 
}

#header h2 {
  font: normal 12px verdana, arial, sans-serif;  
  margin: 2.35em 0.2em 0 0;
  float: right; 
}

/*--------------------------------------------------------------
 content
 --------------------------------------------------------------*/

#content {}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5 { 
  /* begin: scribbish 2.0 styles */
/*	font-family: "lucidamac bold", "lucida grande", arial, sans-serif;*/
  /* end: scribbish 2.0 styles */
  /* begin: scribbish 3.0 styles 
  font-family: georgia, times, serif; 
  font-weight: normal;
  /* end: scribbish 3.0 styles */
  letter-spacing: -1px;
	color: #b02c00;
	/*color: #A841EF;*/
	font-family: "lucida grande", verdana, arial, helvetica, sans-serif;
}

#content h1 { 
  font-size: 28px;
  margin: 0 0 0.3em;  
}

#content h2 { 
  font-size: 24px;
  margin: 0 0 0.3em;  
}

#content h3 { 
  font-size: 20px;
  margin: 1.2em 0 0.3em;  
}

#content h4 { 
	color:white;
/*	  background: url(../images/banner_bg1.jpg) repeat-y left top;*/
		background: url(../images/banner_bg800.jpg) repeat-y left top;
/*		background: url(../images/banner_bg1100.jpg) repeat-y left top;*/
/*		background: url(../images/banner_bg1000.jpg) repeat-y left top;*/
  font-size: 20px;
  margin: 1.2em 0 0.3em;  
	padding-left:5px;
}

#content h4 a {
	color:white;
}

#content h5 {
  font-size: 20px;
  margin: 1.2em 0 0.3em;  
  border-bottom: 1px dotted #aaa;
}

#content p {
	padding-left:5px;
  line-height: 14px; 
  margin: 0 0 1.2em;
}

#content ul,
#content ol {
  margin: 1em;
  padding:0;
}

#content ul {
  list-style-type: square;
}

#content blockquote ul {
	list-style-type: none;	
}


#content li {
  line-height: 15px; 
  margin: 0 0 0 1em; padding: 0;
}

#content blockquote {
  color: #555;
  border-left: 5px solid #ccc; 
  margin: 1.3em 1em; padding: 0 1em;
}

#content blockquote.simple {
  color: #555;
  border:none; 
  margin: 0em 0em; padding: 0 0em;
}

#content code { 
  font: normal 12px "bitstream vera sans mono", monaco, "lucida console", "courier new", courier, serif;
}

#content pre {
  color: #63ff00; /* green on black like an old-school monochrome monitor */
  /*color: #eee;*/ /* uncomment if you prefer basic grey text */
  background: #000; 
  overflow: auto;
  font: normal 12px "bitstream vera sans mono", monaco, "lucida console", "courier new", courier, serif;
  margin: 0.9em 0; padding: 8px;
}

/* article entries - class names based on http://microformats.org/wiki/hatom] */
#content .hentry { 
  margin: 0 0 3em 0;
}

#content .hentry .entry-title {
  font-size: 30px;
  line-height: 99%;
  letter-spacing: -1.5px; 
  margin: 0;
}

#content .hentry .entry-title a:link,
#content .hentry .entry-title a:visited { 
  /* begin: scribbish 2.0 styles */
	color: #990000;
  /* end: scribbish 2.0 styles */
  /* begin: scribbish 3.0 styles 
  color: #111;
  /* end: scribbish 3.0 styles */
  text-decoration: none;
}

#content .hentry .entry-title a:hover,
#content .hentry .entry-title a:active { 
  background: transparent;
  /* begin: scribbish 2.0 styles */
	color: #000;
  /* end: scribbish 2.0 styles */
  /* begin: scribbish 3.0 styles 
  text-decoration: underline;
  /* end: scribbish 3.0 styles */
}

/* set display to "inline" to show comment count after article title */
/*#content .hentry .entry-title .comment_count { color: #eee; display: none; }*/
#content .hentry .entry-title .comment_count { color: gray; display: inline; }

#content .hentry .posted {
  float: left;
  color: #a9a9a9;
  font: normal 16px/14px helvetica, arial, verdana, sans-serif;
  letter-spacing: -1px;
  margin: 1px 0 0.6em 2px;
}

#content .hentry .fn {
  font-weight: bold;
}

#content .hentry .fn a,
#content .hentry .fn a:hover {
  color: #aaa; background: transparent;
  text-decoration: none;
}

#content .hentry .clear { clear: both; }

#content .hentry .entry-content {}

#content .hentry ul.meta { 
  font-size: 10px;
  background: #eee;
  margin: 0; padding: 5px;
  border: 1px solid #ddd;
  list-style-type: none;
}

#content .hentry ul.meta li { 
  line-height: 13px;
  margin: 0; padding: 0;
}

#content .hentry .meta a:link,
#content .hentry .meta a:visited {
  color: #555;
  text-decoration: none;
  border-bottom: 1px dotted #aaa;
}

#content .hentry .meta a:hover,
#content .hentry .meta a:active  {
  color: #fff;
}


/* comments and trackbacks */
#content ol.comments,
#content ol.trackbacks {
  list-style-type: none;
  margin: 0; padding: 0;
}

#content li.comment,
#content li.trackback {
  border: 2px solid #ddd;
  margin: 0 0 1.5em; padding: 1em;
}

#content li.comment.preview { 
  background: #ffc;
  border: 3px solid #fab444;
  margin: 0 0 1.5em; padding: 1em;
}

#content li.comment   .author,
#content li.trackback .author { 
  font-weight: bold;
  margin-bottom: 1em;
}

#content li.comment   .author cite,
#content li.trackback .author cite {
  font-size: 16px;
  letter-spacing: -1px;
}

#content li.comment   .author abbr, 
#content li.trackback .author abbr { color: #999; }

/* for future gravatar support.  not currently used. */
/*
#content li.comment .author .gravatar { 
  margin: 0 0 0.5em 0.5em;
  float: right; 
}

#content li.comment .author div {
  margin: 0 0 0.5em 0.5em;
  width: 60px; height: 60px;
  background: url(images/gravatar.gif) no-repeat left top;
  float: right; 
}
*/

#content form.comments {
	background-color: #F3F3F3;
/*  background: #EEE;*/
  border-top: 1px solid #ddd;
  padding: 1em 0.5em;
}

#content form.comments fieldset { 
  border: none;
}

#content form.comments legend { 
  display: visible;
}

#content form.comments label { 
  font-weight: bold;
}

#content form.comments textarea { 
  width: 98%; height: 150px;
  padding: 3px;
/*  padding: 0px;*/
}



.required {
	color:red;
}



/*--------------------------------------------------------------
 sidebar
 --------------------------------------------------------------*/




#sidebar {
  font-size: 0.95em; 
}

#sidebar h2 { 
  font: bold 14px "lucidamac bold", "lucida grande", verdana, arial, helvetica, sans-serif;
  margin: 0 0 0.5em;
}


#sidebar h2 a:link,
#sidebar h2 a:visited {
	color: #990000; text-decoration: none; /*red*/
/*  	color: #000; text-decoration: none;*/
}

#sidebar h2 a:hover,
#sidebar h2 a:active {
  background: transparent; text-decoration: underline;
}

#sidebar ul {
  list-style-type: none; 
  margin: 0 0 2em; padding: 0;
}

#sidebar li { 
  margin: 0;
  padding: 1px 0;
}

#sidebar ul .list {
	margin: 0; padding: 5px;
}

#sidebar .info {
	
	background: #eee;
	border: 2px solid #ddd;
	margin: 0; padding: 5px;
	min-height:75px;
}



#sidebar ol.infos {
  list-style-type: none;
  margin: 0; padding: 0;
	background: #eee;
}

#sidebar li.info {
  border: 2px solid #ddd;
  margin: 0; padding: 5px;
}

#sidebar em { font-style: normal; }

/* search and results */
#sidebar .search p { 
  margin: 0;
}

#sidebar .search p input {
  font-size: 11px; width: 92%;
}

/*--------------------------------------------------------------
 footer
 --------------------------------------------------------------*/

#footer {
  border-top: 1px solid #ccc; 
  font-size: 90%; 
}

#footer a:link,
#footer a:visited { 
  color: #000;
}

#footer a:hover,
#footer a:active { 
  color: #fff;
  background: #000;
}

#footer hr {
  display: none;
}

#footer p {
  width: 40%;
  float: left; 
  margin: 0; padding: 0; 
}

#footer ul {
  width: 40%;
  margin: 0; padding: 0;
  list-style-type: none; 
  text-align: right; 
  float: right; 
}

#footer li {
  margin: 0; padding: 0 0 0 1em;
  display: inline; 
}

/*===== global styles ====================*/

@media print { #sidebar { display:none; }
               #content { float: none; width: 90%; }
               #content pre { color: #000; background: #eee; }
               #content form.comments { display: none; } }

body {
  background: url(../images/background.gif) repeat-x left top;
/*	background: url(../images/intelmac_red.jpg) no-repeat top left;*/
  font: normal 14px "lucida grande", verdana, arial, helvetica, sans-serif;
}

.title {color: #990000; text-decoration: none;font-weight:bold;line-height:20px;}

input,
textarea { font: normal 12px "bitstream vera sans", verdana, sans-serif; }

abbr  { border: none; }
cite  { font-style: normal; }
a img { border: none; padding: 0; margin: 0; }

a:link,  a:visited { /*color: #000;*/ color: #990000; text-decoration: none;}
a:hover, a:active  { 
	color: #fff; 
/*	background: #000; */
	background:#08088A;
/*	background:#990000;*/
}

/* http://longren.org/2006/09/27/wrapping-text-inside-pre-tags */
/* uncomment if you want preformatted text to wrap in ie <= 6 */
/*
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
*/

/*========================================*/

/* begin typography & colors */
span.caps
{
  font-size: 0.9em;
  letter-spacing: .07em;
  }
/* end typography & colors */


/* begin images */
p img {
  padding: 0;
  max-width: 100%;
  }

/*  using 'class="alignright"' on an image will (who would've
  thought?!) align the image to the right. and using 'class="centered',
  will of course center the image. this is much better than using
  align="center", being much more futureproof (and valid) */
  
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
  
img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
  }

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
  }

.alignright {
  float: right;
  }
  
.alignleft {
  float: left
  }
/* end images */


/* begin various tags & classes */
span.caps {
  cursor: help;
  }

.center {
  text-align: center;
  }

.navigation {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
  }
/* end various tags & classes*/



#banner {
	background:transparent url(../images/banner.gif) repeat-x scroll 0 0;
	bottom:0;
	left:0;
	margin:0;
	position:fixed;
	width:100%;	
	min-height:70px;
}


#banner, #banner .inner {
	padding-top:3px;
height:70px;
z-index:100;
}


#banner .inner {
color:#F6E9C9;
font-family:"Lucida Grande","Trebuchet MS",Verdana,sans-serif;
font-size:1.6em;
padding-left:20px;
}

#banner .inner .aboveline {

bottom:0;
height:70px;
position:fixed;
}

#banner .inner .belowline {
font-size:0.7em;
bottom:0;
/*right:20px;*/
height:38px;
width:100%;
position:fixed;
}

#banner .inner a{
	color:#F6E9C9;
}


/*---------------*/
#_notice {
	display:none;
	background-color:#E6E6E6;
	border:1px solid #6E6E6E;
	padding:10px;
}
#_notice.error {
	color:red;
}
#_notice.error .title {
	color:red;
	font-size:1.1em;
}

#_notice.success {

	color:black;
}
#_notice.success .title {
/*	color:gray;*/
	/*bleu*/
/*	color:#08088A; */
	/*rouge*/
	color:#990000;
	font-size:1.1em;
}

img.thumbnail {
	border:1px solid gray;
	margin:1px;
}

#admin-content LABEL{
	
}

#admin-content TABLE, TBODY {
	width:100%;
	vertical-align:top;
}

#admin-content LABEL {
	width:175px;
/*	padding-left:5px;*/
/*	padding-right:5px;*/
	font-weight:bold;
	display:inline-block;
}
