/*
feuille de style du site du club de viet de Thiers
*/
 
body /* général */
{
    background-color: rgb(214, 243, 186);
	font-family: Helvetica,Arial,sans-serif;
}

a /* lien */
{
    background-color: rgb(214, 243, 186);
	color: rgb(255, 0, 0); 
	font-weight: bold;
}

a:hover /* la souris passe sur un lien */
{
    background-color: rgb(6, 172, 52); 
	color: rgb(0,0,0);
	font-weight: bold;
}

strong /* mise en évidence */
{
	font-weight: bold;
}

em /* pour les noms */
{
        font-style: italic;
}

p /* paragraphes */
{
        text-align: justify;
}

.decale /* paragraphes  décalés*/
{
        text-indent: 30px;
        text-align: justify;
}

.centre /* centrer */
{
        text-align: center;
}

.pagecentree /* centrer */
{
        width: 975px;
		margin: auto;
}

.beautableau /* tableau de la page d'accueil */
{
        width: 100%;
        text-align: center; 
        margin-left: auto;
        margin-right: auto;
		/*border: 1px solid black;*/
}

h2 /* titres de chaque page */
{
        text-align: center;
}

h3 /* sous-titres des pages */
{
}

h4 /* présentation de chaque photo */
{
	font-size: x-small;
}

.nouveaute_rouge /* ligne "nouveauté" en rouge dans la page d'accueil*/
{
        	color: rgb(255,0,0);
			font-weight: bold;
}

.nouveaute_bleu /* ligne "nouveauté" en bleu dans la page d'accueil*/
{
        	color: rgb(0,0,255);
			font-weight: bold;
}

.nouveaute_vert /* ligne "nouveauté" en vert dans la page d'accueil*/
{
        	color: rgb(6,172,52);
			font-weight: bold;
}