/*
	régie publicitaire
	(c) Patrick Prémartin 2008
	(c) Olf Software

	14/02/2008 : création de ce fichier
	03/03/2008 : ajout de classes pour le double colonnage de la page d'accueil
	14/09/2008, pprem : ajout du style "clicable" permettant d'indiquer qu'une zone est clicable même quand elle n'est pas gérée comme un lien classique
*/

.page {
	color : #000000;
	background-color : #ffffff;
}
.entetepage {
	border-bottom-width : 1px;
	border-bottom-style : dashed;
	padding-bottom : 0.5em;
	margin-bottom : 1em;
	text-align : center;
}
.contenu {
}
.piedpage {
	border-top-width : 1px;
	border-top-style : dashed;
	padding-top : 0.5em;
	margin-top : 1em;
	text-align : center;
}
.erreur {
	color : #ff0000;
}
table {
	border-collapse : collapse;
	empty-cells : show;
}
th,td {
	vertical-align : top;
	border-width : 1px;
	border-color : #000000;
	border-style : solid;
}
input[type="text"],
input[type="password"],
select,
textarea,
.rubcontenu {
	border-width : 0px 0px 1px 1px;
	border-color : #000000;
	background-color : #ffffcc;
	width : 100%
}
textarea {
	height : 10em;
}
legend {
	font-style : italic;
	font-weight : bold;
}
label, 
.rubintitule {
	display : block;
	font-weight : bold;
	margin-top : 0.5em;
}
label:after,
.rubintitule:after {
	content : " : ";
}
a {
	color : #0000FF;
}
a:hover {
	text-decoration : none;
	color : #FF0000;
}
.menu {
	text-decoration : none;
	color : #FFFFFF;
	background-color : #000000;
	padding : 0.1em;
}
.menu:hover {
	text-decoration : underline overline;
	font-weight : bolder;
	color : #000000;
	background-color : #FFFFFF;
}
.bouton {
	text-decoration : none;
	color : #0000FF;
	background-color : #FFDDFF;
	padding : 0.1em;
	border-style : outset;
}
.bouton:hover {
	color : #000000;
	border-style : inset;
	font-weight : bold;
}
.deuxcolonnes {
}
.colonnegauche {
	float: left;
	width: 48%
}
.colonnedroite {
	float: right;
	width: 48%
}
.deuxcolonnesfin {
	clear: both;
}
.onglets {
	margin-top : 1em;
	margin-bottom : 0.5em;
	border-style : solid;
	border-width : 0px 0px 1px 0px;
	border-color : #000000;
}
.onglet {
	text-decoration : none;
	color : #000000;
	font-weight : bolder;
	background-color : #FFFFFF;
	border-style : solid;
	border-width : 2px 2px 2px 2px;
	border-color : #000000;
	padding-left : 0.5em;
	padding-right : 0.5em;
	margin-left : 0.5em;
}
.ongletactif {
	border-width : 2px 2px 0px 2px;
}
.onglet:hover {
	color : #000000;
	background-color : #D0D0D0;
}
.clicable {
	cursor : pointer;
}
