body {font-family: verdana, sans-serif; 
    font-size: x-small;
	color: #000000;
	margin-left: 0pt;
	margin-right: 0pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	background: #FFFFFF;

		
		/*Ascenceur*/
		scrollbar-face-color: #FFFFFF;
		scrollbar-arrow-color: #1BAACC;
		scrollbar-track-color: #FFFFFF;
		scrollbar-shadow-color:  #FFFFFF;
		scrollbar-highlight-color: #FFFFFF;}
		
/*paragraphes*/		
p {font-size: x-small;}

li		{font-size: x-small;
		vertical-align: middle;}

/*Listes à puces avec image */
ul		{list-style-image:    url(images/logopt.gif);}

/*Listes à puces sans marge*/
ul.ssmarge	{margin-left: 11pt; margin-right: 0pt;}

/*Listes numérotées*/
ol		{list-style-type:decimal;}

/*Listes abc*/
ol.abc	{list-style-type:lower-alpha;}


/*tableau avec scroll*/

.scroll {height: 300px;
		overflow:auto;}		  


li {font-size: x-small;}



/*ligne*/
.hr	{
	color: #000099;
	height: 2px;
	}

/*tableau*/
table {font-size: x-small;}
	
/*tableau de la page d'accueil*/

.table_contenu {width: 800px;
   border : #1BAACC solid 1px;
   }

			


/*TD des rubriques : Accueil, Historique, Esprit de la marque, Maste gallery, Collection, My All Star Team, Maste Organisation, Artistes,
 Events, Partenaires, Contacts*/
				
.td_logo {background-image:   url(images/logo_noir.gif);
	background-repeat: no-repeat;
	background-position: left;}

.td_index {background-image:   url(images/img_index.jpg);
	background-repeat: no-repeat;
	background-position: right;}

.td_mariage {background-image:   url(images/mariage.jpg);
	background-repeat: no-repeat;
	background-position: right;}

.td_entreprises {background-image:   url(images/entreprise5.jpg);
	background-repeat: no-repeat;
	background-position: right;}

.td_projetsencours {background-image:   url(images/img_projetsencours.jpg);
	background-repeat: no-repeat;
	background-position: right;}
	
.td_colin {background-image:   url(images/colin.jpg);
	background-repeat: no-repeat;
	background-position: right;}
	
.td_roseaupoing {background-image:   url(images/rose_poing.jpg);
	background-repeat: no-repeat;
	background-position: right;}

.td_fourmis {background-image:   url(images/fourmis.jpg);
	background-repeat: no-repeat;
	background-position: right;}


.td_apprentissage {background-image:   url(images/apprentissage.jpg);
	background-repeat: no-repeat;
	background-position: right;}
	
.td_triangle {background-image:   url(images/triangle_quatre_cotes.jpg);
	background-repeat: no-repeat;
	background-position: right;}
	
.td_fictions {background-image:   url(images/img_fictions.jpg);
	background-repeat: no-repeat;
	background-position: right;}
	
.td_download {background-image:   url(images/img_download.jpg);
	background-repeat: no-repeat;
	background-position: right;}

.td_contact {background-image:   url(images/img_contact.jpg);
	background-repeat: no-repeat;
	background-position: right;}
	

/*Titre principal*/		
h1 { font-size: x-small; font-weight: bold; color: #1BAACC;}

/*sous-titres*/
h2 {font-size: x-small; font-weight: bold; color: #881288;}
h3 {font-size: x-small; font-weight: bold; color: #F9B74E;}
h4 {font-size: x-small; font-weight: bold;}
h5 {font-size: x-small; font-weight: bold;}
h6 {font-size: x-small; font-weight: bold;}
h7 {font-size: x-small; font-weight: bold;}


/*Pour tous les titres et sous-titres*/
h1, h2, h3, h4, h5, h6, h7
		{margin-left: 0pt; margin-right: 0pt; margin-top: 0pt;  margin-bottom: 0pt;}


/*TEXTE*/

.texte {font-size: x-small;}

.texteblancgras { font-size: x-small;
              color: #FFFFFF;
			  font-weight: bold;}
			  
.txtptitblancgras { font-size: xx-small;
              color: #FFFFFF;
			  font-weight: bold;
			  margin-top: 5px; 
			  margin-bottom: 5px;}
			  			  
.textebold {font-size: x-small; 
            font-weight: bold;}
			
.textebleu {font-size: x-small;
            font-weight: bold;
			color:#1BAACC;}
			
.textepetit {font-size: xx-small;}

.textepetitrosefonce {font-size: xx-small;
                       color:#881288;}             
			
.legende {font-size: xx-small;}

.legendebold {font-size: xx-small;
              font-weight: bold;}
			  
/*liens*/
a:link {color:#1BAACC;font-weight: bold; text-decoration: none;}
a:hover {color:#032FC0; font-weight: bold; text-decoration: none;}
a:visited {color:#1BAACC; font-weight: bold; text-decoration:none;}

<!-- 
/* CSS issu des tutoriels http://css.alsacreations.com */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
width: 100%;
}
#menu dl {
float: left;
width: 8em;
position: relative;
margin: 0 1px;
}
#menu dt {
color: #00AEED;
font-size: xx-small;
cursor: pointer;
text-align: center;
font-weight: bold;
background: #FFFFFF;
border: 1px solid #00AEED;

}
#menu dd {
color: #00AEED;
background-color: #FFFFFF;
position: absolute;
bottom:1.5em;
width:100%;
}
#menu li {
text-align: center;
}
#menu li a, #menu dt a {

color: #00AEED;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background: #FFFFFF;
border: 1px solid #00AEED;
}

a {text-decoration: none;
font-size: xx-small;
color: #00AEED;
}

.textebleuclairpt {
font-size: xx-small;
color: #1BAACC;}

