/*Petite css pour l'evolutys blog*/
/*Voyons voir du cote des liens*/
a:link, a:visited{
	color: #336699;
	text-decoration: none;
}
a:hover, a:active{
	color: #000;
	text-decoration: overline;
}
/*Parametrages des images*/
img{
	border: none; /*Je n'y mets aucune bordure, il n'y en a pas besoin*/
	float: left;/*Alignons les a gauche dans les paragraphes. Le texte se mettra automatiquement a cote*/
	margin-bottom: 5px;
	margin-right: 5px;/*Cette marge permet de mettre le texte sur la droite de l'image a bonne distance*/
/*	margin-top: 5px; */
}

.hidden{
	display: none;
}
/*Centrons maintenant les images et le texte, si besoin*/
.centerize{
	text-align: center;
}
/*Le gros de la troope maintenant*/
body{
	color: #000;
	font-size: 0.9em;
	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
	background-color:#FFF ;
	margin: 0px;
	text-align: center;
	background-repeat:repeat-x;
}
#wrapper{
	width: 1024px;
	margin: auto;
/*	background: white url(images/fondepage.png) repeat-y; */
	text-align: left;
	border-left:1px solid silver;
	border-right:1px solid silver;
	border-bottom:1px dashed silver;
}
#header{
	position: relative;
	width: 1024px;
	height: 157px;
	margin: auto;
/*	background: url(images/entete.jpg) no-repeat; */
/*	background: url(../../../img/nav1.png) no-repeat;  */
	border-left:1px solid gray ;
	border-right:1px solid gray ;
}
#container{
	width: 100%;
	float: left;
	margin-right: -230px;
}
#content{
	margin-right: 230px;
	padding: 25px 0;
}
#sidebar{
	width: 229px;
        height:auto;
	float: right;
	padding: 25px 0;
	text-align: left;
	border-left:1px solid silver;

}
div#footer{
        clear:both;
/*         clear: inline-end;  */
	width: 1024px;
	margin: auto;
	padding: 20px 0 0 0;
