body, html
{
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	background-color:#333333;
}
h1
{
    font-size: 26px;
    color: #023f8e;
}
h2
{
    font-size: 18px;
    color: #023f8e;
}
a
{
    color: #302da9;
}
.page
{
	width: 1000px;
	margin: 20px auto 0px auto;
	background: url(/images/menu.gif) repeat-y  left;
}
.site
{
	background-color:#ffffff;
	width: 1000px;
	margin: 0px auto 0px auto;

}
div.logout
{
	border: solid 1px black;
	background: White;
	color: Black;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 50px;
	padding: 10px;
	z-index: 10000;
}
div.logout a
{
	color: Black;
	text-decoration: underline;
}

div#container
{
    width: 1000px;
    display: block;
    margin: 0px auto 0px auto;
}


.top
{
    width: 1000px;
    margin: 0px auto 0px auto;
    background-image:url(/images/top-banner.png);
    background-repeat:no-repeat; 
    color: #ffffff;
    top: 0px;
    height: 335px;
    position: relative;
    z-index: 10;
}
.imgbaspage{
    width: 1000px;
    margin: 0px auto 0px auto;
	background-image:url(/images/bottom-line.png);
	background-repeat:no-repeat;
	height:110px;
	z-index: 10;
	clear:both;
}
.bot
{
    width: 1000px;
    background-color: #f9a400;
    color: #033f7a;
    margin: 0px auto 0px;
    text-align: right;
	padding-top: 1px;
	padding-bottom: 1px;
}
.bot a#outwares
{
    color: white;
    font-size: 9px;
	margin-right: 10px;
	float: right;
}
.bot p 
{
	text-align: left;
	font-size: 12px;
	margin-left: 20px;
}


#mainmenu
{
    width: 195px;
	float:left;
    position: relative;
	z-index: 1;
	
	font-size:18px;
	font-weight:500;
}
#mainmenu a
{
	position: relative;
	left:10px;
}
a#m1
{
	position: relative;
	left: 20px;
	top: 12px;
}
a#m2
{
	position: relative;
	left: 55px;
	top: 12px;
}
a#m3
{
	position: relative;
	left: 95px;
	top: 12px;
}
a#m4
{
	position: relative;
	left: 125px;
	top: 12px;
}
a#m5
{
	position: relative;
	left: 155px;
	top: 12px;
}
a#m6
{
	position: relative;
	left: 290px;
	top: 12px;
}
#mainmenu a
{
	color: #ffffff;
	
	text-decoration: none;
	
}
#mainmenu a.selected
{
    font-weight: bold;
}
#mainmenu a:hover
{
	font-weight: bold;    
	text-decoration: underline;
}





.floatright
{
    width: 200px;
    float: right;
    padding-right: 0px;
    margin: 20px 120px 0px 0px;
    list-style-type: circle;
    border-style: solid;
    text-align: center;
    border-width: thin;
}
.floatright p
{
    color: maroon;
    font-weight: bold;
    font-size:14px;	
}

#container div.floatright ul li
{
    margin-left: -20px;
    text-align: left;
    text-decoration : none;
}
#footer p
{
    margin: 0px 0px 0px 200px;
    text-align: center;
}


#content
{
    width: 760px;
    margin: 0px 10px 0px 15px;
    float: left;
    padding: 10px 0px 0px 0px;

}
#content p,li
{
    color: #023f8e;

}
td{
	color: #023f8e;
}

#outwares_video_video1
{
    text-align: center;
}



.twitterNews /* apparence et positionnement général des news */
{
	width: 200px;
	float: right;
	margin-left: 10px;
	margin-right: 0px;
	padding: 0px;
	border: 1px solid black;
	background-color: #00408a;
	color: white;
}

.twitterNews a /* apparence des liens vers les news sur twitter */
{
	color: white;
}

.twitterNewsHead /* apparence de l'en-tête de la box des news */
{
	text-align: center;
	font-size: 14px;
	margin: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid white;
}

.twitterNewsFoot /* apparence du pied de la box des news */
{
	text-align: center;
	margin: 5px;
	padding-top: 5px;
	border-top: 1px solid white;
}

.twitterNews ul /* ne pas modifier: supprime l'aspect "bulleted list" de la liste des news */
{
	list-style: none;
	margin: 0px;
	padding-left: 0px;
}

.twitterNews li /* définit les distances entre les éléments des news */
{
	margin-bottom: 5px;
	margin-left: 2px;
	padding: 3px;
}

.twitterText /* définit l'apparence du texte de la news */
{
	display:block; 
}

.twitterCreated /* définit l'apparence de la date de la news */
{
	font-size: 7pt;
	margin-top:5px;
	display:block;
}
