body {
	margin:0;
	padding:0;
	width:100%;
	background:#ffffff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
}
a {
	color:#369;
}

a:hover {
	color:#fff; 
	background:#369;
	text-decoration:none;
} 
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:10px 0 5px;
}   

/* HEADER STYLE */
#header {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	border-bottom:1px solid #000;
	background:#ffffff;    	/* Header background colour */
}
#header p {
	padding:.5em 15px	.2em 15px;
	margin:0;
}
#header h1  {
	padding:.2em 15px;
	margin:0;
}
#header h2  {
	padding:.2em 15px	.7em 15px;
	margin:0;
}
/* END OF HEADER STYLE */

/* SEARCH BAR STYLE */
#tfsearch{
	background-color:#d3dfef;
}
#tfnewsearch{
	float:right;
	padding:20px;
	background:#d3dfef;    	/* Header background colour */
}
.tftextinput4{
	margin: 0;
	padding: 6px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	border:1px solid #0076a3; border-right:0px;
	border-top-left-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;	
}
.tfbutton4 {
	margin: 0;
	padding: 0;
	width:30px;
	height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	border: solid 1px #0076a3; border-right:0px;
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	background: #438db8 url('tf-search-icon.png');
}
/* Fixes submit button height problem in Firefox */
.tfbutton4::-moz-focus-inner {
    border: 0;
}
.tfclear{
	clear:both;
}
/* END OF SEARCH BAR STYLE */

/* TOP MENU STYLE */
#top_menu {
    position: relative;
	clear:both;
	float:left;
    width: 100%;
    min-width: 500px;
    height: 83px;
    margin: 0;
    padding: 0;
    background: #ff0000 /*url(menu-parent.png) repeat-x*/;
}
ul#nav {
    width: 100%;
    min-width: 500px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #ff0000 /*url(menu-parent.png) repeat-x*/;
}
ul#nav h2 {
	margin: 0;
	padding: 0;
	color: #ffffff;    /* Blanc */
}
ul#nav li {
    display: inline;
}
ul#nav li a {
    float: left;
    font: bold 1em arial,verdana,tahoma,sans-serif;
    color: #ffffff;
    text-decoration: none;
    margin: 0;
    padding: 0 20px 0 20px;    /* Nombre de pixels d'espacement aprÃ¨s et avant le texte du menu */
    border-right: 2px solid #59636F;    /* Couleur du liseret Ã  droite de chaque choix de sub-menu */
    border-left: 2px solid #59636F;    /* Couleur du liseret Ã  gauche de chaque sous chaque choix de sub-menu */
    border-top: 2px solid #59636F;    /* Couleur du liseret au dessus de chaque choix de sub-menu */
    border-bottom: 2px solid #59636F;    /* Couleur du liseret sous chaque choix de sub-menu */
    background: #ff0000 /*url(menu-parent.png) repeat-x*/;
}
/* TOP MENU: APPLIES THE ACTIVE STATE */
ul#nav .current a, ul#nav li:hover > a {
    color: #ffff00;    /* Le texte du menu vire au jaune quand la souris passe dessus */
    text-decoration: none;
    background: #bb0000;    /* Le fond change de couleur quand la souris passe dessus */
}
/* TOP MENU: THE SUBMENU LIST HIDDEN BY DEFAULT */
ul#nav  ul {
    display: none;
}
/* TOP MENU: WHEN THE FIRST LEVEL MENU ITEM IS HOVERED, THE CHILD MENU APPEARS */
ul#nav li:hover > ul {
    position: absolute;
    display: block;
    margin: 29px 0 0 0;   /* Mettre 29 à 0 pour affichage du sous-menu sur ligne de menu */
    background: #aa0000 /*url(menu-child.png) repeat-x*/;
}
ul#nav li:hover > ul li a {
    /* TROUVER COMMANDE POUR COMMENCER EN COLONNE 1 !!! */
    font: bold 0.9em arial,verdana,tahoma,sans-serif;
    color: #ffffff;    /* Blanc */
    text-decoration: none;
    margin: 0;
    padding: 0 20px 0 20px;    /* Nombre de pixels d'espacement après et avant le texte du sub-menu */
    border-right: 2px solid #59636F;    /* Couleur du liseret à droite de chaque choix de sub-menu */
    border-left: 2px solid #59636F;    /* Couleur du liseret à gauche de chaque sous chaque choix de sub-menu */
    border-top: 2px solid #59636F;    /* Couleur du liseret au dessus de chaque choix de sub-menu */
    border-bottom: 2px solid #59636F;    /* Couleur du liseret sous chaque choix de sub-menu */
    background: #aa0000 /*url(menu-child.png) repeat-x*/;
}
ul#nav li:hover > ul li a:hover {
    color: #ffff00;    /* Au survol du texte du sub-menu, il passe en jaune */
    text-decoration: none;
    text-shadow: none;
}    
/* END OF TOP MENU STYLE */


/* TV CONTAINER STYLE */
#tv_container {
	background: url('old-television.png') no-repeat top left transparent;
	width: 170px; /* Adjust TV image width */
	height: 160px; /* Adjust TV image height */
	position: relative;
}
#tv_container video {
	position: absolute;
	top: 9px; /* Adjust top position */
	left: 9px; /* Adjust left position */
}
/* END OF TV CONTAINER STYLE */


#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background:#ffd8b7;		/* Left column background colour */
}
#colmid {
	float:left;
	width:200%;
	position:relative;
	left:200px;
	background:#ffffff;    	/* Centre column background colour */
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-400px;
	background:#ff9;    	/* Right column background colour */
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 15px 0 415px;
	overflow:hidden;
}
#col1 {
	width:100%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:170px;
	position:relative;
	margin-left:-50%;
	left:215px;
	overflow:hidden;
}
#col3 {
	float:left;
	width:170px;
	position:relative;
	left:15px;
	overflow:hidden;
}

#footer {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
	border-top:3px solid #000;
    background:#00ffff;    /* Bleu clair */
}     
/*
#footer p {
	padding:.5em 15px;
}
*/ 


/* CONTACT STYLE */
label
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px; 
}
.err
{
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color: red;
}
/* END OF CONTACT STYLE */



























