/* CSS */
/*link*/
a, a:link, a:visited, a:hover {font-family: Trebuchet MS; font-size: 13px; font-style: normal; font-weight: normal;}
a, a:link, a:visited {color: #272727; text-decoration: none;}
a:hover {color: #990033; text-decoration: none;}

/*Body*/
html, body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	color: #272727;
	text-align: justify;
	background-color: #FFFFFF;
}

p, h1, h2, h3, h4, h5, h6, ul, li, ol {margin: 0; padding: 0;}

a img {border: 0;}

hr {border: 0;}

ul {list-style-position: outside; line-height: 20px; margin-left: 20px;}


/*Content*/
#header {
	background-color:#FFFFFF;	
	height: 120px;
}

#top {
	background-color: transparent;
	margin: 0 auto;
	width: 1000px;
	height: 120px;
}

#intro {
	height: 300px;
	width: auto;
	background-color: #000000;
	border-top: 8px solid #990033;
}

#presente {
	background-color:#000000;
	margin: 0 auto;
	width: 960px;
	height: 300px;
	background-image: url(fleur.png);
	background-repeat: no-repeat;
}

#p_right {
	width: 380px;
	height: 231px;
	float: right;
	margin: 22px 0 0 22px;
	padding: 0;
}

.global {
	background-color: transparent;
	width: 1000px;
	margin: 0 auto;
}

#up {
	width: 1000px;
	height: 25px;
	margin: 0 auto;
	text-align: center;
}

#footer {
	height: 20px;
	background-color:#FFFFFF;
}

#foot {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	font-size:12px;
}
/*menu top*/
ul#menu {
	margin: 76px 0 0 0; 
	padding: 0; 
	list-style: none;
	float:right;
}
ul#menu li{
	margin: 0; 
	padding: 0; 
	overflow: hidden; 
	float: left; 
	height:40px;
}
ul#menu a, ul#menu span {
	padding: 10px 0 10px 20px; 
	float: left; 
	text-decoration: none; 
	color: #333333;
	text-transform: uppercase;
	clear: both;
	height: 20px;
	background: none;
	cursor: pointer;
}
ul#menu a {
	color: #990033;
	font-size: 14px;
	font-weight:bold;
	width: 120px;
}
ul#menu span {display: none;}
/*jquery cycle*/
#nav {
	margin: 5px -39px 0 0;
	float: right;
	clear: both;
}

#nav a {
	margin: 2px;
	padding: 0 4px;
	font-size: 12px;
	color: #FFF;	
	border: 1px solid #990033;
	background-color: transparent;
	cursor: pointer;
}

#nav a.activeSlide {
	background-color: #990033;
}

#nav a:focus {
	outline: none;
}

.pics img {
	display: none;
}


/*Contenu*/
.cadre1, .cadre2, .cadre3 {
	width: 420px;
	height: 400px;
	float: left;
	padding: 5px 15px;
	border: 1px dotted #990033;
}

.cadre1, .cadre2 {
	margin-right: 20px;
	margin-left: 20px;
}

.cadre4, .cadre5 {
	width: 430px;
	height: auto;
	float: left;
	border: 1px dotted #990033;
	padding: 10px;
}

.cadre4 {
	margin: 0 0 0 0;
}

.cadre6 {
	width: 420px;
	height:auto;
	float: left;
	padding: 5px 15px;
	border: 1px dotted #990033;
	margin-right: 20px;
	margin-left: 20px;
}

.cadre7, .cadre8 {
	width: 448px;
	height: 300px;
	float: left;
	border: 1px dotted #990033;	
	padding: 5px 20px 20px 20px;
}

.cadre9{
	width: 420px;
	height:980px;
	float: left;
	padding: 5px 15px;
	border: 1px dotted #990033;
}

.cadre10{
	width: 420px;
	height:980px;
	float: left;
	padding: 5px 15px;
	border: 1px dotted #990033;
	margin-right: 20px;
	margin-left: 20px;
}

.cadre11 {
	width: 940px;
	float: right;
	padding: 5px 20px;
	border: 1px dotted #990033;
}
.cadre12{
	width: 420px;
	height:480px;
	float: left;
	padding: 5px 15px;
	border: 1px dotted #990033;
	margin-right: 20px;
	margin-left: 20px;
}
.cadre13{
	width: 420px;
	height:480px;
	float: left;
	padding: 5px 15px;
	border: 1px dotted #990033;
}
.bloc1 {
	background-color: transparent;
	width: 1000px;
	margin: 0 auto;
	height: 400px;
}

