/*********** by yaw ***********/


/*********Principal***********/



html,body 

{

    /*positionnement*/

	margin: 0px; 

	padding: 0px;	

	

	/* decor */

	font-family: Arial;

	background-color: #252525;

	font-size:11px;

	font-weight:;

	color:#363636;

	

	/* image */

	background-image: url('../images/background.jpg');

	background-repeat:repeat-x;



}



div#global

{	



    /*positionnement*/

	position: relative;

	margin:0 auto;

	width: 760px;

	padding:5px;

	padding-top:0px; /*** pas de ma faute, le logo est mal fait ***/

	
    

	/* decor */

	background-color:#FFFFFF;

}

#ombregauche{
float:left;
margin-left:-15px;
}

#ombredroite{
float:right;
margin-right:-15px;
}

#ombrehaute{
float:top;
margin-top:-10px;
margin-left:-15px;
}
    
#ombrebas{    
margin-bottom:-12px;
margin-left:-15px;
}
    
#ombregauche2{
float:left;
margin-left:-15px;
}

#ombredroite2{
float:right;
margin-right:-15px;
}
    

div#header 

{

    /*positionnement*/

	height:235px;

	margin-bottom:5px;

}



div#header_content

{

    /*positionnement*/

	height:50px;

}



div#header_content_left

{

    /*positionnement*/

	float:left;

}



div#header_content_right

{

    /*positionnement*/

	float:right;

	/*background-color:#00FF00; test*/

}



div#header_ban

{

    /*positionnement*/

	height:185px;

	

	/* image */

}



div#center

{

    /*positionnement*/

	overflow:hidden;

}



div#menu

{

/* taille totale : 201px; */

    /*positionnement*/

	float:left;

	width: 201px; /* IE SUP */

	margin-right:4px; /*** pas de ma faute, image du bouton mal dimensionné ***/

	

	/* decor */

	text-align:left;

}



div#menu_bouton_cadre

{

	/* background-color:#00CC66; test */

}



div#menu_footer

{

    /*positionnement*/

	margin-top:47px;



	/* background-color:#FFFF00; test */

}



div#content

{

    /*positionnement*/

	float:right;

	width:555px;

}



div#content_title

{

    /*positionnement*/	

	margin-bottom:5px;

}



div#content_content

{

    /*positionnement*/	

	padding:20px;

	

	/* decor */

	border:1px;

	border-color:#dcdabe;

	border-style:solid;

}



div#footer

{

    /*positionnement*/

	height:20px;

	width:760px;

	margin-top:5px;



		

	/* image */

	background-image:url(../images/footer.png);

	background-repeat:no-repeat;

	background-position:center;

}	



div#footer_content

{

    /*positionnement*/

	float:right;

	padding-right:6px;

	padding-top:4px;



	/* decor */

	font-size:10px;	/****** vertical align vers le bas *!!!!!!!!!!!!!!!*/

	color:#FFFFFF;
    
}

.a { font-color:#FFFFFF;}

#copyright{
    
	font-size:10px;	/****** vertical align vers le bas *!!!!!!!!!!!!!!!*/

	color:#FFFFFF;
    
    padding-left:6px;

	padding-top:4px;

}

div#footer_home{
    /*positionnement*/
	height:20px;
	width:760px;
	margin-top:-20px;

	/* image */
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	background-position:center;
}

div#footer_content_home{
    /*positionnement*/
	float:right;
	padding-right:6px;
	padding-top:4px;

	/* decor */
	font-size:10px;	/****** vertical align vers le bas *!!!!!!!!!!!!!!!*/
	color:#FFFFFF;
}

#copyright_home{   
	font-size:10px;	/****** vertical align vers le bas *!!!!!!!!!!!!!!!*/
	color:#FFFFFF;
    padding-left:6px;
	padding-top:4px;
}

/************FIN**************/

input,textarea

{

	font-family: Arial;

	font-size:11px;

	color:#363636;

	border:1px; 

	border-style:solid;  

	border-collapse:collapse;

	border-color:#7c7c7c;

}



.bouton_menu

{

	margin-bottom:1px; /*** j ai rien compris mais ça marche */

}



/*decor*/

img 

{

	text-decoration:none;

	border-collapse:collapse;

	border:none;

	margin:0;

}



a 

{

    cursor:pointer;

	text-decoration: none;

	color:#363636;

}



table

{

	border:0;

	/*border-collapse:collapse;

	border-style:solid;*/

}



.categorie

{

	font-size:11px;

	font-weight:bold;

	color:#58584a;
    margin-top: 10px;
	cursor:pointer;

}



.sous_categorie

{
    padding-left:15px;

	font-size:10px;

	text-decoration:underline;

	padding-bottom:4px;
    margin-top: 5px;

}



.sous_categorie a

{
	color:#58584a;

}



.liste_lien{min-width:262px; margin-bottom:2px;}



/***************************************************** PARTIE IDENTIFICATION ****************************************************/

.identificationText {

	width:300px;

}

.identificationSelect {

	width:304px;

}

.identificationSelectCivilite {

	width:70px;

	text-align:center;

}

.identificationSelectDate {

	width:48px;

	text-align:center;

}

.identificationSelectAnneeSexe {

	width:91px;

	text-align:center;

}

/*************************************************** FIN PARTIE IDENTIFICATION ****************************************************/
#liste_page{
    text-align:center;
    margin-bottom:10px;
}

.liste_lien{
    width:260px;
}

#error{
	color:#FF0000;
}