/* --------------- reset ----------------------------------------------- */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { 
	margin: 0; 
	padding: 0; 
}  
html  { font-size: 100%; } /* IE hack */
table, th, td, input, select { font-size: 100%; } /* IE hack */
/* --------------- aspects généraux ------------------------------------ */
body {
	text-align:center;
	color:#FFF;
	background-image:url(../images/africouleur-background.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#000;
	background-attachment:fixed;
	font-family: Arial, Verdana, sans-serif;
	font-size: 76%;
	line-height: 1.4;
}
#cadre1 {
	width:920px;
	height:100%;
	margin:0 auto;
	background-image: url(../images/transparent-cadre1.png);
	background-repeat: repeat-y;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/transparent-cadre1.png'); 
}
#cadre2 {
	width:900px;
	height:100%;
	text-align:left;
	background-color:#333;
	border:1px solid #666;
	margin:0 auto;
}
#banner {
	height:255px;
	width:900px;
	background-image:url(../images/africouleur-banner.jpg);
	background-repeat:no-repeat;
}
#message {
	width:800px;
	margin-left:30px;
	color:red;
	text-decoration: blink;
	_width:780px;
}
#flags {
	float:left;
	width:240px;
	margin:158px 0 10px 30px;
	//margin:118px 0 10px 30px;
	_margin:173px 0 10px 15px;
}
#flags img{
	float:left;
	border:1px solid #990;
	margin:0 15px 0 0;
}
#flags a:hover img{
	border: 1px solid #F90;
}
.info {
	clear:left;
	font-weight:bold;
	font-size:1.1em;
	background-image:url(../images/transparence.png);
	width:250px;
	margin:0 0 0 25px;
	padding:0 5px;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/transparence.png'); 
}
#menu {
	position:absolute;
	top:224px;
	height:31px;
	background-color:#555;
	border-top:2px solid #777;
	border-bottom:2px solid #666;
}
h1 {
	text-align:center;
	color:#F90;
	font-size:1.30em;
	margin:20px 30px 0;
	text-transform: uppercase;
}
h2 {
	clear:both;
	text-align:left;
	color:#F90;
	font-size:1.15em;
	margin:15px 30px 0;
	text-transform: uppercase;
}
h3 {
	text-align:left;
	color:#F90;
	font-size:1.15em;
	margin:10px 30px 0;
	text-transform: uppercase;
}
p {
	text-align:justify;
	margin:10px 30px 0;
	font-size: 1.1em;
}
td { font-size: 1.1em; }
ol, ul, li { font-size: 1.02em; }
a:link,a:visited {
	text-decoration:none;
	color:#FC0;
}
a:active,a:hover{
	text-decoration:underline;
	color:#F90;
}
/* --------------- tableaux -------------------------- */
.tableaux {
	border:2px solid #FFF; 
	margin:15px 30px 0;
	border-spacing: 0px;
	border-collapse: collapse; 
}
.tableaux td {
	padding:4px 8px; 
	border:1px solid #FFF; 
}
.tableaux th {
	padding:4px 8px; 
	border:1px solid #FFF; 
}
/* --------------- formulaires -------------------------- */
.form fieldset {
	background-color:#444;
	border:2px solid #666;
	margin:10px 30px;
	padding:0 0 10px 0;
	_position:relative;
	_margin-top:35px;
}
.form legend {
	background-color:#777;
	color:#F90;
	font-weight:bold;
	text-transform:uppercase;
	border:2px solid #666;
	margin:0 0 0 10px;
	padding:2px 10px;
	_position:absolute;
	_margin:-20px 0 0 -30px;
}
.form label {
	display: inline;
  	float: left;
	width:170px;
}
.form-button {
	font-weight: bold;
	background-color:#CCC;
	padding:5px 10px;
	_overflow: visible;
}
.message-red { 
	color:#F00;
	font-weight:bold;
	border:1px dotted #F00;
	padding:10px 30px; 
	margin:15px 30px 0;
}
.message-green { 
	color:#0F0;
	font-weight:bold;
	border:1px dotted #0F0;
	padding:10px 30px; 
	margin:15px 30px 0;
}
/* --------------- images et vidéos -------------------------- */
.img-left {
	float:left;
	border:2px solid #666;
	margin:15px 15px 0 30px;
}
.img-right {
	float:right;
	border:2px solid #666;
	margin:15px 30px 0 15px;
}
.video {
	height:268px;
	width:330px;
	border:none;
	margin:15px 30px 0;
}
/* --------------- news du blog ------------------------------- */
.news {
	border-top:1px solid #666;
	margin:15px 0 0;
	padding:0;
}
.date_evene {
	color:#F90;
}
.mise_en_ligne {
	font-size:x-small;
	font-style:italic;
}
.news img {
	float:left;
	border:2px solid #666;
	margin:15px 30px 0;
}
.news a:hover img {
	border:2px solid #F90;
}
/* --------------- tableaux d'images -------------------------- */
.tableaux-images {
	margin:15px 0 0 30px;
}
.cadre-image {
	float: left;
	margin: 0 10px 10px 0; /* largeur entre deux bloc image */
	_margin: 0 7px 7px 0; /* largeur entre deux bloc image */
	height: 131px;
	width: 131px;
}	
.image {
	height: 131px;
	width: 131px;
	background-color: #444;
	border-width: 2px;
	border-style: solid;
	border-top-color: #777;
	border-right-color: #111;
	border-bottom-color: #000;
	border-left-color: #666;	
	/* background-image:url(../images/fond-image.gif); */
}
.image table {
	height:131px;
	width:131px;
}
.image img {
	border-width: 2px;
	border-style: solid;
	border-top-color: #000;
	border-right-color: #666;
	border-bottom-color: #777;
	border-left-color: #111;
}
.image a:hover img {
	border: 2px solid #F90;
}
.texte-image {
	text-align:center;
	font-size: xx-small;
	color: #999;
}
/* --------------- pied de page -------------------------- */
#footer {
	height:48px;
	background-color:#555;
	border-top:2px solid #666;
	margin:15px 0 0;
}

#footer .xiti-logo {
	float:left;
	width:80px;
	margin:16px 0 0 30px;
	_margin-left:15px;
}
#footer .bookmarks-footer {
	float:left;
	width:170px;
	border:0;
	margin:15px 0 0 10px;
}
#footer .info-footer {
	float:left;
	text-align:left;
	width:170px;
	margin:13px 0 0;
}
#footer .info-footer-middle {
	float:left;
	width:180px;
	text-align:right;
	margin:13px 0 0;
}
#footer .info-footer-right {
	float:left;
	width:230px;
	text-align:right;
	margin:13px 0 0;
}
.adresse {
	width:900px;
	height:50px;
	margin:0 auto;
	color:#999;
}
#cadre-bottom {
	width:920px;
	height:10px;
	margin:0 auto;
	background-image: url(../images/transparent-bottom.png);
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/transparent-bottom.png');
}
/* --------------- panier -------------------------- */
.image-panier img {
	border: 2px solid #700;
}
.image-panier a:hover img {
	border: 2px solid #F90;
}