/*
 * Mise en page des elements par defaut
 */

/* Corps */

body{
        color:             black;
        background-repeat: repeat-y;
	background-image:  url("../images/body_background.png");
	font-family:       arial,helvetica,sans-serif;
	margin:            0px;
	padding:           0px;
}

/* Liens */

a{
	color:             #006699;
	text-decoration:   none;
}

/*
a:hover{
	color:             #50b6e9;
}*/

/* Titres */

h1{
	background:        #efefef;
	border-style:      solid;
	border-color:      #d9e2e2;
	border-width:      1px;
	padding-top:       5px;
	padding-bottom:    5px;
	padding-left:      5px;
	padding-right:     5px;
	font-size:         120%;
	text-align:        center;
}

h2{
	border-style:      none;
	padding-top:       2px;
	padding-bottom:    2px;
	padding-left:      2px;
	padding-right:     2px;
	font-size:         110%;
	font-weight:       bolder;
	text-align:        left;
	text-decoration:   underline;
}

h3{
	background:        #f2f2f2;
	white-space:       nowrap;
	border-style:      solid;
	border-color:      #d9e2e2;
	border-width:      1px;
	padding:           1px;
	font-size:         18px;
	color:             #720c0c;
	text-align:        center;
}

/* Images */

img{
	border:           none;
	padding:          0px;
	margin:           0px;
}
