/*
STYLE DES CONTENUS
UTILISABLE DANS L'EDITEUR
NE PAS EDITER LE FICHIER style.css à la main, il depend de la gestion dynamique
si des styles sont à mettre intouchables, les mettre dans netadmin/item/styleDebut.css
*/


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td,p {
	font-family: verdana;
	font-size: 12px;
    color: #000000;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

a {
	color: #2462aa;
	text-decoration: none;
}
a:hover {
	color: #A6CE39;
	text-decoration: underline;
}

.soustitre {
        font-family: Verdana, Arial;
        font-size: 13px;
        font-weight: bold;
        color: #ffffff;
        background-color: #3366CC;
}

.titreCadre {
	color: #ffffff;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	text-align: left;
}
.titrePartiePage {
	color: #0A5C99;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	text-align: left;
}
.titrePartiePageInv {
	color: #000000;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	text-align: left;
}

.titrePopup {
	color: #0A5C99;
	font-weight: bold;
	font-family: Verdana;
	font-size: 13px;
}

.important {
	font-family: verdana;
	font-size: 12px;
	color: #008fb3;
	text-align: justify;
	line-height: 17px;
}

/*
listings
*/
.listingTitre {
	font-family: times;
	font-size: 16px;
	color: #124578;
	font-weight: bold;
	font-style: italic;
}
.listingSousTitre {
	font-family: verdana;
	color: #124578;
	font-size: 13px;
	font-weight: bold;
}

a.lien {
        color: #2462aa;
        font-weight: bold;
	text-decoration: none;
}
a.lien:visited {
	text-decoration: none;
}
a.lien:hover {
        color: #124578;
	text-decoration: none;
}

fieldset {
	border-color: #0A5C99;
	width:80%;
        border-width: 1px;
}
legend {
        font-family: Verdana, Arial;
        font-size: 14px;
        font-weight: bold;
        color: #0A5C99;
}


