/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	Bright Side of Life
   TEMPLATE CODE: 	S-0005
   VERSION:          1.0          	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	background: #A9BAC3 url(bg2.gif) repeat-x;
	text-align: center;
	font-family:verdana,arial,sans-serif;
	font-size:62.5%;
}


.sitelogo {
	/*background:transparent url(http://www.lavoip.info/plugins/auto/squelette_multiflex3/img/siteon0.png) no-repeat scroll center center;*/
	height:164px;
		margin-top:35px;
	padding-left:10px;
	position:absolute;
	margin-left:1%;
	width:162px;
	z-index:1;
}

a:hover .sitelogo{
	/*background:transparent url(siteon0.png) no-repeat scroll center center;*/
	height:164px;
		margin-top:35px;
	padding-left:10px;
	position:absolute;
	margin-left:1%;
	width:162px;
	z-index:1;
}


.header{
	background:transparent url(bg_head_middle.jpg) no-repeat scroll center center;
	 float:left;
	 width:100%;
	 height:120px;	 
}

#plan {
	float:right;
	position:relative;
	top:35px;
	
}

.separate_bjr{
	border-bottom:7px solid #E1E1E1;
	color:#646464;
	font-family:"trebuchet ms",arial,sans-serif;
	font-size:220%;
	font-weight:bold;
	margin:15px 0.4em 0.4em;
	padding:0 0 0px;
	width:94%;
}

.separate_bjr2{
	border-bottom:7px solid #E1E1E1;
	color:#646464;
	font-family:"trebuchet ms",arial,sans-serif;
	font-size:220%;
	font-weight:bold;
	margin:18px 0.4em 0.4em;
	padding:0 0 0px;
	width:94%;
}



.texte-bienvenue img {
	float:right;
	/*margin-top:-16px;*/
	margin-right:17px;
	padding:4px;
}

.texte-bienvenue {
	float:left;
	font-family:monospace;
	font-size:21px;
	text-align:center;
	width:102%;
	line-height:1;
}
/* links */
a { 
	color: #4284B0;
	/*background-color: inherit;*/
	text-decoration: none;
}
a:hover {
	color: #9EC068;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1 { font-size: 1.8em; color: #6297BC; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul span, ol span {
	color: #666666; 
}

/* images */
img {
	/*border: 2px solid #CCC;*/
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}

.float-left {
  padding: 4px;
  margin: 5px 5px 0px 15px;
  border: 2px solid #CCCCCC;
  text-align:center;
  float:left;
}

.float-left a:hover {
  padding: 4px;
  margin: 1px 5px 0px 15px;
  border: 2px solid #CCCCCC;
  text-align:center;
  float:left;
}


a img {  
  border: 2px solid #568EB6;
  border:none;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin:15px;
 	padding: 0px 0px 0px 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/* form elements */
form {
	margin:25px 20px 25px 45px;
	padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:2px solid #BEBEBE;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #9EC630; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 60px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 900px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}


/* header */
#header {
	position: relative;
	height: 85px;	
	background: #000 url(headerbg.gif) repeat-x 0% 130%;	
	width:100%;
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: none;
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;	 
	top:29px; left: 125px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}
#header form.searchform {
	position: absolute;
	top: 0; right: -12px;	
}

.details {
	line-height:0.2;
}

/* main */
.right{
	float:right;
}


.article{
	float: left;
	margin-bottom:0px !important /*Non-IE6*/; margin-bottom:0px /*IE6*/;
	/*margin-left: 3%;*/
	margin-left:16px;
	/*width: 46%;*/
	width:306px;
	text-align:justify;
	line-height: 2;

}

.telechargement{
	float:left;
	/*width:50%*/
	width:450px;
}

.nom_telechargement{
	text-align:left;
}

.affiche_article{
	width:100%;
	float:left;
	height:110%;

}

.affiche_article .float-left{
	margin-right:28px;
	margin-bottom:10px;
}

.affiche_article p{
	line-height: 1.5;
	text-align:justify;
	font-size:130%;
}

