/* -----------------------------------------------------------------------

   Blueprint CSS Framework 0.7
   http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

@import 'src/reset.css';
@import 'src/typography.css';
@import 'src/grid.css';
@import 'src/forms.css';

body {
	background:#036;
	font-family: "Optima", "Century Gothic", Arial, sans-serif, Verdana, Arial, serif;
	font-size:12px;
}

p {margin:0.5em 0;}

.width_600 {width:600px;}

#content {background:#FFF;margin:10px;padding:2em;text-align:left;}
#content h1 {font-size:14px;color:#5f0707;font-weight:bold;padding:10px 0 20px 100px;}
#content table {width:800px;}
#content table td#col_1 {width:300px;border-right:1px #036 solid;vertical-align:top;}
#content table td#col_2 {padding-left:30px;}
#content table td#col_2 table {width:420px;height:280px;}
#content ul {list-style-type:square;color:#036;margin-top:1em;} 
#content li {line-height:2em;} 

#content ul.tarif li {line-height:1.2em;}


#content p {color:#036;text-align:justify;} 
#content img {border:1px #000 groove;}
#content a {color:#5f0707;text-decoration:none;} 
#content a:hover {text-decoration:underline;} 

table#present {width:500px;margin:auto;}
table#present td {text-align:center;}

ul#menu {width:100%;border-top:2px #C93 solid;padding:1em;list-style:none;margin-top:80px;}
ul#menu li {float:left;padding:0 20px;}
ul#menu a {color:#FFF;text-decoration:none;font-weight:bold;}
ul#menu a:hover {color:#C93;}
ul#menu a#selected {color:#C93;}

img#bandeau_haut {position:absolute;top:0;right:5px;}
