@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #243F8F;
	background-color: #FAF9E6;
	}
	
h1, h2, h3 {color: #ED4699;}
h1 {font-size:24px; margin-top:15px; margin-bottom:15px;}
h2 {font-size:18px; margin-top:10px; margin-bottom:10px;}
h3 {font-size:14px; margin-bottom:4px;}
p {margin-bottom:6px;}
img {border:none;}

a {text-decoration:none; border-bottom:1px groove #0066cc; color:#243F8F;}
a:hover {background-color:#dceeff;}  /* ffddff */
	a.no_anchor {border:none;}
	a.no_anchor:hover {background-color:transparent;}


.clear_both {clear:both;}
.bold {font-weight:bold;}
.italic {font-style:italic;}
.underline {text-decoration:underline;}
.groove_line {border-bottom:1px solid #0066cc;}
.float_left {float:left;}
.float_right {float:right;}
.float_left_20 {
	float:left;
	margin-right:20px;
	margin-bottom:15px;
	}
.float_right_20 {
	float:right;
	margin-left:20px;
	}
.float_left_top_10 {
	float:left;
	margin-right:20px;
	margin-top:10px;
	}
#language {
	float:left;
	width:120px;
	}

#about ul {
	margin-left:25px;
	}
	
#menu {
	font-weight:bold;
	margin-bottom:0px;
	}

#menu_items li {
	margin-left:5px;
	display:inline;
	}
	#menu_items a {
		border:none;
		}
	
#wrapper {
	margin:auto;
	padding:20px 40px 0 40px;
	width:914px;
	}

#left_col {
	margin-top:10px;
	float:left;
	margin-bottom:10px;
	width:100%;
	/*width:465px;*/
	}

#right_col {	
	margin-top:0px;
	float:right;
	height:650px;
	width:465px;
	margin:0 0 20px 40px;
	background-image:url(../_images/plaquette.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	}
#YB_col {	
	margin-top:0px;
	width:620px;
	float:right;
	margin:0 0 20px 40px;
	}
    
#guru_jagat_kaur {
	display:none;
	}
	
#agenda {
	display:none;
	}
	
#about {
	display:block;
	}

#YB 	{
	display:none;
	}

#formation_paris {
	display:none;
	}

#formation_bayeux {
	display:none;
	}
	
#formation_montpellier {
	display:none;
	}
	
#links {
	display:none;
	}

#contacts {
	display:none;
	}

#blue_header {
	font-weight:bold;
	}

