/* G�n�rale */
* {
    padding: 0;
    margin: 0;
} 

body {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial;
	font-size : 12px;
	line-height: 1.5em; 
}
a {
	color: #3B6EBF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.typo_site {
	text-decoration: none; 
	color: #000000;
}

.lien_passe_lecon {
	color: #3B6EBF;
	text-decoration: none;
	float: left;
	background-image: url('images/star.png'); 
	text-align: left;
	font-weight: bold;
	background-repeat: no-repeat; 
	padding-left: 30px; 
}

.lien_code_html {
	color: #3B6EBF;
	text-decoration: none;
	background-image: url('images/page_code.png'); 
	text-align: left;
	font-weight: bold;
	background-repeat: no-repeat; 
	padding-left: 30px; 
	border-bottom: 1px dotted #CCCCCC; 
}

.lien_code_css {
	color: #3B6EBF;
	text-decoration: none;
	background-image: url('images/css.png'); 
	text-align: center;
	font-weight: bold;
	background-repeat: no-repeat; 
	padding-left: 30px; 
	border-bottom: 1px dotted #CCCCCC; 
}

.lien_exemple {
	color: #3B6EBF;
	text-decoration: none;
	background-image: url('images/eye.png'); 
	text-align: right;
	font-weight: bold;
	background-repeat: no-repeat; 
	padding-left: 30px; 
	border-bottom: 1px dotted #CCCCCC; 
}

#wrap {
	margin: 20px auto;
	width: 724px;
	background: url('images/midbg.jpg');
	background-repeat: repeat-y;
	color: #FFFFFF;
}

#top { 
	background: url('images/topbg.jpg');
	height: 30px;
	color: #FFFFFF;
}

#content {
	padding: 0 40px 0 40px;
	color: #000000;
}

#bottom {
	background: url('images/botbg.jpg');
	height: 30px;
}


.header {
	height: 85px;
	background: #85ACF7 url('images/hidr.jpg');
	color: #FFFFFF;
}

.header h1 { padding-left: 17px; padding-top: 22px; font-size: 22px; color:#FFF; }
.header h1 a { font-size: 22px; text-decoration: none; color:#FFF; }
.header h2 { padding-left: 17px; padding-top: 10px; font-size: 17px; }

#menu_txt_header { 
    background: #F6F9FB; 
	border-bottom: 1px solid #E1E1E1; 
	padding: 5px;
}

#menu_txt_header .image_addthis { 
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
	
.middle {
	float: left;
	width: 59%;
	margin: 0 10px;
	padding: 1% 1%;
	text-align: justify;
}

.right {
	float: left;
	width: 30%;
	margin: 0 10px;
	padding: 1% 1%;
	
}

.right ul {
	padding: 10px 0 10px 20px;
	margin:0;
}

.right li {
	margin-bottom:5px;
	list-style-type: square;
	color: #3B6EBF;
}

.bleutext{
  color: #336699;
}

.exemple {
	position:relative; 
	display:block; 
	padding:5px; 
	background-color:#f0f0f0;
	margin: 10px 0 10px 0;
	text-align:left;
}

.middle ul, ol, il {
	padding: 10px 10px 5px 20px;
	margin:0 0 0 15px;
}
.middle h2 { 
	color: #3B6EBF; 
	font-size: 16px; 
	margin-bottom: 10px; 
	margin-top: 10px; 
	border-bottom: 1px dotted #CCCCCC; 
	padding-bottom: 5px;
}

.middle h4 {
	color: #3B6EBF;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
}

.right h2 { 
	color: #3B6EBF; 
	font-size: 14px; 
	margin-top: 15px;
}


.middle pre {
	width:100%;
    font-size: 1em;
	line-height: 1.4em; 
	overflow: auto;
	border-width: 0 0 0 5px; 
	border-style: solid; 
	border-color: #336699;
	background:url(images/bg_gray.gif);
	padding: 2px 10px;
    margin: 10px 0 10px 0; 
}


/* Fieldset  */
fieldset {
	margin: 10px 0;
	padding: 10px 10px;
	font-size:12px;
}

legend{
	color: #3B6EBF;
	font-weight: bold;
	border:none;
	padding-left: 20px; 
	background-image: url('images/tick.png'); 
	background-repeat: no-repeat; 
}

.help {
	cursor:help; 
}

.img {
	border-style:none;
}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

p.field {
	clear : left;
	margin : 0;
	padding : 0.5em 0 0 0;
}

label.float, span.label {
	position : relative;
	float : left;
	width : 65%;
	padding-right : 0.5em;
	
}
div.cmp img
{
	margin: 3px;
}
/* pour mes tooltips */
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#336699;
	padding:5px;
	display:none;
	color:#fff;
	}

/* pour mes footers */
/*
div.tagbots { 
	text-align: right; 
	float: none ; 
} 
div.tagbots div { padding-right:4px; float: left; text-align: left;}
div.sociotag_header { font-weight: bold; }      
div.sociotag_seperator {clear: both; height: 0px; }

div.tagbot a img {filter:alpha(opacity=50); -moz-opacity:0.50; opacity:0.50; -khtml-opacity:0.50;}
	
div.tagbot a:hover img {filter:alpha(opacity=99); -moz-opacity:0.99; opacity:0.99; -khtml-opacity:0.99;}
*/
#footer {
	 
	color: #666;
	float: none ;
}

.headerinfo{background-color:black;color:white;padding:5px 0;}

.wrapper {
  width: 470px;
  margin: 0 auto;
  font-style:bold;
  font-size: 14px;
}
.wrapper a {
color: #FFFFFF;
}
