ul, ol, li, pre,span ,div, form, p, blockquote, fieldset, input {
    margin			: 0;
    padding			: 0;
}
/* Balise H */
h1,h2, h3,h4, h5, h6 {
    margin			: 0px;
    padding			: 0px;
}

h1{font-size:30px;}
h2{font-size:26px;}
h3{font-size:24px;}
h4{font-size:18px;}
h5{font-size:15px;}
h6{font-size:13px;}

/* Lien sur Image */
a img, a:link img, a:visited img {
    border			: none;
}
/* Lien, Lien survolé */
a {
	font-family		:Arial, Verdana, sans-serif;
    text-decoration	:none;
	color			:#f2971b;/*orange foncé*/
	font-size		:1.2em;
}

a:hover {
	/* font-weight		:bold;  */
    text-decoration: underline;
}

/* Corps de la page */
body, html {
    margin			: 0;
    padding			: 0;
    font-family		: Arial, Verdana, sans-serif;
    background		: #ffff99;
    font-size		: 12px;
    text-align		: left; /* pour corriger le bug de centrage IE5 */
    height			: 100%;
}

/*PERMET D'ANNULER LE FLOAT - PROBLEME FIRE FOX*/
.cleaner {
    clear			: both;
}

.link{
/* 	font-weight			:normal; */
	font-style			:italic;
/* 	font-size			:10px; */
	letter-spacing		:0px;	
}

#main_container{
	width			:900px;
    _height			:100%;
	min-height		:100%;	
    margin-left		: auto;
    margin-right	: auto;

}

#container_content{
/* 	background		:url(background.jpg) no-repeat ; */
	background		:url(backgroundPorteOuverte.jpg) no-repeat ;	
	width			:900px;
	height			:600px;
}


/*-------------------------------------------------------------------------------------------CLEM LOGO---------------------------------------------------------------------------------------*/

#container_clemLogo{
	height			:230px;

}
 

#logo{
	z-index			:90; 
	position		:absolute; 
	margin			:0;
	padding			:0;
	width			:390px;
	height			:240px;


}
#presta{
	z-index			:100;
	position		:absolute;
	width			:510px;
	height			:270px;
	float			:left;
	margin-left		:390px;

}
/*------------------------------------------------------------------MENU----------------------------------------------------------------------------*/

#Menu{
	
}

span#etudiant a{
	display			:block;
	margin			:38px 0 0 180px;
	font-size		:48px;
	color			:#000;

}

span.entreprise a{
	display			:block;
	margin			:10px 0 0 215px;		
	font-size		:28px;
	color			:#000;	

}

span.Formateur a{
	display			:block;	
	margin			:12px 0 0 240px;		
	font-size		:28px;
	color			:#000;	

	
}
/*------------------------------------------------------------------footer----------------------------------------------------------------------------*/

#footer{
/* 	width			:900px; */
	height			:15px;
	margin			:185px 0 0 315px;
	text-transform	:uppercase;
	font-weight		:bold;

	
}
















