/* 
Theme Name: Aime Bijoux
Theme URL: http://aime-bijoux.com/
Description: Theme du site aime bijoux, boutique en ligne
Author: Remi Corson
Author URI: http://dimension-it.com
Version: 1.0

*/

/********** BODY **********/
body {
	margin-top: 25px;
	font-size: 12px;
	font-family: arial;
	color: #453226;
	background-color: #FFFFFF;
}

img {
	border: none;
}

/********** UTILITIES **********/
hr {
	border: 0;
	width: 60%;
	align: center;
	color: #dfbda2;
	background-color: #dfbda2;
	height: 1px;
}

/********** header **********/
#header {
	text-align: center;
	font-weight: bold;
}

/********** content **********/
#content {
	height: 537px;
	background: #FFFFFF url(images/layout/bg_home.jpg) no-repeat;
}

/********** logo **********/
#logo {
	text-align: center;
	margin-top: 115px;
	color: #c38553;
	font-weight: bold;
	/*letter-spacing: 2px;*/
	font-size: 10px;
}

/********** mea **********/
#mea {
	text-align: center;
	margin-top: 15px;
	font-size: 14px;
	font-weight: bold;
}

#mea a{
	font-weight: bold;
	color: #453226;
	text-decoration: none;
}

#meapage {
	text-align: left;
	margin-top: 5px;
	font-size: 12px;
	overflow:hidden;
	height: 420px;
}

#meapage a{
	font-weight: bold;
	color: #453226;
	text-decoration: none;
}


/********** footer **********/
#carousselcat {
	display: block;
	position: absolute;
	top: -10px;
	left: 187px;
	width: 630px;
}

#carousselcat li {
	display: inline
}

#carousselcat img.carrou {
	width: 98px;
	height: 82px;
	border: 2px solid #c38554;
}

/********** footer **********/
#footer {
	text-align: center;
}

#footer a{
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	color: #453226;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
}

#footer a:hover{
	border-bottom: 2px solid #dfbda2;
}

/********** copyright **********/
#copyright {
	margin-top: 20px;
	text-align: center;
	color: #dfbda2;
	font-size: 10px;
}

#copyright a{
	color: #dfbda2;
	font-size: 10px;
	text-decoration: underline;
}