/*----------------------------------------------------------

	Feuille de style de base, avec initialisation 
	des principaux �l�ments HTML.

----------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html, body {
	text-align: center;
	 height: 100%;
	_height:100%;
}

h1 { font-size: 2em; padding: 0.67em 0; }
h2 { font-size: 1.3em; padding: 0.83em 0; }
h3 { font-size: 1.17em; padding: 1em 0; }
h4 { font-size: 1em; padding: 1.33em 0; }
h5 { font-size: 0.83em; padding: 1.67em 0; }
h6 { font-size: 0.67em; padding: 2.33em 0; }

p { margin:0; padding:0 0 1em 0; line-height: 1.6; }

ul, ol {
	display: block;
	margin:0;
	padding:0 0 0 1em;
	list-style-position: inside;
}

li {
	display: list-item;
	line-height: 1.4em;
}

dl {
	display: block;
	padding: 1em 0 0 0;
}

dd {
	display: block;
	padding-left: 1.5em;
}

dt { }

img { 
	border: none;
}

hr { }

code, pre {
	font-size: 1.1em;
}

table {
	width: 100%;
	border-collapse:collapse;
}
th {
	border-bottom: 0px solid;
	white-space: nowrap;
}
td {
	border-width: 0;
}

input { }

textarea { }

em { font-style: italic; }

strong { font-weight: bold; }

/*----------------------------------------------------------

	Structure de la page.

----------------------------------------------------------*/

body { background: #ededed;}
#page{ margin:0 auto; width:967px;  }
#global{width:967px;}
#entete{ width:967px;  float:left;}
#entete *{ vertical-align:top; }
#droite{ width:352px; float:right;}
#principale{ width:100%; background:url(../images/bg.gif) repeat-y top;}

#compte{

	background-color:#EDEDED;

	border:1px solid #99273A;

	height:43px;

	margin-left:217px;

	margin-top:0;

	width:493px;

}

#formconnexion { text-align:left; float:right; margin-top:10px;}
#formconnexion input{ background-color:#731121; color:#FFFFFF;}
#formconnexion a{ color:#a9d8ff;}
#formconnexion a:hover{ color:#a9d8ff;}
#formconnexion p{ margin:0; padding:0 0 0.8em 0; line-height: 1.8; color:#FFFFFF;}

.rechercher{ float:left; width:280px; margin-left:15px; margin-right:15px;}

#colonneGauche{ float:left; width:240px; text-align:left; min-height:300px  }
#centre{ float:left; width:727px; text-align:justify;  }
#titre{ width:512px; float:right;}
#titre *{ vertical-align:top; }
#contenu{/*background:url(../images/fond-contenu.jpg) top right no-repeat;*/}


#adresse{ width:100%; clear:both; }
#yzeo { font-size:0.8em; }
#yzeo img{ vertical-align:middle; }

#plansite{margin-top:90px; margin-bottom:20px;}

#newsletters{



font-size:11px;

padding:20px;

width:450px;

height:82px;

background:url(../images/newsletter.jpg) no-repeat;
}

.txtnews {
	font-size:10px;
	font-weight:bold;
}

li.categorie  {
	font-size:14px;
	background:url(../images/li.jpg);
	line-height:38px;
	font-weight:bold;
}

ul.sous-categories {
	padding-top:70px;
}

.imgaccueil {
	text-align:center;
}
