/****************************/
/* COMPORTEMENT GENERAL     */
/****************************/
*{margin:0;padding:0;}
img{border:0;}
body{
	text-align:center;
	font:0.7em/1.2em "Trebuchet Ms",Arial;
	background:transparent;
}
.clear{
	clear:both;
}

/****************************/
/* CONTENEUR                */
/****************************/
#conteneur{
	position:relative;
	width:700px;
	margin:10px auto 20px;
	text-align:left;
}



/****************************/
/* IOTD                     */
/****************************/
#iotd{
	float:left;
	margin:25px 0 0 25px;
	padding:15px 15px 0;
	width:175px;
	height:100%;
	background-color: #666666;
}
/* Hack pour IE<=6 */
* html #iotd{margin-left:10px;}
#iotd h1{
	font:italic bold 1.1em "Georgia",Arial;
}
#iotd h2{
	font:1em "Trebuchet Ms",Arial;
	color:#CCCCCC;
}
#iotd h3{
	font:bold 1em/1.2em "Trebuchet Ms",Arial;
	color: #CCCCCC;
}
#iotd p.iotd_chapeau{
	margin:15px 0 20px;
	padding-bottom:20px;
	border-bottom:1px solid #C7B299;
}
#iotd p{
	margin-bottom:10px;
	color:#CCCCCC;
}
#iotd a:link { color: #c00; text-decoration: underline overline blink }
#iotd a:visited{
	color:#AE0038;
}
#iotd a:hover{
	color:#CCCCCC;
	text-decoration:none;
	background-color: #C24B4B;
}
#iotd a:active{
	color:#999999;
}
#iotd img{
	display:block;
	color: #811D29;
}
#iotd_decor{
	height:280px;
	width:100%;
	background:url(../images/iotd_decor1.jpg) 50% 100% no-repeat;
	background-attachment: scroll;
}
#xml{position:absolute;top:30px;left:264px;}


/****************************/
/* CONTENU                  */
/****************************/
#contenu{
	width:656px;
	margin-left:275px;
	padding:0 26px 20px 18px;
}
* html #contenu{margin-left:272px;}
/* header */
#header{
	border-bottom:1px solid #aaa;
	height:89px;
	/*background:url(../images/logo.gif) no-repeat;*/
}
#header h1{display:none;}
#header h2{
	color:#333;
	font:bold 10pt "Trebuchet Ms",Arial;
	text-align:right;
	padding-top:42px;
}
#header a{float:left;}

/* colonnes */

.item{
	border-top:1px solid #ddd;
	margin:16px 0 0 20px;
}
.first{border:none;}
.itemleft{margin-left:0;}
img.image_article{float:right;margin:0 0 10px 10px;}
#colleft{
	float:left;
	margin-top:122px;
	width:190px;
}
* html #colleft{margin-top:145px;}
#colright{
	margin-left:202px;
	border-left:1px solid #ddd;
}
#colonne ul{
	margin-left:16px;
}
#colonne ol{
	margin-left:20px;
}
#colonne li{
	text-align:justify;
}
#colonne h1{
	font:italic bold 1.2em "Georgia",Arial;
	color:#333;
}
#colonne h2{
	font:1em "Trebuchet Ms",Arial;
	color:#777;
}
#colonne h3{
	font:normal 1em/1.2em "Trebuchet Ms",Arial;
	margin-top:16px;
}
#colonne h4{
	font:bold 1em/1.2em "Trebuchet Ms",Arial;
	margin-top:16px;
	color:#333;
	margin-top:12px;
	margin-bottom:12px;
	text-align:justify;
}
#colonne p{
	margin-top:12px;
	color:#333;
	text-align:justify;
}
#colonne p.note{
	color:#999;
	font-size:80%;
}
#colonne p.code{
	background:#eee;
	border:1px solid #555;
	padding:10px;
	color:#FC511C;
	font-family:"Courier New", Courier, monospace;	
}
#colonne p.center{
	text-align:center;
}
#colonne a:link{
	color:#D15A6C;
	text-decoration:underline;
}
#colonne a:visited{
	color:#DD6877;
}
#colonne a:hover{
	color:#fff;
	background:#FC511C;
	text-decoration:none;
}
#colonne a:active{
	color:#f00;
}
#colonne a.big{
	padding:0 5px 0 17px;
	line-height:2em;
	background:url(../images/link.gif) 0 50% no-repeat;
}
#colonne a.big:hover{
	background:#FC511C url(../images/linkon.gif) 0 50% no-repeat;
}
div.download{
	float:right;
	background:#FC511C;
	width:200px;
	margin:10px 0 10px 10px;
	padding:10px;
	border:1px dashed #534741;
	color:#fff;
	text-align:center;
}
#colonne div.download a{
	color:#fff;
	text-decoration:underline;	
}
#colonne div.download a:hover{
	color:#fff;
	text-decoration:underline;
}

