* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0px;
	padding: 0px;
}

body{
background-color: #aca8a1;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #6d6d6d;
	font-size: 12px;
	margin: 0px;
	padding: 5px 0px;
}

p {
	line-height: 1.3em;
	font-size: 1.1em;
	margin-bottom: 1.5em;
}

img {
	border-width: 0;
}

hr {
	/* Also see tweaks.css */
	border: 0 none #FFFFFF;
	border-top: 1px solid #CCCCCC;
	height: 1px;
	margin: 5px 0;
	display: block;
	clear: both;
}

hr.dashed {
	border-top: 1px dashed #CCCCCC;
	margin: 10px 0;
}

hr.divider {
	display: none;
}

p{
text-align: justify;
}

p.right {
	text-align: right;
}

p.left {
	text-align: left;
}

a:link{
	color: #f03306;
}

a:hover{
	color: #b62705;
}

a:visited{
	color: #eea105;
}

.main{
	padding: 0 20px;
	min-width: 650px;
	width: 1024px;
	margin: 0 auto;
}

/* Border */
.border-left { 
    background: url("../picts/border_left.gif") #FFFFFF repeat-y 0 0;
    float: left;
}

.border-right {
    background: url("../picts/border_right.gif") repeat-y 100% 0;
    float: left;
}

.border-top { 
    background: url("../picts/border_top.gif") repeat-x 0 0;
    float: left; 
}

.border-top-left {
    background: url("../picts/border_top_left.gif") no-repeat 0 0;
    float: left;
}

.border-top-right {
    background: url("../picts/border_top_right.gif") no-repeat 100% 0;
    width: 100%;
    float: left;
}

.border-bottom { 
    background: url("../picts/border_bottom2.gif") repeat-x 0 100%;
    float: left;
    background-color: white;
}

.border-bottom span {
    background: url("../picts/border_bottom.gif") no-repeat 0 0;
    display: block;
    height: 18px;
	width: 1024px;
	float: left;
}

.border-bottom span span { 
    background-position: 100% -18px;
}

.inside { 
    padding: 17px 25px 10px 25px;
    float: left;
    width: 975px;
}

.headerbar {
	color: #FFFFFF;
	padding: 0px;
	width: 970px;
	height: 100px;
	background: url(../picts/logo_site_mini_reunion.gif) no-repeat;
	background-color: black;
}

.formRecherche{
height: 30px;
width: 250px;
position: relative;
top: 70px;
left: 750px;
overflow: hidden;
}

/* navbar */
.navbar {
	border-top-width: 1px;
	border-top-color: #c1c1c1;
	background: #000000 none repeat-x 0 0;
	margin-bottom: 0px;
	padding: 0px;
	width: 970px;
	height: 40px;
	border-top: solid 2px;
}

.navbar ul {
	display: inline;
	width: 970px;
	float: left;
	margin: 10px auto auto 0px;
	text-align: center;
}
.navbar ul li {
	display: inline;
	list-style: none;
	margin: 0 50px; 
}

.navbar ul li a{
font-size: 14px;
font-weight: bold;
text-decoration: none;
}

.navbar ul li a:link{
font-size: 14px;
font-weight: bold;
}
/**/


/* squelettes */
.content{
	margin: 10px 0;
	clear: both;
	overflow: hidden;
	/*border: solid 1px;*/
	width: 970px;
}

.side1{
	width: 160px;
	height: auto;
	float: left;
	overflow: hidden;
	/*border: solid 1px;*/
}

.side2{
	width: 488px;
	height: auto;
	float: left;
	margin-left: 10px;
	
	overflow: hidden;
	padding: 0px 5px 10px 5px;
	/*border: solid 1px;*/
	
}

.side3{
	width: 300px;
	height: auto;
	overflow: hidden;
	float: right;
	overflow: hidden;
	/*border: solid 1px;*/
}

.side4{
	width: 802px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-left: 5px;
	/*border: solid 1px;*/
	overflow: hidden;
}

.side5{
	width: 782px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-left: 25px;
	/*border: solid 1px;*/
	overflow: hidden;
}

.footer{
	width: 974px;
	float: left;
	text-align: center;
	margin: 10px 0 0 0;
}

.clear{
	margin: 10px 0px 0px 0px;
}
/**/