body {
     background-color:#40A0F0;
     color:#00288E
}

h1 {
   color:#red;
   font-size=200%
}

h2 {
   color:black
}

font.big_100 {
     width:100;
     font-weight:bold; 
     font-family:Arial; 
     font-size:100%
}

font.big {
     font-weight:bold; 
     font-family:Arial; 
     font-size:100%
}

font.ok {
     color:black;
     font-weight:bold
}

font.ko {
     color:red;
     font-weight:bold
}

input.call {
     width:80;
     height:25;
     font-weight:bold; 
     font-family:Arial; 
     font-size:100%;
}
           
input.small {
     width:100;
     font-weight:plain; 
     font-family:Arial; 
     font-size:80%
}

input.big_100 {
     width:100;
     font-weight:bold; 
     font-family:Arial; 
     font-size:100%
}

input.big_200 {
     width:200;
     font-weight:bold; 
     font-family:Arial; 
     font-size:100%
}
input.big {
     width:240;
     font-weight:bold; 
     font-family:Arial; 
     font-size:100%
}

input.display_name {
     width:60;
     font-weight:bold; 
     font-family:Arial; 
     font-size:100%
}

input.with_help {
     width:210;
     font-weight:bold; 
     font-family:Arial; 
     font-size:100%
}

input.play {
     width:60;
     font-weight:bold; 
     font-family:Arial; 
     font-size:100%
}

input.help {
     width:25;
     font-weight:bold; 
     font-family:Arial; 
     font-size:100%
}

input.fullscreen {
     width:100;
     font-weight:bold; 
     font-family:Arial; 
     font-size:100%
}

select.big_200 {
     width:200;
     font-weight:bold; 
     font-family:Arial; 
     font-size:80%
}

input.urgence {
     width:200;
     font-weight:bold; 
     font-family:Arial; 
     font-size:100%;
     color:white;
     background:red
}

input.retour {
     width:240;
     font-weight:bold; 
     font-family:Arial;
     font-size:80%;
     background:gray;
}

table.contact {
    width:450;
	border-width: 2px;
	border-style: solid;
	border-color: white;
	border-collapse: collapse;
}

table.contact th {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: white;
    font-weight:bold; 
    font-family:Arial; 
    font-size:100%;     
    color:#00f000;	
}

table.contact td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;	
}
