/* for all browsers that understand min-width */
.width {width:100%; min-width:900px;}

/* the bodge for IE6 browsers */
* html .minwidth {border-left:900px solid #fff; position:relative; float:left; z-index:1;}
* html .container {margin-left:-900px; position:relative; float:left; z-index:2;}



.email a:link 	{
		font-size: 20px;
}

a:link, a:visited {
		font-size: 13px;
		color: rgb(45, 100, 138);
		text-decoration: none;
}

a:hover {
		font-size: 13px;
		color: rgb(45, 100, 138);
		text-decoration: underline;
}



#screen {
		font-family: Arial,Helvetica,sans-serif;
		font-size: 13px;
		color: rgb(45, 100, 138);
}

#header {
		background: rgb(45, 100, 138);
		width: 100%;
		height: 60px;
		margin: 0;
		padding: 0;
}

#inscription {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

#inscriptionBig {
	color: rgb(248, 111, 31);
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
}

#inscription ul {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	list-style-type: disc;
}
#inscription li {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	list-style-type: disc;
}

.orange {
	color: rgb(248, 111, 31);
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
}


/* Globaly sets a margin for each page's content */
.content_body {
		text-align: left;
		width: 80%;
		margin-left: 10%;
}



.followus {
		text-align: right;
}

.followus img {
		border: none;
		float: right;
}



/* centers sponsors and map jpg */
.center_local {
		text-align: center;
}



/* Start CSS for a_propos */
.location_content{
		margin-left: 20px;
}

.location {
		float: left;
		width: 216px;
		border: 3px solid rgb(248, 111, 31);
		margin: 0 10px 10px 0;
		text-align: center;
}
/* end CSS for a_propos */





/* Footer CSS */
.footer {
		margin-bottom: 10px;
}

.footer1 {
		background: rgb(45, 100, 138);
		width: 100%;
		height: 10px;
}

.footer2 {
		background: rgb(248, 111, 31);
		width: 100%;
		height: 10px;
}

