@charset "UTF-8";
/*
Version: 1.0
Author: Pierre Alexandre PAYET 
*/
/* GENERAL */
body{
	
	margin: 0;
	color: #444;
	background: #900;
	font: 0.80em "Times New Roman", Times, Georgia, serif;
	
}

#b {
style=text-decoration : none; color : #a62; border-bottom : 1px; border-bottom-style : solid; border-bottom-color : #CC0000;
}

/* DESIGN */

.header{
	
	width: 1024px;
	height:  259px;
	background: url(../img/header.jpg);
	
}

.header-border-bottom{

	position: relative;
	background: url(../img/header-border-bottom.png) repeat-x;
	height: 22px;
	width: 1024px;
	z-index: 1;
	
}

.content{

	position: relative;
	background: url(../img/papier-chinois.jpg) repeat-y;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -22px;
	margin-bottom: -8px;
	z-index: 0;
	
}

.left{
	
	float: left;
	width: 250px;
	height: 100%;
	padding-right: 10px;
	padding-left: 10px;
	
}

.menu{

	background: url(../img/menu.png);
	width: 236px;
	padding-left: 5px;
	padding-top: 10px;
	height: 314px;
	margin-bottom: 15px;
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	/*line-height: 1.15em;*/
	
	
}

.menu a, .menu a:link, .menu a:visited, .menu a:active{

	color:  #990000;
	text-decoration: none;
	
}

.menu a:hover{

	text-shadow: #333 1px 1px 2px;
	
}

.hrule{

	width: 120px;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: url(../img/hrule.gif);
	margin-left: auto;
	margin-right: auto;
	
}


.repas-traditionnels{

	background: url(../img/repas-traditionnels.png);
	width: 241px;
	height: 215px;
	margin-bottom: 15px;
	
}


.festival{

	background: url(../img/festival.png);
	width: 241px;
	height: 224px;
	margin-bottom: 15px;
	
}

.point-vente{

	line-height: 1.2em;
	
}

.une_famille_chinoise{

	
	width: 237px;
	height: 213px;
	margin-bottom: 15px;
	
}


.meritants{

	float: right;
	width: 580px;
	margin-top: 30px;
	margin-right: 20px;
	padding: 10px;
	font-size: 1.15em;
	
}

.asso-list li{

	clear: left;
	margin-bottom: 15px;
	
}

.text{

	float: right;
	width: 580px;
	border: 1px #990000 solid;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	
}


.footer-shadow-top{

	position: relative;
	background: url(../img/footer-shadow-top.png) repeat-x;
	width: 100%;
	height: 8px;
	z-index: 2;
	
}

.footer{

	width: 100%;
	background: #000;
	height: 109px;
	text-align: center;
	
}

.footer-scroll{

	width: 929px;
	margin-left: auto;
	margin-right: auto;
	
}

.footer-scroll img{

	border: none;
	padding: 0;
	background: none;
	margin: 0;
	
}

.site{
	
	margin: auto;
	height: 768px;
	width: 1024px;
	
	border: 1px solid #999;
}
/* FORMULAIRE */
fieldset{
	margin: 15px 0px 15px 0px;
	border: 1px dashed #38d;
	
}
legend{
	
	font-size: 1.3em;
	color: #38d;
	
}
label{
	
	line-height: 1.5em;
	
}
input{
	
	border: 1px solid;
	font-size: 1.05em;
	
}
textarea{
	
	border: 1px solid #444;
	font-size: 1.05em;
	
}
/* IMAGE */
a img{
/*
style des img avec un lien actif dessus
*/
	border: 0;
}

img{

	border: 1px #999 solid;
	background: #eeeeee;
	padding: 5px;
	margin: 8px;

}

/* TITRE */
h1{
	
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 1.3em;
	
}
h2{
	
	font-size: 1.1em;
	color: #900;
	
}
h2 a, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active{
	
	font-size: 1.1em;
	color: #900;
	text-decoration: none;
	
}
h3{
	
	text-transform: lowercase;
	font-variant: small-caps;
	letter-spacing: 0.2em;
	
}
/* TEXTE */
p{
	
	text-align: left;
	line-height: 1.6em;
	
}
code{
	
	display: block;
	padding: 10px;
	margin: 15px 0px 15px 0px;
	
	line-height: 1.6em;
	color: #777;
	border: 1px dashed #38d;
	
}
ol{
	
	list-style-type: upper-roman;
	line-height: 1.8em;
	list-style-position: inside;
	
}
ul{
	
	list-style: square;
	line-height: 1.8em;
	list-style-position: inside;
	
}
dl{
	
	line-height: 1.8em;
	list-style-position: inside;
	
}
dt{
	
	font-weight: bold;
	
}
dd{
	
}
blockquote{
	
	font-size: 1.1em;
	line-height: 1.5em;
	font-style: italic;
	color: #900;
	
}
blockquote p:before{
	content: url(../img/open-quote.png) " "; /*ASTUCES : il est possible de rajouter du texte avant ou apres l'image en fesant par exmple : content: url(img/open-quote.png) "texte à rajouter";*/
}
q{
	
	font-style: italic;
	color: #777;
	
}
cite{
	
	font-weight: bold;
	
}
abbr{
	
	border-bottom: 1px dotted;
	cursor: help;
	
}
dfn{
	
	background: #c7d0d9;
	cursor: help;
	
}
address{
	
	/*font-style: italic;*/
	
}
noscript{
	
	color: #a62;
	text-weight:bold;
	
}
strong{
	
	font-weight: bold;
	
}
/* LIENS */
a:link{
	
	text-decoration: underline;
	color: #900;
	
}
a:visited{
	
	color: #666;
	
}
a:hover{
	
	color: #c00;
	
}

/* TABLES */
table{
	
	/*border: 1px solid;*/
	/*border-collapse: collapse;*/
	
}
table td{
	
	/*border: 1px solid;*/
	
}
thead{
	
	background: #c7d0d9;
	text-align: right;
	font-weight: bold;
	
}
caption{
	
	font-size: 0.9em;
	text-align: right;
	caption-side: bottom;
	font-style: italic;
	
}

/*DIVERS*/

.center{

	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	
}

.with-border{

	border: 1px solid #666;
	padding: 10px;
	color: #666;
	
}

.align-center{

	text-align: center;
	
}

.align-right{

	text-align: right;
	
}

.clear{

	clear: both;
	
}

.UIComposer_Button{ background:url(../img/UIObject_sprites_v3_ltr.gif) left -25px no-repeat;border:none;color:white;cursor:pointer;font-size:13px;font-weight:bold;height:29px;line-height:27px;margin:0;padding:0 5px 3px 7px; }

	.ma_colonne{
      float:left;
      width:220px;
      background-color: white;
      margin-bottom:0%;
      margin-top:0px;
      margin-left:1%;
      padding:0%;
}

.red{

	color:  #990000;
	
}
