/* trauma-alfest feuille de style */

/* Général */

	body
	{
		background-color:#C6D9E3;
		color:black;
		font-family:"Trebuchet MS", sans-serif;
		font-size:15px;
		padding:0;
		margin:0;
	}

	div#conteneur
	{
		padding:0;
		margin:0;
	}
	
/* Header */
	
	div#header 
	{ 
		background-color:#eaeeef;
		height:160px;
		width:100%;
	}

/* Menu */

	div#menu
	{
		position:absolute;
		left:0;
		background-color:#6196B2;
		border-right:1px solid #252D4C;
		border-bottom:1px solid #252D4C;
	}

	div#menu ul
	{
		list-style-type:none;
		padding:0;
		margin:0;
	}

	div#menu ul li
	{
		padding:0;
		margin:0;	
		text-align:center;
		width:250px;
	}

	div#menu a, div#menu h1
	{
		text-align:left;
		display:block;
		color:white;
		margin:0;
		padding:5px 0px 5px 30px;
		text-decoration:none;
		width:220px;
		border-bottom:1px solid #90A7B3;
	}
	
	div#menu h1
	{
		padding-left:10px;
		width:240px;
		background-color:#252D4C;
		font-size:16px;
	}

	div#menu a:hover, div#menu a.selected_menu 
	{ 
		background-color:#628091; 
		background-image:url('images_site/arrow_menu.gif');
		background-position:right center;
		background-repeat:no-repeat;
	}
	
/* Contenu */

	div#contenu
	{
		padding:50px;
		padding-top:0;
		text-align:justify;	
		border-top:1px solid #252D4C;
		margin-left:250px;
		margin-bottom:0px;
	}
	
	div#contenu a { text-decoration:none; color:#4322FF; }
	div#contenu a:hover { text-decoration:underline; color:#0C0055; }
	
	div#contenu h1 
	{ 
		clear:both;
		text-align:left;
		color:#373C5A; 
		font-size:24px;
		border-bottom:1px solid #373C5A;
		margin-top:30px;
		margin-left:-40px;
	}
	
	div#contenu h2
	{
		text-align:center;
		font-size:20px;
		margin-left:-40px;
	}
	
	div#contenu p
	{
		padding-left:40px;
	}

	div#contenu ul { list-style-type:square; padding-left:80px; }
	div#contenu ul ul { list-style-type:circle; }
	div#contenu ul li { padding:5px; }
	
	div.personne_bureau 
	{
		clear:both;
		margin-left:40px;
	}
	
	div.personne_bureau div.portrait
	{
		text-align:center;
		float:left;
		width:200px;
		height:200px;
		margin:0px 30px 3px 3px;
	}
	
	ul#sommaire li { list-style-type:none; font-weight:bold; }
	ul#sommaire li ul li { font-weight:normal; }
	ul#sommaire li ul li ul li { list-style-type:square; }

	div.image
	{
		text-align:center;
		font-size:12px;
		color:#505050;
	}

/* Formulaires */

	form
	{
		width:100%;
		margin:0px auto 25px auto;
	}
	
	form fieldset
	{
		border:1px solid #252D4C;
		background-color:#B9D4E4;
	}
	
	form fieldset legend
	{
		font-weight:bold;
		font-size:20px;
	}
	
	form input, form textarea
	{
		border:1px solid #252D4C;
		background-color:white;
		color:black;
		padding:3px;
		margin:3px;
		font-size:11px;
	}
	
	form input#link_to
	{
		background-color:#DDDDDD;
	}
	
	form label
	{
		margin:3px;
		margin-left:0px;
		padding:3px;
	}

/* Tableaux */
	
	table
	{
		border-collapse:collapse;
		border:none;
		margin:15px auto 15px auto;
	}
	
	table th, table td
	{
		border:1px solid #90A7B3;
		padding:3px;
	}
	
	table th
	{
		background-color:#A8C3D5;
		text-align:center;
	}
	
	table th.title { width:300px; text-align:left; }
	table th.action, table td.action { width:100px; text-align:center; }
	
	table td
	{
		background-color:#C1E2F7;
	}
	
	/* Sommaires et Résumés */
	
	table#som_res
	{
		width:800px;
	}
	
	table#som_res td
	{
		padding:3px;
		text-align:left;
	}

/* Divers */

	img
	{
		padding:0px;
		margin:0px;
		border:none;
	}

	p.empty
	{
		height:0px;
		margin:0px;
		padding:0px;
	}

	div.item_list1, div.item_list2
	{
		margin:0px;
		padding:0px;
		background-position:left center;
		background-repeat:no-repeat;
	}
	
	div.item_list1
	{
		padding-left:20px;
		margin-left:20px;
		background-image:url('images_site/item_list1.png');
	}
	
	div.item_list2
	{
		padding-left:20px;
		margin-left:60px;
		background-image:url('images_site/item_list2.png');
	}	
	
	p.warning
	{
		font-size:20px;
		color:#BE1C1C;
		text-align:center;
	}
	
	p.info
	{
		font-size:20px;
		color:#1E76A9;
		text-align:center;
	}
	
	p.question
	{
		font-size:20px;
		color:#1E76A9;
	}
	
	p.disconnect
	{
		text-align:right;
		font-size:14px;
		font-style:italic;
	}
