/*
 |        www.irc-media.com         |
 |      webmaster@irc-mail.com      |
*/

/*** IE 7 ***/
* {
	padding:0;
	margin:0;
}

/* global layout */

body {
    background:#000000 url('img/bg-store.jpg') top center no-repeat;
	text-align:center;
	font-family: Verdana, Arial, Helvetica;
	font-size:14px;
	font-weight:normal;
	color:#cccccc;
	font-weight:bold;
}

#page { 
	width: 1000px;
	height:auto;
	margin: 0 auto 0 auto;  
	text-align: left;
	}
	  
#header {
	height:295px;
	width: 1000px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	padding : 0px;

}
#left_column, #center_column, #right_column {
float:left;
}

#center_column {
	width: 1000px;
	margin: 120px 0px 0px 0px;
}

.menu{
width:660px;
padding:260px 0 0 340px;
}

.icon_accueil{
padding:0 0 0 50px;
}

.icon_store{
padding:0 40px 0 40px;
}

.icon_contact{
padding:0 40px 0 40px;
}

.frame{
magin:0 0 0 0;
padding:0 0 0 0;}

.align-left{text-align:left;}
.align-center{text-align:center;}
.align-right{text-align:right;}

.bouton-index{
padding:0 0 60px 0;}

.page-center
{margin: 0 auto 0 auto;}

.bg-page{
margin: 0 0 0 0;
background-color:#d3d3d3;
width:940px;
height:auto;
}


/* Footer */

#footer{width: 1000px; height: 219px; clear: both; margin: 0px auto; padding-top: 12px; position: relative; font-size:12px;}
div#footer { background: url("img/footer.png") no-repeat; color : #ffffff;}
.footercolonne  {float: left; list-style: none; margin: 5px 5px 10px 10px; padding: 12px; min-width: 150px; z-index: 1;}
.footertitre  {font-size: 12px; font-weight: bold; margin-bottom: 5px; padding-bottom: 5px; border-bottom : 1px solid #D0D3D8;z-index: 2;}
.footerliens a{ clear : left; float:left; padding-left: 2em; padding-top : 2px; line-height: 2em; text-decoration : none; background : url("img/bullet.png") no-repeat 0.4em 0.8em !important; color : #ffffff; z-index : 3; } 
ul.footeraddthis {clear: right; margin:10px 0px 0px 760px; z-index: 3; height:20px;}
#footerpaiement {margin:0 0 0 760px; padding-top:10px;}
.footeraddthis  a{ color : #ffffff; z-index : 3; }

.mention{color:#9a0235; font-size:12px; text-align:center; width:1000px; padding-top:20px;}
.parte{color:#9a0235; font-size:12px; text-align:center; width:1000px; }




/* global style */

a:link {
	color: #F781F3;
	text-decoration: none;
	}
a:visited {
	color: #F781F3;
	text-decoration: none;
	}
a:hover {
	color: #00ff00;
	text-decoration: underline;
	}	

.m10 {margin-bottom:10px;}
.m20 {margin-bottom:20px;}
.m60 {margin-bottom:60px;}
.m80 {margin-bottom:80px;}
.m100 {margin-bottom:100px;}
.m500 {margin-bottom:500px;}

.mt60 {margin-top:60px;}

.p10{padding-left:10px;}
	


