@charset "utf-8";
/* CSS Document */

a:visited {
	text-decoration:none;
	color:#000;
}

a:active {
	text-decoration:none;
	color:#000;
}

a:link {
	text-decoration:none;
	color:#000;
}

body {
	background:url(Content/bg.jpg) repeat;
}


#global {
	margin:auto;
	width:990px;
	height:auto;
}

h1 {
	padding-left:15px;
	padding-right:15px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

p {
	font-style:italic;
	padding-left:15px;
	padding-right:15px;
}

#texte_centre_b {
	text-align:center;
	font-weight:bold;
}

#texte_centre {
	text-align:center;
}


#texte_droite {
	text-align:right;
}

#formulaire {
	margin:auto;
}

#citation {
	text-align:center;
	font-style:italic;
}

.italic {
	font-style:italic;
}

/**------------HEADER-------------- **/
/**                                 **/
/**                                 **/
/**                                 **/
/**                                 **/
/**-------------------------------- **/

#header {
	margin:auto;
	height:auto;
	width:auto;
	margin-top:-5px;
}

#header object {
	margin:auto;
}

#menu {
	background:url(Content/Menu/bg.jpg);
	margin:auto;
	height:66px;
	width:990px;
	margin-top:-10px;
}

#submenu {
	margin:auto;
	width:auto;
	height:auto;
}

#Div1 {
	width:auto;
	float:left;
}

/**------------CONTENT------------- **/
/**                                 **/
/**                                 **/
/**                                 **/
/**                                 **/
/**-------------------------------- **/

#content {
	background-color:#CCC;
	margin:auto;
	height:auto;
	width:auto;
}

#col3 {
	background-color: #FFF;
	margin:auto;
	height:auto;
	width:330px;
	float:left;
}

#col2 {
	background-color:#CCC;
	margin:auto;
	height:auto;
	width:660px;
	float:left;
}

#col1 {
	background-color:#FFF;
	margin:auto;
	height:452px;
	width:990px;
	float:left;
}

#sponsors {
	float:left;
	background:#FFF;
	height:69px;
	width:990px;
	margin:auto;
}

/**-------------FOOTER------------- **/
/**                                 **/
/**                                 **/
/**                                 **/
/**                                 **/
/**-------------------------------- **/

#footer {
	background:url(Content/footer.png);
	margin:auto;
	height:66px;
	width:990px;
	float:left;
}