#hierarchie{
	padding:10px;
}

.affiche_article .titre{
	line-height:1;
}

.affiche_article .soustitre{
	line-height:1;
}

.soustitre {
	line-height:1;
	font-size:10px;
	line-height:1;
	text-transform:inherit;
	padding-left:5px;
	background:#F2F2F2 none repeat scroll 0 0;
	border-left:4px solid #909090;
}

.soustitre:hover{
	line-height:1;
	font-size:10px;
	line-height:1;
	text-transform:inherit;
	padding-left:5px;
	background:#F2F2F2 none repeat scroll 0 0;
	border-left:4px solid #9EC630;
}


.rubrique{
	float:left;
	width:44%;
	margin-left:37px;
	margin-bottom:4px;
	text-align:justify;
	margin-top:28px;
}

.rubrique img{
	border:none;
}

.contenu {
	/*width:75%;*/
	width:665px;
	float:left;
}

.contenu  a {
	color:#467AA7;
	font-weight:bold;
	text-decoration:none;
}

.contenu  .texte-bienvenue a {
	color:#467AA7;
	font-weight:bold;
	text-decoration:none;
	font-size:20px;
}


.main-content{
	float:left;
	/*width:70%;*/
	width:630px;
}


.aleatoire{
	padding:2px;
}

 h1.cartouche {
border-bottom:7px solid #E1E1E1;
color:#646464;
font-family:"trebuchet ms",arial,sans-serif;
font-size:220%;
font-weight:bold;
margin:0 0 0.4em;
padding:0 0 2px;
}

.clear-contentunit {spip.php...out_setup (ligne 123)
height:2px;
width:660px;
}


#wrap .main .main-content{
	/*width:70%;*/
	width:630px;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.footer .image_partenaire a img{
	width:30px;
	height:30px;
}

/* menu_gauche_haut */
#menu_gauche_haut {
	float: right;
	/*width: 23%;*/
	width:207px;
	margin-left: -5px;	
	padding: 0; 
	display: inline;
	
}
	
#menu_gauche_haut ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
	
}

#menu_gauche_haut ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}

#menu_gauche_haut ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	min-height:18px;
}

#colonne_droite{
	/*width:21%;*/
	width:186px;
	float:right;
	padding-top:4px;
	padding-right:12px;
	
}


.main-navigation {
background-color:#F0F0F0;
display:inline;
overflow:visible !important;
width:100%;
border:1px solid #BEBEBE;
margin-bottom:10px;
float:right;
}

.main-navigation h1.first {
clear:both;
color:#065481;
font-family:"trebuchet ms",arial,sans-serif;
font-size:150%;
font-weight:bold;
margin:0px;
padding:4px 10px 3px;
height:26px;
}

.main-navigation h1.first_calendrier {
background-image:url("agenda3.jpg");
clear:both;
color:#065481;
font-family:"trebuchet ms",arial,sans-serif;
font-size:150%;
font-weight:bold;
margin:0px;
padding:4px 10px 3px;
height:29px;
}

.main-navigation h1.first_navigation {
background-image:url("navigation3.jpg");
clear:both;
color:#065481;
font-family:"trebuchet ms",arial,sans-serif;
font-size:150%;
font-weight:bold;
margin:0px;
padding:4px 10px 3px;
height:29px;
}

.main-navigation h1.first_tags {
background-image:url("tag3.jpg");
clear:both;
color:#065481;
font-family:"trebuchet ms",arial,sans-serif;
font-size:150%;
font-weight:bold;
margin:0px;
padding:4px 10px 3px;
height:32px;
}

.main-navigation h1.first_article_aleatoire {
background-image:url("articlefond3.jpg");
clear:both;
color:#065481;
font-family:"trebuchet ms",arial,sans-serif;
font-size:150%;
font-weight:bold;
margin:0px;
padding:4px 10px 3px;
height:34px;
}


