/****************************************************************************************************************************

  TMT-GDESIGN

 ****************************************************************************************************************************

 @fichier  : styleTMT.css
 @auteur   : Matthieu Pouchin
 @creation : 01/04/2008
 
 
 /* ------------------------------------------------------------------------------------------------------ corps des pages */

 body{ 
 margin:0 auto; 
 padding:0; 
 width: 100%;
 height: 100%;
 background-color:#90395C;
 background-image:url(img/repeat.jpg);
 background-repeat:repeat-x;
 background-position:top;
} 

#background {
 margin:0 auto;
 padding:0;
 width:900px;
 height:auto;
}

#header {
 margin:0 auto;
 padding-top:40px;
 width:900px;
 height:210px;
}

#contenu {
 margin:0 auto;
 padding-top:70px;
 width:900px;
 font: 10pt "Arial, Verdana, sans-serif", Sans-Serif;
 font-weight:normal;
 color: #fff;
 text-align: center;
 text-decoration: none;
}

#contenu a, a:hover {
 color: #fff;
 text-decoration: underline;
}

.titre01 {
 font: 12pt "Arial, Verdana, sans-serif", Sans-Serif;
 font-weight:bold;
 color: #CEC399;
}

.titre02 {
 font: 12pt "Arial, Verdana, sans-serif", Sans-Serif;
 font-weight:bold;
 color: #C69BAE;
}
