estilos2010.css

/*Styles depuis l'en-tete de sommes.htm*/

.Estilo3 {
	color: #996633;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
	
.Estilo4 {
	color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold;
	}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none
	}
	
/*styles deduits des differentes sections <span>*/

filet	{
	align: "right"
	font face: "Verdana, Arial, Helvetica, sans-serif"
	font-size: "2"
	font color: "#660000"
	font color: "#669900"
	}
/*ajouter les styles du fichier estilos23.css ou inclure le fichier*/


/*Nouveaux styles intgration 2010-03-26*/

a:active {
	color: #ff6600;
	text-decoration: underline
	}

a[href]:hover {
	color: #660000;
	background-color: #ffff99;
/*	border: 1px dotted #ff9900;*/
	font-weight: bold;
/*	text-decoration: underline;*/
	}

a:link {
	color: #cc3366;
	text-decoration: underline
	}

a:visited {
	color: #333333;
	text-decoration: underline
	}

body {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	background-image: url(images/fondo1.gif);
/*	background-repeat: no-repeat;*/
	background-color: #000000;
	background-position: top left;
	}

.extra {
	background-color: #ffcc00; /*orange*/
	border-color: black;
	border-style: solid; /*obligatoire pour faire apparaitre la bordure*/
	border-width: 2px;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 12px;
	padding-left: 64px;
	padding-right: 64px;
	padding-top: 12px;
	}

/*.gauche copie dans .gauche-cellule*/

/*.gauche {
	color: #996633;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}*/

.gauche-cellule {
/*	background-image: url(images/gauche-fond.gif);*/
/*	background-repeat: repeat-y;*/
	color: #996633;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	}

.image {
	text-align: center;
	}

img.top-left {
	padding-bottom: 12px;
	padding-right: 12px;
	}

img.top-right {
	padding-bottom: 12px;
	padding-left: 12px;
	}

/*A DEGAGER*/

li.sous-titre-niveau1 {
	font-size: 12px;
	list-style-image: url(images/cuad.gif);
	list-style-position: outside;
	}

/*A DEGAGER*/


/*A DEGAGER*/

li.sous-titre-niveau2 {
	font-size: 12px;
	list-style-image: url(images/cuad2.gif);
	list-style-position: outside;
	}

/*A DEGAGER*/

li.niveau1 {
	font-size: 12px;
	list-style-image: url(images/dr-icon.gif);
	list-style-position: outside;
	}

li.niveau2 {
	font-size: 12px;
	list-style-image: url(images/dr-icon.gif);
	list-style-position: outside;
	}

li.gauche-liste { /*decale a droite mais interessant pour decoller colonne de gauche du bord*/
	list-style-image: url(images/cuad3.gif);
	list-style-position: outside;
	}

.note {
	background-color: #ffcccc;
	color: red;
	font-size: 16px;
	font-weight: bold;
}

p {
	font-size: 12px;	
}

.paragraphe	{
	font-size: 11px;
	padding-bottom: 11px; /*espace vertical aprs chaque paragraphe*/
	padding-left: 12px;
	padding-right: 48px;
	text-decoration: none;
	}

.dernier-paragraphe	{ /*pas d'espace vertical aprs le paragraphe*/
	font-size: 11px;
	padding-left: 12px;
	padding-right: 48px;
	text-decoration: none;
	}

.premier-paragraphe	{
	font-size: 11px;
	padding-bottom: 11px; /*espace vertical aprs chaque paragraphe*/
	padding-left: 12px;
	padding-right: 48px;
	padding-top: 11px; /*espace vertical avant le premier paragraphe*/
	text-decoration: none;
	}

li.puce-niveau-1 {
	font-size: 11px;
	list-style-image: url(images/cuad.gif);
	list-style-position: outside;
	padding-bottom: 11px;
	}

li.puce-niveau-2 {
	font-size: 11px;
	list-style-image: url(images/cuad2.gif);
	list-style-position: outside;
	padding-bottom: 11px;
	}

.sous-titre {
	color: #996633;
	font-size: 24px;
	font-weight: bold;
	}

.sous-titre2 {
	background-image: url(images/sous-titre-fond.gif);
	background-repeat: no-repeat;
/*	color: #996633;*/
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-indent: 12px;
/*	text-shadow: black, 2px, 2px, 2px;*/
	}

.sous-titre2-long {
	background-image: url(images/sous-titre-fond-long.gif);
	background-repeat: no-repeat;
/*	color: #996633;*/
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-indent: 12px;
/*	text-shadow: black, 2px, 2px, 2px;*/
	}

.sous-titre3 {
	color: #996633;
	font-size: 14px;
	font-weight: bold;
	}

table {
	background-color: #e5dec4;
	}

.texte	{
	font-size: 11px;
	padding-left: 12px;
	padding-right: 48px;
	text-decoration: none;
	}

/*td texte {
	padding-top: 12px;
	}
*/




/*Anciens styles yak.css*/

/*table {
	cell-spacing: 12;
	display: table;
	}
	
td.caption {
	text-align: right;
}

td.foreign {
	font-style: italic;	
	}
	
.firstwords { /*a remplacer par le pseudo-element :first-line*/
	color: #ffffff;
	font-weight: bold;
	}
	
*/