<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*copyright by kitgraphiquegratuit.org*/
body          {margin:0;padding:0;background:#3E7EA8;text-align:center;}	    
#conteneur    { margin: 0 auto 0;position:relative;width:1024px;background-color:#000000;padding:0;text-align:left}	
#header          {text-align:left;height:205px; background:url(images/header.png);} 	  

.bg        {position:absolute;bottom:0;height:100%;}
#bgleft    {left:0;width:150px;background-color:#0e0e0e;}
#bgright   {right:0;width:150px;background-color:#0e0e0e}
#bgcentre  {margin-left: 150px;margin-right: 150px;width:724px;background-color:#171717;} 
#content, #left, #right, #header, #footer, #centre, #centrer_menu {position:relative;z-index:2;} 	
#pied      {text-align:center; padding-top: 10px; width:1024px;height:24px ;position:relative;margin: 0 auto 0 ; background:url(images/pied.png);clear: both;}

Span		   {color:#fdc638;text-decoration:none;outline:none;font:bold 12px tahoma;}	
img, p, h1, h2, h3, h4, h5, h6, Span, object, table, td, tr{border:0;margin:0;padding:0} 
a                   {color:#fff;text-decoration:none;outline:none;font:11px arial;}
a:hover             {color:#fff;text-decoration:underline;}

.titre		              {padding:5px 0 0 0;width:150px;font:bold 13px tahoma;text-decoration: none;list-style: none;background:url(images/hautmenu.png);height:22px;text-align:center;color:#fff}  

ul.menu_gauche             {list-style:none;width:150px;padding:0;margin:0;}
ul.menu_gauche li a        {display: block;height: 27px;color: #fff;text-decoration: none;outline:none;background-image: url(images/menu1.jpg);padding:0 0 0 10px;font:bold 11px tahoma;line-height:27px}
ul.menu_gauche li a:hover  {background-image: url(images/menu2.jpg)}	

ul.menu_droite             {list-style:none;width:150px;padding:0;margin:0;}
ul.menu_droite li a        {display: block;height: 27px;color: #fff;text-decoration: none;outline:none;background-image: url(images/menu1.jpg);padding:0 0 0 10px;font:bold 11px tahoma;line-height:27px}
ul.menu_droite li a:hover  {background-image: url(images/menu2.jpg)}	   	  

.footer	            {position:absolute;color:#fff;padding:0;width:480px;height:25px;}
.footer a           {margin: 0;padding: 0;color:#fff;font:  10px/12px Verdana;}
.footer a:hover     {margin: 0;padding: 0;color:#fff;text-decoration: underline;} 

#left {width: 150px;float: left;color:#fff}
#right {width: 150px;float: right;}
#content {margin-left: 160px;margin-right: 160px;top:0;font-family: verdana ; font-size: 10pt;color:#205265; line-height:10pt}

.contenu_haut   {padding-top:10px;padding-left:20px;height:20px;width:680px;margin:0; background:url(images/contenu_haut.jpg) no-repeat bottom;font-weight:bold;font-size:12px;color:#ffffff;font-family:arial;}
.contenu_fond   {width:660px;margin:0; background:url(images/contenu_fond.jpg);padding:10px 20px 0 20px;margin:0;color:#fff;font:11px arial;}
.contenu_bas    {height:20px;width:700px;margin:0; background:url(images/contenu_bas.jpg);}		   

.copyright           {color:#fff;font:bold 11px tahoma;}   
.copyright a         {color:#fff;font:bold 11px tahoma;text-decoration: none;outline:none}
.copyright a:hover   {color: #2e81cc;text-decoration:none;}   

#server    {width:150px ;height:38px; background:url(images/serveur.png) no-repeat;color:#000;font:10px "Verdana";padding:43px 0 0 0;text-align:center;margin:5px 0 0 0 } 

.formulaireRegisterV
{
	color: #000;
	font-size: 11px;
	background-color: #FFF;
	border: 1px solid #333;
	padding-left: 5px;
	padding-right: 5px;
}

input.search
{
	font-size: 10px;
	width: 100px;
	padding: 4px;
	background-color: #fff;
	height:15px;
	border-top: 1px solid #fff;
	border-bottom: 0px solid #fff;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
}
input.submit
{
	font-weight: bold;
	font-size: 10px;
	width: 30px;
	padding: 4px;
	text-align: center;
	border: 0px solid black;
	background-color: #fff;
	cursor: pointer;
	color: #438EC0;
	border-bottom: 1px solid #fff;
	border-top: 0px solid #fff;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
}

.datagrid table { 
border-collapse: collapse; 
text-align: left; 
width: 100%; 
} 

.datagrid {
font: normal 12px/150% Arial, Helvetica, sans-serif; 
background: #fff; 
overflow: hidden; 
border: 1px solid #006699; 
-webkit-border-radius: 3px; 
-moz-border-radius: 3px; 
border-radius: 3px; 
}

.datagrid table td, .datagrid table th { 
padding: 3px 7px; 
}

.datagrid table thead th {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );
background:-moz-linear-gradient( center top, #006699 5%, #00557F 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
background-color:#006699; 
color:#FFFFFF; 
font-size: 15px; 
font-weight: bold; 
border-left: 1px solid #0070A8; 
} 

.datagrid table thead th:first-child { 
border: none; 
}

.datagrid table tbody td { 
color: #00557F; 
border-left: 1px solid #E1EEF4;
font-size: 12px;
font-weight: normal; 
}

.datagrid table tbody .alt td { 
background: #E1EEf4; 
color: #00557F; 
}

.datagrid table tbody td:first-child { 
border-left: none; 
}

.datagrid table tbody tr:last-child td { 
border-bottom: none; 
}

.datagrid table tfoot td div { 
border-top: 1px solid #006699;
background: #E1EEf4;
} 

.datagrid table tfoot td { 
padding: 0; 
font-size: 12px 
} 

.datagrid table tfoot td div{ 
padding: 2px; 
}

.datagrid table tfoot td ul { 
margin: 0; 
padding:0; 
list-style: none; 
text-align: right; 
}

.datagrid table tfoot  li { 
display: inline; 
}

.datagrid table tfoot li a { 
text-decoration: none; 
display: inline-block;  
padding: 2px 8px; 
margin: 1px;
color: #FFFFFF;
border: 1px solid #006699;
-webkit-border-radius: 3px; 
-moz-border-radius: 3px; 
border-radius: 3px; 
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );
background:-moz-linear-gradient( center top, #006699 5%, #00557F 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
background-color:#006699; 
}

.datagrid table tfoot ul.active, .datagrid table tfoot ul a:hover { 
text-decoration: none;
border-color: #00557F; 
color: #FFFFFF; 
background: none; 
background-color:#006699;
}</pre></body></html>