/* CSS Document */
body{
	font: 100% Tahoma, Verdana, Arial, sans-serif;
	background: url(../images/bg.png) fixed;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size:12px; 
	color:#003399;
}

#content_calendar {
	padding-top:10px;
	width: 700px;
	margin-left: 10x ;

}

p {
	font-size:12px;
	margin-top: 0;
	margin-bottom: 5px;
	text-align: justify;
}

#contenant {
	background:#FFFFFF;
	width: 820px;
	margin: 0 auto;
}


#head{
	width:780px;
	margin: 0 auto 10px auto;
	height: 180px;
	padding: 2px 6px;
	}


#left_side {
	float: right; /* since this element is floated, a width must be given */
	width: 34%; 
	padding-top: 10px 0; /* top and bottom padding create visual space within this div  */
}
#left_side h3, #left_side p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

#main_content {
	padding-top:10px;
	width: 500px;
	margin-left: 10px; /* the left margin should mirror the margin on the header and footer for proper alignment. */

}


a{
color:#003366;
}

a:hover{
text-decoration:none;
}

a:visited{
color:#003366;
}




.img_left{
	float:left;
	padding-right:8px;
}


/* ---------- ADMIN PANEL -----------*/

#admin_panel {
	background:#FFFFFF;
	width:80%;
	margin:0 auto;
}

#head_adpanel{
	font-size:14px;
	font-weight:bold;
}


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

#log {
	margin-top:-33px;
	text-align:right;
	margin-right:60px;
	padding-bottom:15px;
	font-size:14px;
	font-weight:bold;
}

#log a {
	color:#996600;
	text-decoration:underline;
}

#log a:hover {
	text-decoration: none;
}

#link{
font-size:15px;
position:absolute;
color:#999900;
right:10px;
top:8px;
}


#welcome{
	position:absolute;
	left:265px;
	font-size:14px;
	top:195px;
	width: 460px;	
	color:#003399;
	z-index:6
}

#patner{
width:227;
right:-248px; 
position:absolute;
}


#form_contact{
margin-top:-60px;
}

.title{
font-variant:small-caps;
font-weight:bold;
font-size:14px;
color:#006633;
}

#hr_1{
	z-index:9
	}

#hr_2{
	z-index:10
	}


#main_img{
position:absolute;
left:0px;
top:1px;
z-index:2
}


/* message d'erreur*/
.msg
{
width:310px;
margin-top:1px;
margin-left:0px;
background-color:#996600;
color:#FFFFFF;
padding:7px;
border: 2px dotted #000000;
}

#don{
position:absolute;
top:370px;
left:55px;
z-index:11
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#foot {
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;

}