html, body {
	height: 100%;
	margin: 0;
	padding-top: 0px;
}
html {
	background: #ddd url(img/fond.gif);
	/*background-color:#CCCCCC;*/
}

body {
	font: 70% "Arial", sans-serif;
	color:#333333;
}
#center {
	/*min-height: 100%;*/
	width: 840px;
	margin: 0 auto;
	padding: 0 -10px;
	background: url(img/global2.png) center repeat-y;
}
#header {
	/*background: #FFFFFF url(img/bandeau.gif) no-repeat;*/
	color: #fff;
	height: 170px;
}
#header h1 {
	margin: 0;
	padding: 0;
	bottom: 10px;
	left: 30px;
	font: 3em Georgia, serif;
}
#sidebar {
	float: left;
	width: 170px;
}
#panier {
	overflow:hidden;
	width:154px;
	height:148px;
	background: url(../images/fond_panier.png) no-repeat; 
	margin-left: 5px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;	
}
#inner_panier {
	overflow:auto;
	width:145px;
	height:60px;
}
#sponsors {
	text-align:center; 
}	
#sponsors div {
	margin-top: 10px; 
}
#content {
	float: left;
	width: 630px; 
	padding: 0;
	margin-left: 25px;
}
#content h2 {
	padding-left: 35px;
	background: #fff url(img/titre.png) left center no-repeat;
	color: #6c0;
}
#content h3, #sidebar h3 {
	color: #c00;
	font-variant: small-caps;
}

#footer {
	background: #393B92 url(img/footer.png) repeat-x;
	color: #fff;
	margin: 2px 0;
	/*font-size: 0.9em;*/
}
#footer p, #sidebar #menu {
	padding-left: 10px;
}

#apercu_promo {
	position:relative;
	border:solid;
	border-color:#663366;
	border-width:1px;
	width:600px;
	height:200px;
	z-index:1;
	overflow: hidden;
}

.search {
	padding-left: 3px;
	padding-right: 3px;
}

a {
	color:#393B92;
	font-size:11px;
	font-style:normal;
	text-decoration: none;
}
a:hover {
	color:#7374C8;
	/*font-size:11px;
	font-style:normal;*/
	text-decoration: underline;
}
	
hr {
	border-style:dashed;
	color:#CCCCCC;
	height:1px;
}

.bordure_photo {
	border: 1px solid #393B92;
}

.sous_titre_page {
	font-weight:bold;
	color:#666666;
	font-size:13px;
}

.titre_paragraphe {
	font-weight:bold;
	color:#333333;
	font-size:12px;
}	

.titre {
	font-weight:bold;
	color:#393B92;
	font-size:16px;
}	

.titre2 {
	font-weight:bold;
	color:#393B92;
	font-size:14px;
}	

.image_element {
	border-style:solid; 
	border-width:1px; 
	border-color:#393B92;
}

.menu {
	color:#393B92;
	font-size:12px;
	font-style:normal;
	text-decoration: none;
}
	
.menu:hover {
	color:#7374C8;
	font-size:12px;
	font-style:normal;
	text-decoration: underline;
}
	
.texte {
	color:#393B92;
	font-size:11px;
	font-style:normal;
	text-decoration: none;
}

pre {
	margin: 0 auto;
	width: 500px;
	overflow: auto;
	padding: 5px;
	border: 1px solid #ccc;
}

.tip {
	padding: 5px 5px 5px 50px;
	border: 1px solid #c66;
	background: url(img/tip.png) 5px 5px no-repeat;
}
	
.tony {
	font-family : Arial;
	text-decoration : none;
	font-size : 10;
	color:#7374C8;
}

.tony:hover {
	font-family : Arial;
	text-decoration : none;
	color : #FFFFFF;
	font-size: 10;
}



/*
img
{
border:solid;
color:#FFFFFF;
border-width:1px;
}


img:hover
{
color:#CCCC33;
border:dashed;
border-width:1px;
}

*/

div.E { 
	border-style:solid; 
	border-width:1px; 
	border-color:#393B92;
}
