body {
	margin: 0px;
	padding: 0px;
	font: 10px Tahoma, verdana, sans-serif;
	background-color: #E4EFF3;
	
}
/* dégradé de fond */
#contenu {
	background: url(../images/degrade.jpg) repeat-x;
	min-height: 700px;
	padding: 30px 0px;
	text-align: center;
}
/* contenu2, à fusionner? */
#contenu2 {
	text-align: left;
	margin: auto;
	position: relative;
	width: 600px;
	border: 0px solid #8698A2;
}

a {
	color: #303228;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #1C1D10;
	text-decoration: underline;
}
ul {
	margin: 0px 0px 0px 2em;
	padding: 0px;
}
h2 {
	color: #1E3A47;
	font: 20px "arial narrow", arial, sans-serif;
	margin-bottom: 0.3em;
    padding-bottom: 0px;
}
  


.blanc {
	color: #ffffff;
}






/* menu tout en haut 
   fond plus foncé et cotés arrondis 
   les a sont en blanc, et ul li pour être cote â cote
*/
#menu {
	background-color: #274E60;
	text-align: center;
}
#menu-ga {
  background: url(../images/menu_ga.jpg) no-repeat;
  width: 100%;
}
#menu-dr {
  background: top right url(../images/menu_dr.jpg) no-repeat;
  height: 33px;
}
#menu a {
	color: #CED8DA;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#menu a:hover {
  color: #FFFFFF;
}
#menu ul {
  padding-top: 9px;
}
#menu li {
  display: inline;
  padding: 0px 10px;
}




/* ou y a l'animation flash
   - position relative pour qu'elle vienne se caler en dessous du menu
   - head-left et head-right: tout au dessus les bords élargis. 
     Ils se placent par rapport à left: donc en retrait pour le bord gauche, et à 600px pour le bord droit
   - SUPPRIME: head h1 c'est où y avait le logo: pour indiquer sa position
*/
#head {
	position: relative;
	height: 300px;
}
#head-left {
	position: absolute;
	top: 0px;
	left: -16px;
	width: 16px;
	height: 200px;
	/*background: url(images/head_left.gif) no-repeat;*/
}





/* encart login  :
   - le fonc, un bleu avec une ligne au milieu, mais on pourrait juste mettre une couleur unie
   - les a sont un peu plus clairs si pas de style, on pourrait plutot harmoniser et après les supprimer
   - les images de fond: login: c'est le background avec la ligne plus foncée au millieu
   - login-bas, c'est pour qu'au fond y ait plus la ligne de millieu
*/
#login {

	background: url(../images/login_bg.gif) repeat-y;
	font-weight: bold;
	
}
#login-haut {
	padding: 0px;
	background-image: url(../images/login_haut.gif);
	background-repeat: no-repeat;
	background-position: top;	
}
#login-bas {
	background: bottom url(../images/login_bot.gif) no-repeat;
	padding: 6px 0px 19px 0px;
}

#login-welcome {
	float: left;
	width: 260px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}




#login-box {
	float: right;
	width: 280px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 20px;
	text-align: right;
}

label {
	color: #303228;
	padding-bottom: 10px;
}
#login-form {
	float: left;
	width: 210px;
	text-align: right;

}
#login-form input {
	width: 120px;
	background: #FFFFFF;
	font-size: 10px;
	border: 1px solid #60654E;
}
#login-button {
	float: left;
	width: 45px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 20px;
	padding: 0px;
}












/* CORPS du texte 
   - soit couleur unie soit dans ce cas-ci une image qui se répette puisqu'y a des lignes de chaque coté 
   - id body et body-bot: c'est la même div mais comme ça on peut avoir plusieurs images de fond: body c'est couleur unie avec lignes sur les cotés, et body bot c'est le fond, avec les cotés arrondis
   */
#body {	
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-y;
}
#body-bot {
	background: bottom url(../images/body_bot.gif) no-repeat;
	padding-bottom: 20px;
}
#body h2 {
	margin: 0px;
	padding: 0px;
	background: url(../images/body_top.gif) no-repeat;
	height: 60px;
}
#body span {
  position: relative;
  top: 25px;
  left: 30px;
}
#body h2 strong {
  color: #fff;
  font-weight: normal;
}



/* les images à l'intérieur du body  
    A TRIER !!!
*/
#corps {
	color: #36382E;
	font: 9px tahoma, verdana, sans-serif;
	margin-top: 8px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 35px;
}


.item {
	float: left;
	width: 228px;
}
.itemdr {
	float: right;
	width: 228px;
}
.item h3,.item h3 a, .itemdr h3,.itemdr h3 a  {
	font-size: 11px;
	margin: 12px 0px 6px 0px;
	color: #2B2B2B;
}
.item p, .itemdr p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.item .details, .item .addtocart, .itemdr .details, .itemdr .addtocart {
	font: 11px arial, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px 5px;
}
.item .details:hover, .item .addtocart:hover, .itemdr .details:hover, .itemdr .addtocart:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.item .details, .itemdr .details {
	background: #4BA9D4;
}
.item .addtocart, .itemdr .addtocart {
	background: #53A020;
}
.item .details:hover, .itemdr .details:hover {
	background: #72BFDC;
}
.item .addtocart:hover, .itemdr .addtocart:hover {
	background: #6FC527;
}


.item .divider, .itemdr .divider {
	clear: both;
	height: 15px;
	
	margin-bottom: 8px;
	margin-left: 12px;
	margin-right: 16px;
}

/*corps_txt: ce qui rempalce item */
.corps_txt {
	float: left;
	width: 530px;
	background-image: url(../images/film2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: justify;
}

.corps_txt h3  {
	font-size: 12px;
	margin: 12px 0px 6px 0px;
	color: #036292;
}
.corps_txt strong{
color: #1E3A47;
}
.corps_txt p {
	padding: 0px;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	color:#1E3A47;
	
}
.corps_txt a  {
	color: #1E3A47;
}
.corps_txt a:hover  {
	color: #036292;
}


.corps_txt li{
	color: #264859;
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 2px;
}



/* banner: image du bas de page, mais pas encore footer 
   donc beaucoup de choses à supprimer et a adapter  */
#banner {
	height: 121px;
	background-color: #C5DEE9;
	background-image: url(../images/banniere.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
}

#banner-text {
	color: #474747;
	padding-top: 30px;
	float: right;
	width: 400px;
	padding-right: 50px;
	text-align: justify;
}
#banner-text h3 {

	font-size: 12px;
	color: #036292;
	margin: 0px;
	padding: 0px;
}
#banner-text p {
	font-size: 11px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}




/* FOND  copyright etc */
#footer {
	text-align: center;
	position: relative;
	background-color: #F4F9FB;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;	
}










.left {
	float: left;
	padding-right: 12px;
}
.right {
	float: right;
	margin-left: 9px;
}






.clear {
	clear: both;
}
form {
	margin: 0px;
	padding: 0px;
}