.bloc2 {
	background-color: transparent;
	width: 960px;
	margin: 0 auto;
	padding: 0 0 0 0;
	height: 80px;
	background-image: url(fleur.png);
	background-repeat: no-repeat;
}

.bloc3 {
	background-color: transparent;
	width: 1000px;
	margin: 0 auto;
	height: 320px;
}

.bloc4 {
	width: 960px;
	margin: 0 auto;
	height: auto;
}

.separateur3 {
	background-color:#FFFFFF;
	width: 100%;
	height: 20px;
	clear: both;
	margin: 0;
}

/*Textes*/
h3, h4 {
	font-size: 15px;
}

#p_left p {
	color: #FFFFFF;
	font-size: 14px;
	margin: 10px 10px 10px 10px;
	text-align: justify;
}

.bloc_center {
	 display: block;
	 text-align: center;
}

.bem {
	font-weight: bold;
	text-decoration: underline;
}

.underline {
	border-bottom: 1px dotted #990033;
	margin-bottom: 20px;
}

.bloc2 p {
	color: #CCC;
}

#foot p {
	color: #272727;
    font-size:12px;
}
#foot a:hover {
    color: #990033;
    font-size:13px;
}

/*slider*/
#slider ul, #slider li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider, #slider li { 
	height: 150px;
	
}

#slider {
	margin-bottom: 5px;
	overflow: auto;
}

#slider li { 
	width: 288px;
	background: none;
	
}		

#slider li p { 
	margin: 10px 0;	
}	
			
span#prevBtn {
}

span#nextBtn {
}

.titrerose_actu {font-size: 15px; font-weight: bold; color: #990033;}
.titre_actu {font-size: 15px; font-weight: bold; color: #272727;}


/*éléments images graphiques*/
#logo {
	width: 400px;
	height: 100px; 
	margin: 15px 0 0 0;
	float: left;
}

.offre_img {
	display: block;
	margin: 0 0 5px 5px;
}

.bg1 {
	padding: 40px 0 0 0;
	background-color:#FFFFFF;
}

.bg2 {
	padding: 20px 0;
}

.bg3 {
	padding: 0px 0;
	border-top: 8px solid #990033;
	background-color: #000000;
	background-repeat: no-repeat;
}
.bg3 a:hover {color: #ffffff;}

.bg4 {
	background: none;
	padding: 5px 0;
	clear: both;
}
#ill_page_all {
	background-color: transparent;
	width: 450px;
	height: 280px;
	margin: 0 25px 0 18px;
	float: left; 
}

.center {
	display: block;
	margin: 30px auto;
}
.actu_img {
	padding: 5px;
	margin-right: 12px;
	float: left;
}

.actu_li {
	border-bottom: 1px solid #AAA;
	padding-bottom: 12px;
	margin-top: 10px;
}

.newcrea {
	width: 400px;
	height: 275px;
	margin: 12px;	
	float: right;	
}

.newcrea a, .newcrea a:link, .newcrea a:visited, .newcrea a:hover {font-size: 10px; text-transform: uppercase; font-weight: bold;}
.newcrea a, .newcrea a:link, .newcrea a:visited {color: #333333;}
.newcrea a:hover {color: #990033;}

.newcrea span {
	display: block;
	text-align: center;
	margin-top: -34px;
}
.crea {
	width: 190px;
	height: 173px;
	margin: 12px;	
	float: left;	
}

.crea a, .crea a:link, .crea a:visited, .crea a:hover {font-size: 10px; text-transform: uppercase; font-weight: bold; text-align:center}
.crea a, .crea a:link, .crea a:visited {color: #333333; text-align:center}
.crea a:hover {color: #990033; text-align:center}

.crea span {
	display: block;
	text-align: center;
	margin-top: -34px;
}

/*formulaire*/
#form {
	width: 450px;
}

#message, input[type=text] {
	font-family: Trebuchet MS;
	font-style: normal; 
	font-weight: normal;
	font-size: 12px;
	color: #272727;
}
input[type=text]{
	border: dotted 1px #666;
	margin-top: 5px;
}
textarea{
	border: dotted 1px #666;
	width: 435px;
	height: 150px;
	margin-top: 5px;
	padding: 5px;
	overflow: auto;
}
input[type=submit]{
	background-color: #EEE;
	color: #272727;
	cursor: pointer;
}
input[type=submit]:hover{
	color: #000;
}
input[type=reset]{
	background-color: #EEE;
	color: #272727;
	cursor: pointer;
}
input[type=reset]:hover{
	color: #000;
}
.error-message {
	color: #990033;
	margin: 5px;
}

