/* CSS Document */

/* **** ____ |||| ACCUEIL |||| ____ **** */

/* **** ____ GENERAL ____ **** */

#general
{
	margin:auto;
	padding:0px 11px 0 11px;
	width:960px;
	background:url(../images/fond_degrade.png) 0 0 repeat-y;
}

div.centered 
{
    text-align: center;   
}

div.righted 
{
	text-align: right;
}

/* **** ____ |||| HEADER |||| ____ **** */

#header
{
	margin:auto;
	width:960px;
	height:218px;
}

#logo
{
	float:left;
	position:absolute;
	z-index:1;
	margin-left:20px;
	width:202px;
	height:275px;
	background:url(../images/logo_cga_bas.png) 0px 248px no-repeat;
}

#nav/*menu_top*/
{
	position:absolute;
	margin:151px 0 0 241px;
	width:719px;
	height:61px;
}
/* **** ____ |||| CONTENU |||| ____ **** */

#colonne_gauche
{
	float:left;
	padding-top:60px;
	width:159px;
	border-right:1px solid #CCC;
}

#contenu
{
	float:left;
	width:510px;
	margin:30px 20px 0 20px;
}

#contenu_bis
{
	float:left;
	width:760px;
	margin:30px 20px 0 20px;
}

#colonne_droite
{
	float:left;
	width:250px;
	margin-top:30px;
}


#block_simple
{
	float:left;
	width:165px;
}

#block_stimulant
{
	float:left;
	width:173px;
	padding-left:10px;
}

#block_reconnu
{
	float:left;
	width:142px;
	padding-left:20px;
}

/* **** ____ |||| TEST |||| ____ **** */

DIV.masque 
{
	display: none;
}

DIV.visible 
{
	display: block;
}

/* **** ____ |||| FOOTER |||| ____ **** */

#footer
{
	margin:auto;
	padding-top:5px;
	width:982px;
	height:26px;
	background:url(../images/fond_footer.png) no-repeat;
	text-align:center;
}