body {margin:0px; padding:0px;}
/* tout ce qu'il y'a sur la scene */

img {
     padding : 2px;
    
}
.entete{
text-align:right;
color:#6633FF
}
.trait{
position:relative;

border-top:2px solid #6633FF;

left:-50px;
}

#Content {

	position:absolute;
	left:50%;
	width:800px;
	margin-top:50px;
	margin-left:-400px;
	
	
	background-color:#000;
}
/* sous le menu */
#global{

color:#000;
margin-left:85px;
}

/* le cartouche à gauche encadré par des traits grossiers */
#chapo{

float:left;
width:170px;
}

#chapo_haut{

height:23px;
margin-left:-1px;
background-image: url(../pict/chapo/chapo_haut.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#chapo_bas{
height:73px;
background-image: url(../pict/chapo/chapo_bas.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#chapo_corps{

background-image: url(../pict/chapo/chapo_corps.gif);
background-repeat: repeat-y;
margin:-2px 0 -2px 0;
width:150px;
background-position: left;
}
#chapo .spip_logos {

margin-left:16px;

width:131px;
height:auto;

}
/* IE Mac ne voit pas l'astérisque qui suit l'antislash \*//*/
.spip_logos {

margin-left:16px;

width:131px;
height:200;

}
 /**/

#chapo .trait{
margin-left:-10px;

}




/* le contenu de la partie à droite */
.contenu {

color:#fff;
float:right;
width:65%;
background-color: #000;
margin-bottom:20px;
padding:10px;
}

/* pour les articles sans chapo */
.contenu-large{
padding:10px;
margin-bottom:20px;
}





/*
 * Formulaires
 */
#recherche{
float:left;
border-style:none;
width:110px;
font-size: 13px;
height:18px;
color:#000;

margin-right:25px;

background-color: transparent;
}

.find{

float:right;
width:190px;
height:40px;
background: url(../pict/cherche/champs.png)  no-repeat top left;
padding-top:7px;
padding-left:15px;
}

.formrecherche {

	background-color: #f2f2f2;
	color: #505030;
	margin: 0px;
	float:right;
	border: solid 1px #909090;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
}

#footer{
border-top:1px solid Gray;
 }
#contact{
 float:left;
 text-align:right;
 color:#ACACAC;
 width:72%
 }







