/* Base Weblog (base-weblog.css) */

/* basic elements */

* {
	margin: 0;
	padding: 0;
}

body
{
   font-family: 'trebuchet ms', verdana, sans-serif;
   font-size: 12px;
   text-align: center;
   color: #333;
   background: #404040;
}

a:link, a:visited{
	text-decoration: none;
	color: #990000;
}

a:hover {
	color: #E1B500;
}

p {
	margin-bottom: 10px;
	line-height: 1,2em;
}


h1 {
color: #489100;
font-size: 15px;
margin: 10px 0;
text-transform: uppercase;
}

.obligatoire  {
color: #489100;
}

.erreur  {
color: red;
}


h2 {
font-size: 14px;
margin: 10px 0 5px;
color: #489100;
}

h3 {
font-size: 12px;
margin: 10px 0 5px;
color: #404040;
}

a img { 
border: 0; 
}

#alpha img {
float: right;
margin: 5px 0 10px 10px;
border: 1px solid #404040;
}

#alpha img.partenaires, #beta img.partenaires {
   margin: 4px 4px 4px 0;
   float: none;
   border: 1px solid #404040;
}

/* page layout */

#container
{
   margin: 0 auto;
   width: 720px;
   text-align: left;
   background: url(http://via.fam-canada.org/images/bg_page.gif) repeat-y white;
}

#alpha
{
   padding: 10px 15px 40px 270px;
}

#beta 
{
   display: inline; /* ie win bugfix */
   float: left;
   width: 250px;
}

#beta-inner
{
   padding: 10px;
}


/* entete */

#banner
{
   background: url(http://via.fam-canada.org/images/entete.jpg) 0 70px no-repeat white;
   text-align: left;
}

#banner-inner { 
padding: 10px 0;
position: relative;
 }
 
#banner-inner #menu2 { 
position: absolute;
top: 25px;
right: 15px;
 }

#menu {
	color: white;
	text-align: left;
	list-style: none;	
	padding: 5px 15px;
	margin-top: 150px;
	background: #E1B500;
	border-top: 1px solid white;
}

#menu li {
	display: inline;
	list-style: none;
	font-size: 11px;
	color: #990000;
}

#menu li a:link, #menu li a:visited  {
	color: #990000;
	font-weight: bold;
	padding: 0 2px;
}

#menu li a:hover {
	color: white;
	text-decoration: none;
}

/* content */


.list1 {
	margin: 6px 0 12px;
}

.list1 li {
	margin: 5px 18px;
	list-style: square;
	color: #404040;
	line-height: 1,2em;
}

.entry-footer
{
   margin: 10px 0 20px;
}

#pied {
	background: #489100;
	clear: both;
	text-align: left;
	padding: 3px 5px 3px 20px;
	border-top: 1px solid white;
	color: white;
	font-size: 11px;
	}
	
#pied a:link, #pied a:hover, #pied a:visited {
	color: #E1B500;

	}

/* modules */

.module
{
   margin: 0 0 10px 0;
   border-bottom: 1px solid #489100;
   background: #EEFFDD;
}

.part1
{
   background: #F5F5F5;
   border-bottom: 1px solid #404040;
}

.part2
{
   background: #DFEFFF;
   border-bottom: 1px solid #0066CC;
}

#part1
{
   border-left: 5px solid #313131;
   background: #404040;
}

#part2
{
   border-left: 5px solid #00509F;
   background: #0066CC;
}

.module-content
{
   padding: 0 7px 7px 7px;
   line-height: 1em;
}

.module-list,
.archive-list
{
   list-style: none;
}

.module-list li
{
   margin: 6px 0;
   list-style: none;
}

.comment
{
   background: #EEFFDD;
   padding: 10px;
   margin-bottom: 10px;
}

.comment-form{
   border: 1px solid green;
   background: none;
   padding: 10px;
}

.comments-header, .module h2, .comments-open-header, .archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   border-left: 5px solid #489100;
   padding: 2px 5px;
   color: #fff;
   background: #6DA733;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
   margin-top: 0;
}

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}


/* Formulaires =================================================================*/

#FormPied, #FormCorps  {
text-align: right;
margin-right: 50px;
}

#FormCorps fieldset {
border: 1px solid #489100;
padding: 10px 20px;
margin: 10px 0 0;
}

#FormCorps fieldset legend {
color: #489100;
padding: 0 6px;
font-weight: bold;
}

.envoyer {
border: 1px solid #990000;
background: none;
color: #990000;
font-weight: bold;
font-size: 11px;
width: 60px;
height: 20px;
margin: 15px 0 0;
	}
	
.envoyerhov {
border: 1px solid #E1B500;
color: #E1B500;
}