
/**************************************************/

.texte1 {
    font-size : x-small;
}

/*/*/a{}

body .texte1 {
    font-size : xx-small;
}

html>head:first-child+body .texte1 {
    font-size : x-small;
}

/**************************************************/

.texte2 {
    font-size : small;
}

/*/*/a{}

body .texte2 {
    font-size : x-small;
}

html>head:first-child+body .texte2 {
    font-size : small;
}

/**************************************************/

.texte3 {
    font-size : medium;
}

/*/*/a{}

body .texte3 {
    font-size : small;
}

html>head:first-child+body .texte3 {
    font-size : medium;
}

/**************************************************/

.texte4 {
    font-size : large;
}

/*/*/a{}

body .texte4 {
    font-size : medium;
}

html>head:first-child+body .texte4 {
    font-size : large;
}

/**************************************************/

.texte5 {
    font-size : x-large;
}

/*/*/a{}

body .texte5 {
    font-size : large;
}

html>head:first-child+body .texte5 {
    font-size : x-large;
}

/**************************************************/

.texte6 {
    font-size : xx-large;
}

/*/*/a{}

body .texte6 {
    font-size : x-large;
}

html>head:first-child+body .texte6 {
    font-size : xx-large;
}

/**************************************************/

html {
	background : url(../images/fond.png); 
}

/*
body {
	background : #CCDDFF url(../images/ffhNatationLogo.png); 
}
*/

a {
	text-decoration : underline;
	color : black;
}

a:hover {
	text-decoration : none;
}

img {
	border: 0;
}

/**************************************************/

h3 {
    font-size : medium;
}

/*/*/a{}

body h3 {
    font-size : small;
}

html>head:first-child+body h3 {
    font-size : medium;
}

/**************************************************/
* {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 13px;
}

#principal {
	width : 30em;
	border : 2px solid #66AAFF;
	margin : 2em auto 0em auto;
}

#principal legend {
	text-decoration : strong;
}

/**************************************************/
/* page de connexion */

#formConnexion {
	margin : 0.2em 3em 0.2em 3em;
	padding : 0.2em 1em 0.2em 1em;
}

#formConnexion p.champ {
	text-align : right;
}

/**************************************************/

.erreur {
	text-align : center;
	color : red;
}

#deconnexion {
	text-align : left;
	margin : 2em 4em 2em 4em;
}


/* * /
* {
	border : 1px dashed red;
}
/* */