/*	background: url(images/basdepage.jpg) top repeat-y;  */
	border-left:1px solid silver;
	border-right:1px solid silver;
	border-top:1px dashed silver;
}
#credits{
	font-size: 0.85em;
	text-align: center;
	color: #000;
}
#credits a:link, #credits a:visited{
	color: #5FB3F9;
}
#credits a:hover, #credits a:active{
	color: #000;
}
.clearing{
	height: 0;
	clear: both;
}
#header h1{
	position: absolute;
	top: 36px;
	left: 850px;
	font-size: 1.4em;
	line-height: 20px;
	margin: 0;
        white-space:nowrap;
}
#header h1 a {
	color:white;
}
#navigation{
	font-size: 0.9em;
	width: 694px;
	height: 22px;
	position: absolute;
	top: 83px;
	left: 14px;
}
#navigation ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#navigation li{
	background: none;
}
h2{
	color: #3E565F;
	margin: 0 0 3px 0;
	font-size: 1.2em;
}
h3{
	color: #3E565F;
	margin: 0 0 8px 0;
	font-size: 1.1em;
}
h4{
	font-size: 0.9em;
}
.contentdiv{
	margin: 0 15px 0 22px;
}
.sidebardiv{
	margin: 0 22px 0 15px;
}
.contentbody img{
	border: 0px solid black;
}
img.emo{
	float:none;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;/*Cette marge permet de mettre le texte sur la droite de l'image a bonne distance*/
	margin-top: 0px;
	border: 0px solid white;
}
.c_commentbody{
	padding: 0 0 5px 0;
	background: url(images/01_hdot.gif) bottom repeat-x;
}
.c_userlink{
	margin: 0 0 5px 0;
}
.c_commentinfo{
	font-size: 0.85em;
	margin: 3px 0 0 0;
	padding: 0 0 0 13px;
	background: url(images/01_item1.gif) 0 1px no-repeat;
}
.contentbody {
	margin: 0;
	padding: 0 0 30px 43px;
	text-align: justify;
	line-height:145%;
}
div.contentbody p {
	font-size:0.98em;
	line-height:180%;
	letter-spacing:0.02em;
	padding-right:24px;
}
.sidebarbody{
	margin: 0 0 20px 0;
	padding: 0;
}
.sidebarin{
	padding: 0;
	margin: 0;
}
.divweblog .contentbody, .divarchives .contentbody, .divarchivelist .contentbody, .diverror .contentbody, .divmemberinfo .contentbody,
.divsendmessage .contentbody, .divcommentitem .contentbody, .divsearch .contentbody{
	background: url(images/01_quote.gif) 0 3px no-repeat;
}
.divcommentsmade .contentbody{
	background: url(images/01_quote1.gif) 0 3px no-repeat;
}
.divcommentsmade .id1{
	background: url(images/01_quote4.gif) 0 3px no-repeat;
}
.divaddcomment .contentbody{
	background: url(images/01_quote3.gif) 0 3px no-repeat;
}
.itemdetails{
	text-align: right;
	padding: 5px 0 0 0;
	background: url(images/01_hdot.gif) top repeat-x;
}
.item1{
	padding: 0 0 0 13px;
	margin: 0 0 0 12px;
	background: url(images/01_item1.gif) 0 1px no-repeat;
}
.item2{
	padding: 0 0 0 13px;
	margin: 0 0 0 12px;
	background: url(images/01_item2.gif) 0 3px no-repeat;
}
.item3{
	padding: 0 0 0 15px;
	margin: 0 0 0 12px;
	background: url(images/01_item3.gif) 0 3px no-repeat;
}
.about h3{
	height: 23px;
	text-indent: -9999px;
	margin: 0 0 2px 0;
	background: url(images/01_s_about.gif) no-repeat;
}
.login h3{
	height: 23px;
	text-indent: -9999px;
	margin: 0 0 2px 0;
	background: url(images/01_s_login.gif) no-repeat;
}
.categories h3{
	height: 23px;
	text-indent: -9999px;
	margin: 0 0 2px 0;
	background: url(images/01_s_categories.gif) no-repeat;
}
.search h3{
	height: 23px;
	text-indent: -9999px;
	margin: 0 0 2px 0;
	background: url(images/01_s_search.gif) no-repeat;
}
.links h3{
	height: 23px;
	text-indent: -9999px;
	margin: 0 0 2px 0;
	background: url(images/01_s_links.gif) no-repeat;
}
h2.weblog, h2.comments, h2.commentsmade, h2.addcomment, h2.archives, h2.error, h2.member, h2.sendmessage, h2.searchpage{
	height: 23px;
	text-indent: -9999px;
	margin: 0 0 5px 0;
}
h2.weblog{
	background: url(images/01_m_weblog.gif) no-repeat;
}
h2.comments{
	background: url(images/01_m_comments.gif) no-repeat;
}
h2.commentsmade{
	background: url(images/01_m_commentsmade.gif) no-repeat;
}
h2.addcomment{
	background: url(images/01_m_addcomment.gif) no-repeat;
}
h2.archives{
	background: url(images/01_m_archives.gif) no-repeat;
}
h2.error{
	background: url(images/01_m_error.gif) no-repeat;
}
h2.member{
	background: url(images/01_m_member.gif) no-repeat;
}
h2.sendmessage{
	background: url(images/01_m_sendmessage.gif) no-repeat;
}
h2.searchpage{
	background: url(images/01_m_search.gif) no-repeat;
}
form{
	margin: 0;
	text-align: left;
}
.formfield{
	width: 130px;
	font-size: 0.9em;
	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
	margin: 0 0 2px 0;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
}
.formfield:focus{
	border: 1px solid black;
}
.formbutton{
	font-size: 0.9em;
	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
	margin: 1px 0 0 0;
	padding: 1px 10px;
	color: #494949;
	background: white;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
}
textarea{
	overflow: hidden;
}
.commentform .formfield, .mailform .formfield{
	width: 340px;
	background-image: url(images/01_txbg.gif);
}
.commentform textarea{
	background: white url(images/01_txbg.gif) center center no-repeat;
}
.divaddcomment form, .divsendmessage form{
	width: 390px;
	background: #E2EDF0 url(images/01_mountaintop.gif) top no-repeat;
}
.commentform, .mailform{
	padding: 10px 20px;
}
.login form, .search form{
	width: 184px;
	background: #E2EDF0 url(images/01_mountaintop2.gif) top no-repeat;
}
.loginform, .searchform{
	padding: 10px;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
li{
	padding: 0 0 0 9px;
	margin: 0 0 2px 0;
	background: url(images/01_arrow.gif) 0 6px no-repeat;
}
.highlight{
	font-weight: bold;
	text-decoration: underline;
}
div.error{
	color: red;
	font-weight: bold;
}
/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
	width: 20%;
}
.leftbox {
	float: left;
	border-right: 2px solid #ccc;
}
.rightbox {
	float: right;
	border-left: 2px solid #ccc;
}
h3 span.sml {
	font-size:0.8em;
	font-weight:normal;
}
div.tb {
	font-size:0.9em;
	font-weight:normal;
	line-height:160%;
}
div.tbnumber {
	text-align:left;
	margin-left:12px;
	font-size:0.8em;
	font-weight:normal;
	line-height:160%;
}
p.sml {
	text-align:right;
	font-size:0.8em;
}
p.sml a {
	font-size:0.8em;
}
hr { border:1px dotted silver }