#colonne img.image{
	float:left;
	margin:0 10px 10px 0;
}
#colonne img.image2{
	float:left;
	margin:20px 10px 10px 0;
}
#colonne a.image{
	font-size:1px;
	float:left;
	margin:0 10px 10px 0;
	background:none;
}
#colonne a.image:hover{
	background:none;
}
#colonne a.image2{margin-top:10px;}
#colonne a.back{
	float:right;
}
#focus{
	border-bottom:15px solid #FC511C;
	padding-bottom:5px;
}
#focus h1{
	background:#FC511C;
	font:italic bold 1.8em "Georgia",Arial;
	color:#fff;
	padding:7px 0 0 20px;
}
#focus h2{
	background:#FC511C;
	font:normal 1em "Trebuchet Ms",Arial;
	color:#000;
	padding:0 0 10px 20px;
}
#focus h3{
	background:#FC511C;
	color:#fff;
	font:normal 1em/1.2em "Trebuchet Ms",Arial;
	margin-top:23px;
	padding:10px 0 0 20px;;
}
#focus p{
	padding-left:20px;
}

#adsense{
	position:relative;
	border:1px dashed #534741;
	padding:5px 10px;
	text-align:center;
}


#colonne form label{
	float:left;
	width:90px;
	text-align:right;
	margin-left:-100px;
}
#colonne form fieldset{
	padding:10px;
}
#colonne form label.oblig{
	font-weight:bold;
}
#colonne form p{
	padding-left:100px;
}
#colonne form input.normal{
	background:#fff;
	border:1px solid #ddd;
	color:#000;
	font:1em "Trebuchet Ms",Arial;
}
#colonne form input.focus{
	background:#FC511C;
	border:1px solid #ddd;
	color:#fff;
	font:1em "Trebuchet Ms",Arial;
}
#colonne form input.bouton{
	background:#FC511C;
	border:1px solid #ddd;
	color:#fff;
	font:1em "Trebuchet Ms",Arial;
}

/****************************/
/* MENUS                    */
/****************************/
#admin{
	position:absolute;
	font:7pt "Trebuchet Ms",Arial;
	color:#777;
	top:98px;
	right:227px;
}
#admin a{color:#777;text-decoration:none;}
#admin a:hover{color:#777;text-decoration:overline;}

#menu{
	list-style: none;
	line-height: 1.7em;
	position:absolute;
	top:106px;
	left:293px;
}
#menu li a{
	background:#C65353;
	color:#fff;
	text-decoration:none;
	padding:1px 5px 1px 5px;
}
#menu li a:hover{
	background:#C65353;
	background-color: #990033;
}

/****************************/
/* FOOTER                   */
/****************************/
#footer{
	font:7pt "Trebuchet Ms",Arial;
	color:#333333;
	padding-left:417px;
	padding-bottom:5px;
}
#footer a{color:#777;text-decoration:underline;}
#footer a:hover{color:#777;text-decoration:underline overline;}
