@charset "utf-8";

body,ul,li,header,nav,aside,section,article,p {
	padding:0;
	margin:0;
	border:0;
}

@font-face {
    font-family: 'chopinscriptmedium';
    src: url('chopinscript-webfont.eot');
    src: url('chopinscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('chopinscript-webfont.woff') format('woff'),
         url('chopinscript-webfont.ttf') format('truetype'),
         url('chopinscript-webfont.svg#chopinscriptmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	font-size:13px;
	background:url('../images/fond_fleur_bas.png') no-repeat bottom left;
	-webkit-text-size-adjust:none;
	font-family:helvetica;
	background-color:#eaeaea;

}

#popup{
	color:#FFFFFF;
	font-size:14px;
}

A{
	font-family:Helvetica;
	color:#FFFFFF;
}
A:HOVER{
	text-decoration:none;
}


#clear{
	clear:both;
}	

#espace{
	height:15px;
}
#mini_espace{
	height:5px;
}

#logo{
	max-width:640px;
	min-width:320px;
	margin:0 auto;
}

.img_100{
	max-width:100%;
}
.img_95{
	max-width:95%;
}
.img_90{
	max-width:90%;
}
.img_50{
	max-width:50%;
}

.div_320{
	width:320px;
	margin:0 auto;
}

.petit{
	font-size:11px;
}

.violet{
	color:#861452;
}
.blanc{
	color:#FFFFFF;
}

.opacite{
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	opacity: 0.50;
}

#footer{
	position: absolute;
	bottom: 0px;
	width:100%;
	height:44px;
	text-align:center;
	padding-top:4px;
	font-size:12px;
	line-height:20px;
}

#bandeau_header{
	height:45px;
	max-width:640px;
	min-width:320px;
	margin:0 auto;
}	
.div_320_extensible{
	max-width:640px;
	min-width:320px;
	margin:0 auto;
}

.bandeau_titre_header{
	background:url('../images/fond_header.png') bottom left repeat-x;
	height:40px;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	line-height:40px;
}

.nom_categ{
	color:#861452;
	font-size:18px;
	font-weight:bold;
}
.nom_categ_titre{
	color:#861452;
	font-size:22px;
	font-weight:bold;
}

.pointer{
	cursor:pointer;
}

.champ_formulaire{
	width:100%;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #CCCCCC;
	font-size:20px;
	height:25px;
}

.textarea{
	height:80px;
}
.gris{
	color:#666666;
}

.titre{
	color:#FFFFFF;
	font-weight:normal;
	font-size:25px;
	font-family:chopinscriptmedium;
}

.texte_footer{
	color: #666666;
    font-size: 11px;
	text-align:center;
}

#wrapper {
	width:90%;
	margin:0 auto;
	min-width:320px;
	height:350px;
}

#nav {
	position:absolute;
	z-index:100;
	top:8px;
	width:200px;
	height:20px;
	left:50%;
	background:rgba(0,0,0,0.75);
	padding:0;
	margin:0 0 0 -100px;
	-webkit-border-radius:10px;
}

#nav li {
	display:block;
	float:left;
	width:14px;
	height:14px; line-height:14px;
	-webkit-border-radius:7px;
	background:rgba(255,255,255,0.1);
	overflow:hidden;
	padding:0;
	margin:3px 11px 0 0;
	text-align:center;
}

#nav li#prev {
	margin-left:5px;
	background:transparent;
}

#nav li#next {
	margin-right:0;
	background:transparent;
}

#nav li.selected {
	background:rgba(255,255,255,0.4);
}

#swipeview-slider > div {
	position:relative;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	overflow:hidden;
}