/*

*************************************************************
*  Les rencontres de l'aventure solidaire 2006              * 
*  ------------------------------------------------         *
*  Date de développement : Janvier 2006                     *
*  CSS / HTML / PHP 3                                       *
*                                                           *
*  Développement : LionInformatique                         *
*  URL : http://www.lioninformatique.com                    *
*  Email : contact@lioninformatique.com                     *
*                                                           *
*  W3CSS Valide                                             *
*  http://jigsaw.w3.org/css-validator/                      *
*                                                           *
*  LionInformatique développement (c) tous droits réservés  *
*                                                           *
*************************************************************

*/ 



/* Propriétés générale du site */
body 
{
	margin-top:5px;
	margin-left : 0px;
	background-color:#FAFDEE;
	text-align: center; 
}


#global {
     position: relative; /* on positionne le conteneur */
     margin-left: auto;
     margin-right: auto;
     

     width: 750px;
     text-align: left;
     }


.sphere_puzzle
{
	position:absolute;
	top:0px;
	left:40px;
}

.titre_site
{
	
	margin-top:0px;
	margin-left:235px; /* 220px -100px de la sphere*/
	width:330px;
	height:100px;

}

/* Position du menu sur le site */
.menu-principal
{
	margin-top: 15px;
	margin-left: 235px; /* le bloc des onglets mesure : 530px  => position du cadre par rapport aux onglets 750-530*/
	height:43px;
	width:530px;

}

.font_p
{
font-size: 13px;
font-family: Arial, Verdana,Helvetica;
}
.font_g
{
font-size: 15px;
font-family: Arial, Verdana,Helvetica;
}

.contact
{
	
	position:absolute;
	top: 165px;
	left: 0px;
	right:0px;
	bottom:0px;
	height:370px;
}

.cadre_explorateur_pages
{
	margin-top: 0px;
	margin-bottom:5px;
	margin-left: 15px;
	height:370px;
	width:750px;
	font-family: Arial, Verdana,Helvetica;
	
}



.sponsor
{
	
	color: #336633;
	font-family: Arial, Verdana,Helvetica;
  	font-size: 11px;
	font-weight: bold;
	
        
}

.sp1 /* txt1 pour les sponsors */
{	
	margin-left: 15px;
	margin-right: 290px;

}

.logo-avd 
{	
	margin-left:10px;
}

.copyright
{
	display: none;


}
/* Propriétés des boutons du sous menu */
/* *********************************** */
	.sousmenu
	{
	position:absolute;
	text-align:center;
	font-family: Arial, Verdana,Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	left :30px;
	border: 1px solid #000000; 
	height:20px;
	background-color:#99CC33;
	height:20px;

	}

	.sousmenu a:link,.sousmenu a:visited
	{
	text-decoration:none;
	height:20px;
	color:#336633;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	}

	.sousmenu a:hover
	{
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	color:#99CC33;
	height:20px;
	background-color:#336633;
	width:138px;
	height:20px;
	}  
/* - FIN - Propriétés sous menu -      */
/* *********************************** */