div#topbox {
	position:relative;
	top:2px;
	float:right;
	width:400px;
	height:25px;
}
div#homebtn {
	position:relative;
	float:left;
	margin:36px -230px 0px 0px;
        width:230px;
        height:48px;
}
div#homebtn a img#tohome {
	float:left;
        width:230px;
        height:48px;
} 
div#topbox a#about img {
	float:right;
	width:104px;
	height:25px;
	border:none;
	background-image:url(../../../img/btn_about.png);
	background-repeat:no-repeat;
	background-position:left top;
}
div#topbox a#about:hover img {
	float:right;
	width:104px;
	height:25px;
	border:none;
	background-image:url(../../../img/btn_about.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}
div#topbox a#ctct img {
	float:right;
	width:104px;
	height:25px;
	border:none;
	background-image:url(../../../img/btn_ctct.png);
	background-repeat:no-repeat;
	background-position:left top;
}
div#topbox a#ctct:hover img {
	float:right;
	width:104px;
	height:25px;
	border:none;
	background-image:url(../../../img/btn_ctct.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}
div#dgpc {
	position:relative;
	float:right;
	top:119px;
	left:460px;
	width:560px;
	height:36px;
}
div#dgpc a#digigpc img {
	width:138px;
	height:36px;
	padding:0px;
	border:none;
	background-image:url(../../../img/btn_dgpc.png);
	background-repeat:no-repeat;
	background-position:left top;
}
div#dgpc a#digigpc:hover img {
	width:138px;
	height:36px;
	border:none;
	background-image:url(../../../img/btn_dgpc.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}
div#dgpc a#digigpc img {
	width:138px;
	height:36px;
	border:none;
	background-image:url(../../../img/btn_dgpc.png);
	background-repeat:no-repeat;
	background-position:left top;
}
div#dgpc a#digigpc:hover img {
	width:138px;
	height:36px;
	border:none;
	background-image:url(../../../img/btn_dgpc.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}
div#dgpc a#ebook img {
	width:98px;
	height:36px;
	border:none;
	background-image:url(../../../img/btn_ebook.png);
	background-repeat:no-repeat;
	background-position:left top;
}
div#dgpc a#ebook:hover img {
	width:98px;
	height:36px;
	border:none;
	background-image:url(../../../img/btn_ebook.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}
div#dgpc a#wwwbtn img {
	width:138px;
	height:36px;
	border:none;
	background-image:url(../../../img/btn_www.png);
	background-repeat:no-repeat;
	background-position:left top;
}
div#dgpc a#wwwbtn:hover img {
	width:138px;
	height:36px;
	border:none;
	background-image:url(../../../img/btn_www.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}
div#dgpc a#blogbtn img {
	width:98px;
	height:36px;
	border:none;
	background-image:url(../../../img/btn_blog.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}
div#dgpc a#blogbtn:hover img {
	width:98px;
	height:36px;
	border:none;
	background-image:url(../../../img/btn_blog.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}
div#lang { 
	position:relative;
	top:153px;
	left:880px;
	width:140px;
	height:36px;
}
div#lang a#langbtn img {
	float:right;
	width:140px;
	height:36px;
	border:none;
	background-image:url(../../../img/btn_lang_j.png);
	background-repeat:no-repeat;
	background-position:left top;
}
div#lang a#langbtn:hover img {
	float:right;
	width:140px;
	height:36px;
	border:none;
	background-image:url(../../../img/btn_lang_j.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}