body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: .8em;
	background: #ccc repeat-y 50% 0;
}

p {
	line-height: 16px;
	margin: 11px 0 10px 0;
	padding: 0px;
}

h2 {
	color: #73353A;
	font-size: 15px;
	font-weight:bold;
	margin-bottom:2px;
	margin-top:0;	
}

h3 {
	color:#73353A;
	font-size:13px;
	font-weight:bold;
	margin-bottom:1px;
	margin-top:0;
}



a:link, a:visited {
	color: #3B5998;
  	font-weight:bold;
	text-decoration:underline;
}

a:hover {
  	color: #3B5998;
  	font-weight:bold;
	text-decoration: none;
}

blockquote{
	background: #F7FDE3;
	color: #606060;
	padding: 10px;
}

strong {
    color: #333333;
    border-bottom: 1px dashed #999999;
}



/**** Main Container ***/


#wrap {
       margin-left: auto;
       margin-right: auto;
       width: 840px;
       background-color: #FFFFFF;
}


/**** Top ***/

#top {
	width: 100%;
	color: #fff;
	overflow:hidden;
}

/**** Main Menu ***/

#menu {
	width: 100%;
	display: block;
	float:right;
	background: #000;
}

#menu ul {
	margin: 0;
	padding:0;
	list-style-type:none;
}

#menu li {
	display: block;
	float: left;
	white-space: nowrap;
}

#menu li a {
	display: block;
	font-size: 11px;
	padding: 5px 20px 8px 20px;
	text-decoration: none;
	color: #fff;
}

#menu li a:hover { background: #D4BB21; }
#menu li a.current { color: gray; }
#menu li a.current:hover { color: #fff; }

#googlesearch {
	float:right;
	margin:0;
	padding:2px;
}


/**** Content ***/


#content {
	width: 100%;
	margin-top:0px;
	background-color: #FFFFFF;	
}

#content h2 {
	margin: 0;
	padding: 10px 0 10px 0;
}

#left {
	width: 550px;
	float:left;
	display: block;
        margin: 0px 20px 0px 20px;
}

#left ul {
	padding: 15px 0 15px 35px;
	margin:0;
}

#left li {
	margin-bottom:5px;
}

#left a:link {
	color: #3B5998;
	font-size: 11px;
	font-weight:bold;
	text-decoration:underline;
}
#left a:visited {
	color: #3B5998;
	font-size: 11px;
	font-weight:bold;
	text-decoration:underline;
}

#left a:hover {
  	color: #3B5998;
  	font-size: 11px;
  	font-weight:bold;
	text-decoration: none;
}


/**** Sidebar ***/

#right {
	width: 246px;
	float: right;
	display: block;
	border-left: 1px dashed gray;
}

#right-text {
	margin: 0px 10px 0px 10px;
}

#right a:link {
	color: #3B5998;
	font-size: 11px;
	font-weight:bold;
	text-decoration:underline;
}
#right a:visited {
	color: #3B5998;
	font-size: 11px;
	font-weight:bold;
	text-decoration:underline;
}


#right a:hover {
  	color: #3B5998;
  	font-size: 11px;
  	font-weight:bold;
	text-decoration: none;
}

div.column {
	font-size:11px;
	line-height:140%;
	margin:0 0 10px;
	padding:0 0 0 3px;
}

ul#column {
	font-size: 11px;
	margin:0;
	padding:0;
	list-style-type: none;
}

ul#column li {
	background-image:url(img/bullet.gif);
	background-position:0 0.5em;
	background-repeat:no-repeat;
	padding-left:1em;
}

/**** Clear Div ***/


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}


/**** Footer ***/


#footer {
        background: none repeat scroll 0 0 #000000;
        display: block;
        text-align: center;
        border-top: solid 1px #000000;
        border-bottom: solid 2px #000000;
	margin-top: 20px;
}

#footer p {
	margin: 0px;
	padding: 0;
}

#footer a:link {
	color: #fff;
	font-size: 11px;
	text-decoration:underline;
}
#footer a:visited {
	color: #fff;
	font-size: 11px;
	text-decoration:underline;
}

#footer a:hover {
        color: #fff;
  	font-size: 11px;
	text-decoration: none;
}

/**** Images ****/

.leftimage {
	margin-right: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	border: solid 1px #000000;
	padding: 0px;
	float: left;
}

.rightimage {
	margin-left: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	border: solid 1px #000000;
	padding:0px;
	float: right;
}

#left div.social {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#E0DCDC;
	border-color:#999999;
	border-style:dashed;
	border-width:1px 0;
	padding: 10px 0 10px 70px;
}


.pict {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 5px;
	font: 11px/1.4em Arial, sans-serif;
	text-align:left;
}
.pict img {
	border: 1px solid #CCCCCC;
	vertical-align:left;
	margin-bottom: 2px; }
.droit { margin: 0.5em 0pt 0.5em 0.8em; float:right; }
.gauche { margin: 0.5em 0.8em 0.5em 0; float:left; }
