/* CSS Document */

/*
Theme Name:CIRCUX
Theme URI: http://www.plugincircus.net
Description: UN THEME DEVELOPPE PAR THOMAS BROSSET
Version: 0.1
Author: THOMAS BROSSET

changes : 
101101 vrx : menu text width

 

*/

body {
text-align: left;
margin: 0;
background-color:#FFFFFF;
font-family:"Courier New", Courier, monospace;
font-size: 14px;
}

#page {
margin: 20px auto 0 auto;
width: 650px;
z-index:2;
background:#FFFFFF
}

/*HEADER*/
#header {
float: left;
width: 750px;
height:80px;
padding-left:20px;
padding-top:20px;

}
#header p {
padding: 0 20px 0 0;
text-align: left;
}
#header img{
float:left;
padding-right: 70px;
}

#header h1{
padding-top: 30px;

}

/*MENU*/

ul.navlist { 
font-family:"Courier New", Courier, monospace;
font-size: 15px;

 }
ul.navlist a {
	
	text-decoration: none;
	
}
ul.navlist, ul.navlist ul, ul.navlist li {
	margin: 0px;
	padding: 0px;
	padding-left: 7px;
	list-style-type: none;
}
ul.navlist li { float: left; }
ul.navlist li a {
	display: block;
	/* width: 150px; */
	color: #000000;
	padding: 3px;
	
}
ul.navlist li a:hover {
	color: #000000;
}
ul.navlist li a:active {
	color: #000000;
}
/* sub items */
ul.navlist ul { 
    display: none; 
    position: absolute;
	
}
ul.navlist ul li { float: none; }
ul.navlist ul li a {
    /* font-family:Verdana, Arial, Helvetica, sans-serif; */
    font-family: Courier;
    font-size: 13px;
    display: block;
	
	margin: -3px;
	width: 200px;
	background-color:#EAF7FC;

}

ul.navlist ul li a:hover {
font-weight:bold ;
}


ul.navlist li:hover ul { display: block; z-index: 10; }
ul.navlist li.hover ul { 
display: block; z-index: 10; ; 
font-weight:bold ;
} /* ieHover.js */


/*CONTENU DES PAGES ET DES ARTICLES*/
#content {
float: right;
width: 650px;
margin-bottom: 20px;



}

#content p{
padding-right:12px;
}
#content a{
background:#FFFF99;
text-decoration:none;
color:#000000;
font-weight:bold;
font-size: 13px;

}
.post {
margin-left:30px;
margin-right:30px;
text-align: justify;
}

/*FOOTER*/

#footer {
height:100px;
font-size: 1em;
clear: both;
}


#footer a{
text-decoration: none;
color:#FF6600;

}
#footer a:hover{
text-decoration: none;
color:#990000;
}
#footer p{
text-align: center;
font-size: 0.8em;
}


.TITRAGE{
font-family:"Courier New", Courier, monospace;
font-size: 28px;
text-align: left;
background-color:#EAF7FC;
padding-top:3px;
padding-left:3px;
padding-right:3px;
padding-bottom:3px;
}

.SOUSTITRE{
font-family:"Courier New", Courier, monospace;
font-size: 16px;
background-color:#EAF7FC;
padding-top:3px;
padding-left:3px;
padding-right:3px;
padding-bottom:3px;

}

.actus{
font-family:"Courier New", Courier, monospace;
font-size: 30px;
background-color:#E4680A;
color:#000000;
}

.entreelibre{
font-family:"Courier New", Courier, monospace;
font-size: 30px;
color:#E4680A;
}

.actuspetit{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
background-color:#E4680A;
color:#000000;
}

.C10{
font-family:"Courier New", Courier, monospace;
font-size: 10px;
}

.C12{
font-family:"Courier New", Courier, monospace;
font-size: 12px;
}

.C13{
font-family:"Courier New", Courier, monospace;
font-size: 13px;
}

.C13retraitDroite{
font-family:"Courier New", Courier, monospace;
font-size: 13px;
margin-right:60px;
}

.C16{
font-family:"Courier New", Courier, monospace;
font-size: 16px;
}




.C35{
font-family:"Courier New", Courier, monospace;
font-size: 35px;
}

.C30{
font-family:"Courier New", Courier, monospace;
font-size: 30px;
}

.V11{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

.V11retraitDroite{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
margin-right:60px;
}



