/* CSS Document */

body {
	background-color: #CEEEFB;
}

/*.image_banniere img {
	border:none;
}*/

#banniere {
	/*position:absolute;
	top: 2px;*/
	margin-bottom:13px;
}

#menu {
	width:690px;
	margin:auto;
	margin-bottom:10px;
}

#menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
}

#menu li {
	float:left;
	margin:auto;
	padding:0;
	background-color:#CEEEFB;
}

#menu li a {
	display:block;
	width:100px;
	color:#000000;
	text-decoration:none;
	padding:5px;
	/*background-color:#CEEEFB;*/
}

#menu li a:hover {
	color:#69C;
}

#menu ul li ul {
	display:none;
}

#menu ul li:hover ul {
	display:block;
}

/* a mettre si la page tst da le sous groupe biologique * /
#menu ul li#biologie:hover ul {
	display:none;
}

#menu ul li#biologie a, #menu ul li#biologie a:hover {
	color:#59D591;
}
/* a specfier pour bioogie - fin exemple */

/* a mettre si la page tst da le sous groupe informatique * /
#menu ul li#informatique:hover ul {
	display:none;
}

#menu ul li#informatique a, #menu ul li#informatique a:hover {
	color:#FAEF25;
}
/* a specfier pour informatique - fin exemple */

#menu li ul {
	position:absolute;
}

#acceuil {
	background: #CEEEFB url(../images/menu_gauche_7.png) left top no-repeat ;	
}

#biologie, #informatique, #webmarketing, #cv {
	background: #CEEEFB url(/images/menu_centre_1.png) left top no-repeat ;	
}

/*#biologie:hover, #informatique:hover, #webmarketing:hover, #cv:hover {
	background: #CEEEFB url(/images/menu_centre_1_selected.png) left top no-repeat ;	
}*/

#contact {
	background: #CEEEFB url(/images/menu_droit_1.png) left top no-repeat ;	
}

.ss_menu {
	background: #CEEEFB url(/images/ss_menu_7.png) left top no-repeat ;
}

#flag {	
	margin-left:5px;	
}

#sous_menu_bio_info {
	/*border: 2px solid black;*/
	height:35px;
	margin:auto;
	width:680px;
	display:block;
}

/*#sous_menu_bio div {
	background: #CEEEFB url(/images/sous_ss_menu_.jpg) left top no-repeat ;	
	float:left;
}*/

.sous_menu {
	color:#000000;
	padding:7px;
	text-decoration:none;
	vertical-align:middle;
	/*background-color:#CEEEFB;*/
}

#sous_menu_current {
	color:#69C;
	padding:7px;
	text-decoration:underline;	
	vertical-align:middle;
	/*background: #CEEEFB url(/images/sous_ss_menu_.jpg) left top no-repeat */;
}

.sous_menu:hover {
	/*color:#000000;*/
	text-decoration:underline;
	/*background-color:#CEEEFB;*/
}

#centre {
	/*border:2px solid green;*/
	display:block;
	height:460px;
	margin:auto;
	width:730px;
}

#complement_info {
	background: #CEEEFB url(/images/bulle_liens.jpg) left no-repeat ;
	/*border: 2px solid red;*/
	float:left;
	height:280px;
	width:170px;
}

#descriptif {
	/*background-repeat:no-repeat;background-image:url(images/bulle_text.jpg);height:480px"*/
	background: #CEEEFB url(/images/bulle_text.jpg) right no-repeat ;
	/*border: 2px solid pink;*/
	float:right;
	height:450px;
	width:500px;
}

#complement_info div {
/* style="width: 150px; position: relative; top: 15%; text-align: justify; left: 15px; */
	width:150px;
	position:relative;
	top:25px;
	text-align:justify;
	left:9px;
}

#descriptif div {
/*style="left:50px;height:400px;width:410px;position:relative;top:5%;text-align:justify;overflow:auto"*/
	left:45px;
	height:400px;
	width:410px;
	position:relative;
	top:12px;
	text-align:justify;
	/*overflow:auto;*/
}

.first_decale {
	text-indent:20px;	
}

.second_decale {
	text-indent:10px;	
}