body {
/*font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 11px;
margin: 0;
padding: 0;*/
background-color : #5F87BF;
}

.txtBold12 {
	font-size: 14px;
	font-weight: bold;
}
a {
	font-size: 12px;
	font-weight: bold;
}

/*textarea {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; background-color: #5F87BF; border-color: #5F87BF;}*/
/*p {text-align: center}*/

a.onglet:link {color:#FFFFFF; text-decoration: none}
a.onglet:active {color:orange; text-decoration: none}
a.onglet:visited {color:#FFFFFF; text-decoration: none}
a.onglet:hover {color:orange; text-decoration: none}

a.ongletVide:link {color:lightgrey; text-decoration: none}
a.ongletVide:active {color:orange; text-decoration: none}
a.ongletVide:visited {color:lightgrey; text-decoration: none}
a.ongletVide:hover {color:orange; text-decoration: none}

a.menuAnnonce:link {color:#FFFFFF; text-decoration: none; font-weight: normal;}
a.menuAnnonce:active {color:orange; text-decoration: none; font-weight: normal;}
a.menuAnnonce:visited {color:#FFFFFF; text-decoration: none; font-weight: normal;}
a.menuAnnonce:hover {color:orange; text-decoration: none; font-weight: normal;}

a.io {font-size: 28px;}

#logo {
	position : absolute;
	top : 18px;
	left : 18px;
}

#banniere {
	position : absolute;
	top : 54px;
	left : 330px;
}

#contenu {
	position : absolute;
	top : 178px;
	left : 100px;
	width : 770px;
	padding : 2em;
	background-color : #8BBC95;
}

#pubs {
	position : absolute;
	top : 780px;
	left : 100px;
	width : 770px;
	padding : 2em;
	background-color : transparent;
}

td.onglet {
background-image: url("../images/onglet_bleu.png");
background-repeat: no-repeat;
font-size: 11px;
font-weight: bold;
color: white;
cursor: pointer;
}
td.ongletVide {
background-image: url("../images/onglet_gris.png");
background-repeat: no-repeat;
font-size: 11px;
font-weight: bold;
font-style: italic;
color: lightgrey;
cursor: pointer;
}
td.ongletSelectionne {
background-image: url("../images/onglet_vert.png");
background-repeat: no-repeat;
font-size: 11px;
font-weight: bold;
color: white;
cursor: pointer;
}
