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			:#f8d3e3;
	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		: #e00061;
    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		:#000;*/
	width			:900px;
	height			:650px;
}

#text_intro{
	margin			:0 0 0 2%;
	font-size		:2.1em;
	color			:#f8d3e3;

}
/*-------------------------------------------------------------------------------------------CLEM LOGO---------------------------------------------------------------------------------------*/
#container_clemLogo{
	position		:absolute;
	height			:135px;
	float			:left;	
}

#clem{
	z-index			:100;
	position		:absolute;
	width			:371px;
	height			:78px;
	float			:left;	
	background		:url(../../image/clem.png) no-repeat ;
	_background		:url(../../image/clem.gif) no-repeat ;	
	margin-top		:10px;
}

#logo{
	z-index			:90;
	position		:absolute;
	width			:435px;
	height			:135px;
	/*float			:left;	*/
/* 	background		:url(../image/logo.png) no-repeat ;
	_background		:url(../image/logo.gif) no-repeat ; */
	margin-left		:390px;

}

/*-------------------------------------------------------------------------------------------CERCLE-BACKGROUND---------------------------------------------------------------------------------------*/
#cercle {
	z-index			:10;
	width			:492px;	
	height			:531px;
	float			:right;		
	background		:url(../../image/background.jpg) no-repeat;
	margin-top		:20px;
	margin-right	:20px;
	_margin-right	:0px;/*correctif IE6*/	
}
/*-------------------------------------------------------------------------------------------MENU----------------------------------------------------------------------------------------------------------*/

#menuCommander{
	z-index			:40;
	position		:absolute;	
	float			:left;
	width			:95px;	
	height			:95px;
	margin			:215px 0 0 230px;	
	/* padding			:120px 0 0 60px; */
}

#menu{
	z-index			:30;
	position		:absolute;	
	width			:256px;
	margin			:70px 0 0 40px;
	/*float			:left;*/
	}
	
#menu a{
	color			:#3e7af8;/*bleu clair*/
	}
	
#menu ul{
padding:5px 0 0 0;
	List-style-type	:none;
	color			:#3e7af8;/*bleu clair*/
	}
#menu ul li{	
	padding			:2px 0 0 0;
	}
	
	
.menuActif a{
	font-weight		:bold;
	color			:#3e7af8;/*bleu clair*/
	text-decoration: underline;	
	}
	
#menuAccueil{
	background		:url(../../image/menuAccueil.png) no-repeat;
	width			:256px;
	height			:53px;
	}
#menuAccueil ul{
	font-size		:16px; 
	padding			:13px 0 0 20px;
	}


#menuEcoleParents{
	background		:url(../../image/menuEcoleParents.png) no-repeat;
	width			:256px;
	height			:285px;
	margin-top		:5px;	
	}
	
#menuEcoleParents ul{/*Dans le layout du style est placé en ligne sur ces puces*/
	padding			:73px 0 0 20px;
	}
	
#menuLabolangues{
	background		:url(../../image/menuLabolangues.png) no-repeat;
	width			:256px;
	height			:154px;
	margin-top		:5px;	
	}
	
#menuLabolangues ul{
	padding			:60px 0 0 20px;
	}	

#logoEducNat{	
	background		:url(../../image/logoEducationNationalePetit.jpg) no-repeat 0px 2px;
	width			:140px;
	height			:45px;
	margin-left		:35px;
	padding-top		:8px;
	padding-left	:50px;
	color			:#f8d3e3;
}

/*-------------------------------------------------------------------------------------------PETIT GARCON----------------------------------------------------------------------------------------------------------*/	
#petitGarcon {
	z-index			:40;
	position		:absolute;		
	width			:127px;	
	height			:174px;
	float			:left;
	background		:url(../../image/petitGarcon.png) no-repeat;
	_background		:url(../../image/petitGarcon.gif) no-repeat;/*correctif ie6*/	
	margin			:440px 0 0 680px;
	}
	
/*-------------------------------------------------------------------------------------------FOOTER GALFIC----------------------------------------------------------------------------------------------------------*/	
#container_footer{
	width			:420px;
	height			:65px;
	z-index			:80;
	position		:absolute;
	/*float			:left;*/
	margin			:555px 0 0 410px;
}

#logoGalfic{
	float			:left;
	margin			:0 10px 0 0;
	width			:107px;
	height			:59px;
	background		:url(../../image/logoGalfic.png) no-repeat;
}

#linkGroupePlanMentions p{
	padding-bottom	:7px;
	font-size		:10px;
	text-transform	:uppercase;
}