.main-navigation h1.first_RSS {
background-image:url("flux_rss3.jpg");
clear:both;
color:#065481;
font-family:"trebuchet ms",arial,sans-serif;
font-size:150%;
font-weight:bold;
margin:0px;
padding:4px 10px 3px;
height:29px;
}

 .main-navigation dt {
	margin: 4px 0px 3px 10px;
 
}

.nav3-bullet dt a:hover {
background:#F2F2F2 none repeat scroll 0 0;
border-left:4px solid #9EC630;
color:#339900;
padding:2px 5px 2px 10px;
font-size:120%;
}

.nav3 a{
	border:none;
}

.nav3-bullet dt a{
background:#F2F2F2 none repeat scroll 0 0;
border-left:4px solid #909090;
padding:2px 5px 2px 10px;
font-size:120%;
}

.contenu_RSS{
	padding:6px 0px 2px 10px;
}

.contenu_RSS img { 
		margin-right: 4px;
		margin-top:2px;
		padding: 0px;
		border: 0px;
		float:left;
		}


.contenu_RSS a img{
	border: none;
	padding:3px 5px 0 0;
	float:left;
}

.bloc img{
	border:none;
}

 
.round-border-topleft {
	background:transparent url(bg_corner_topleft.gif) no-repeat scroll 0 0;
	height:10px;
	margin-left:-1px;
	margin-top:-1px;
	position:absolute;
	width:10px;
	z-index:100;
}

.nav3-bullet{
	border:#646464;
}
#menu_gauche_haut .sidemenu .first {
	background-color:#BEBEBE;
	clear:both;
	color:#FFFFFF;
	font-family:"trebuchet ms",arial,sans-serif;
	font-size:150%;
	font-weight:bold;
	margin:0;
	padding:4px 10px 3px;
}

* html body #menu_gauche_haut ul.sidemenu a { height: 18px; }
/* menu_gauche_haut */
#menu_gauche_haut ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left:4px solid #9EC630;
}

#menu_gauche_haut{
text-align:justify;
}


.clear-contentunit {
background:#A0C241 none repeat scroll 0 0;
border:medium none;
clear:both;
color:#A0C241;
height:2px;
float:left;
margin:0px;
}

/* info_RSS*/
#info_rss{
	clear:right;
	/*width:72%;*/
	width:648px;
	text-align:left;
}


/* menu_gauche_bas */


/* Footer */
#footer { 
	clear: both; 
	color: #FFF; 
	background: #A9BAC3; 
	border-top: 5px solid #568EB6;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	/*width: 65%;*/
	width:585px;
}
#footer .footer-right{
	float: right;
	/*width: 30%;*/
	width:270px;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}

#header a span {
   float:left;
   display:block;
   background: url(tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
   float:none;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
/* End IE5-Mac hack */
#header a:hover span {
	background-position:100% -42px;
}

#header a:hover {
   background-position:0% -42px;
}

#header a:hover span  li{
   background-position:100% -42px;
   float:left;
}


#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }


.footer {
background:#E1E1E1 none repeat scroll 0 0;
clear:both;
font-size:1em;
text-align:center;
overflow:visible !important;
padding:1em 0;
}

element.style {
/*border-bottom-color:-moz-use-text-color;*/
border-bottom-style:none;
border-bottom-width:0;
/*
border-left-color-ltr-source:
border-left-color-rtl-source:physical;
border-left-color-value:-moz-use-text-color;
border-left-style-ltr-source:physical;
border-left-style-rtl-source:physical;
border-left-style-value:none;
border-left-width-ltr-source:physical;
border-left-width-rtl-source:physical;
border-left-width-value:0;
border-right-color-ltr-source:physical;
border-right-color-rtl-source:physical;
border-right-color-value:-moz-use-text-color;
border-right-style-ltr-source:physical;
border-right-style-rtl-source:physical;
border-right-style-value:none;
border-right-width-ltr-source:physical;
border-right-width-rtl-source:physical;
border-right-width-value:0;
border-top-color:-moz-use-text-color;*/
border-top-style:none;
border-top-width:0;
}