
body
{
	margin: 0px auto; /* margin = exterieur et padding = interieur */
	margin-bottom : 10px;
	width: 1000px;
	text-align: left;
	/* background-image: url(/evenement/anniv_cocacollection_4ans/fond_anniversaire_4ans-vide.jpg);  /img/general/fond_site_rayure_bulle.jpg */
	background-image: url(/img/design/2013/fond-2013-bf0000.jpg);
	background-color: #bf0000;
	background-attachment: fixed;
	/*background-repeat: no-repeat;*/ 
	background-repeat: repeat-x; 	
	/*background-position: right top;*/
}

a
{ 	/* Les liens qui ne sont pas sous le curseur. */
	color: #bb0000; /* ta couleur */
	font-weight:bold;
	text-decoration: underline; /* soulignement */
}


a:hover
{ 	/* Les liens lorsque le curseur est dessus. */
	color: #000000; /* ta couleur */
	font-weight:bold;
	text-decoration: underline; /* soulignement */
}

p
{
	margin : 15px;
}


/*
a:visited
{ 	/* Les liens visités. 
	color: #CC0000; /* ta couleur 
	text-decoration: underline; /*  soulignement 
} */ 

#titre
{
	margin-bottom: 10px;
	font-family: Century Gothic;
	text-align: center;
	color: white;
}

#MenuDeroulant
 {
	position: center;
	width: 983px;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 7px;
	float: top;
	top: 1px;	
	border: 1px solid #FFF;
	background-image: url(/img/general/transparent_noir-90.png);
}

.menu
{	
	float: left;
	
	/* background-image: url(/img/general/transparent_noir-90.png);
	border: 2px solid #FFF;
	color: white;
	
	*/
	
	background-color: #c8c8c8;
	/*border: 2px solid #000000; */
	color: black;
	
	width: 220px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	
	font-size: 15px;
	text-align: center;
	font-family: Century Gothic;
	height: inherit;
}

.centre
{	
	/* background-image: url(/img/general/transparent_noir-90.png);
	border: 2px solid #FFF;
	color: white;
	background-color: #ffffff;
	*/
	
	background-image: url(/img/general/fond-div-gris.jpg);
	/*border: 2px solid #000000; */
	color: black;
	margin-left: 237px;
	margin-right: 10px;	
	padding: 10px;
	font-size: 18px;
	font-family: Century Gothic;
	text-align: center;
}

.bas
{	
	/* background-image: url(/img/general/transparent_noir-90.png);
	border: 2px solid #FFF;
	color: white;
	background-color: #ffffff;
	*/
	
	background-image: url(/img/general/fond-div-gris.jpg);
	/*border: 2px solid #000000; */
	color: black;
	
	padding: 10px;
	width: 730px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 237px;
	font-size: 18px;
	font-family: Century Gothic;
	text-align: center;
	clear: both;
}

.text_titre
{
	font-size: 45px;
	text-decoration: underline;
}

.text_soustitre
 {
	font-size: 33px;
 }
 
 #align_gauche
 {
	text-align: left;
 }
 
 #tlc /* liste collectionneur */
 {
	text-decoration: underline;
	font-weight: bold;
	color: #EE0000;
 }
 
 #cc /* liste collectionneur */
 {
	text-decoration: underline;
	color: #EE0000;
 }
 
 #ecriture_petite 
 {
	font-size: 15px;
	font-family: Times New Roman;
 }

/* c'est l'élément principal UL*/
.dropdown{
	display:none;
	text-align: center;
	position: center;
	margin:5;
	padding:5;
	text-decoration: underline;
}

/* ce sont les menus internes*/
.dropdown ul{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration: underline;
}

/* ce sont tous les LIs dans le menu*/
.dropdown li{
	margin-right: 15px;
	margin-left: 15px;
	width:auto;
	background-color:#000000;
	cursor:pointer;
	text-decoration: underline;
}

/* ce sont l'ancre dans le menu, si vous voulez styliser différemment du reste de votre site*/
.dropdown a{
	color: #EE0000;
	text-decoration:underline;
	font-family: Century Gothic;
}

.dropdown a:hover{
	color: #FFFFFF;
	text-decoration:underline;
	font-family: Century Gothic;
}

/* ce sont les LI qui appartiennent uniquement au sous-menu*/
.dropdown ul li{
	border-top:0;
	margin-left:-1px;
	width: 120px;
}

/* ce sont les LI qui contient un sous-menu*/
.dropdown li.submenu-down{
	background:  /*#000000 url('http://dj-stev.fr/css/expand_down.gif')*/ center center no-repeat;
	text-align: center;	
	/*padding-left:20px;*/
	/*width:105px;*/
}

/* ce sont les lis qui contient un sous-menu et qui sont dans un sous-menu themselve*/
.dropdown li.submenu-left{
	background:#000FFF url('expand_right.gif') center right no-repeat;
	padding-right:20px;
	width:105px;
}