body {
	background-color:    #318ccb;
	background-image:    url('images/bg.jpg');
	background-repeat:   repeat-x;
	background-position: top;
	margin:              0;
	padding:             0;
	font-family:         Arial, Helvetica, Sans-Serif;
	font-size:           13px;
	color:               #ffffff; }

#header { margin: 0 auto 0 auto; text-align: center; }

/***** IMAGES *****/

img { border:            0; }

.imageagauche { float: left; }
.imageadroite { float: right; }

/***** GLOBAL *****/

h1 { font-size: 21px; }

a         { color: #ffffff; text-decoration: none; }
a:link    { color: #ffffff; text-decoration: none; }
a:visited { color: #ffffff; text-decoration: none; }
a:hover   { color: #ffffff; text-decoration: underline; }

#contenu {
	width:               738px;
	margin:              5px auto 30px auto; }

.tableau250 { width: 250px; }

/***** MENU HAUT *****/

#menu {
	text-align:          center;
	font-size:           11px;
	margin-bottom:       60px; }

#menu .selected { border-bottom: 1px dotted #ffffff; }

/***** PAGE INFOS *****/

#infosmenu {
	width:               130px;
	float: left; }

#infospage {
	margin-left:         150px;
	width:               500px; }

p { margin:              0 0 10px 0; }

/***** FOOTER *****/

#footerpub { padding-top: 50px; margin: 0 auto 10px auto; text-align: center; }
