/* andreas09 v1.0 (Dec 10th 2005) - An open source template by Andreas Viklund - http://andreasviklund.com. Free to use for any purpose as long as the proper credits are given to the original author. */
html, body {
	height: 100%;	
	background-color: rgb(27,84,123);
	background-image: url(../img/background_body.jpg); 
	background-position : top; 
	background-repeat : repeat-y;
	font-family: Arial, Helvetica, sans-serif;	
	color: rgb(0,0,0);
	font-size : 1,2em; ;
	margin-top: 5px;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em
}

a {
color:#505050;
font-weight:bold;
text-decoration:none;
}

a:hover {
color:#808080;
text-decoration:underline;
}

p {
line-height:1.5em;
margin:0 0 15px;
}

/*** Main container ***/

#container { 
	background-color: rgb(230,230,230);
	min-height: 100%;
	border: rgb(0,0,0) 1px solid; 
	width: 99%; 
	margin:auto;
	text-align:left; 
	position: relative;
	min-width:770px;
}

/*** Header section ***/
.element { 
	background-image: url(img/background_element.jpg); 
	background-position : left; 
	background-repeat : repeat-x;
	clear:both;
	min-height: 50px;
}
.element img { 
	border:0px; 
}

.element p  { 
	position: absolute; 
	float: left; 
	font-size: 110%; 
	color: #1B547B; 
	font-weight:600;
	padding:5px; 
	margin:0px
	
}

#search {	
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	background: #eee url("img/search.gif") no-repeat 0px center;
	padding-left: 18px;
	width: 89px;}

#search:focus {
	background: #fff url("img/search.gif") no-repeat 0px center;}

#header {
	background-color: rgb(230,230,230);
	background-image: url(img/background_header.jpg); 
	background-position : top; 
	background-repeat : repeat-y;
	padding:5px;
	font-size: 85%;	
	min-height:220px; 
}


/*** Horizontal menu ***/

#mainmenu {
float:left;
margin-bottom:25px;
clear:both;

}

#mainmenu ul {
font-size:20px;
margin:0;
padding:0;
}

#mainmenu li {
float:left;
height:35px;
list-style:none;
margin:0;
padding:0;
}

#mainmenu a {
border-right:1px solid #b0b0b0;
color:#606060;
display:block;
font-size:0.7em;
padding:11px 20px 10px;
text-transform:uppercase;
}

#mainmenu a:hover {
background:#f0f0f0 url(img/menuhover.jpg) top left repeat-x;
color:#505050;
text-decoration:none;
}

#mainmenu a.current {
background:#f0f0f0 url(img/menuhover.jpg) top left repeat-x;
color:#505050;
text-decoration:none;
}

/*** Content wrap ***/

#wrap {
clear:both;
font-size:0.9em;
padding:0;
}

/*** Sidebars ***/

#rightside {
margin:0px;
padding:0px;
width:300px;
float:right;
margin-left:5px;
}

#rightside h1 {
color:#505050;
font-size:1.6em;
font-weight:bold;
letter-spacing:-1px;
margin:0 0 12px;
}

#rightside h2 {
font-size:1.1em;
margin:0 0 20px;
}

#rightside p {
font-size:0.9em;
line-height:1.4em;
margin:0 0 16px 10px;
}

.linklist {
list-style:none;
margin:0 0 16px 10px;
padding:0;
}

.linklist li {margin-bottom:0.7em;}

/*** Sidebar menu ***/

.nav {
background:#e8e9ea;
border:1px solid #b0b0b0;
color:#606060;
display:block;
margin-top:8px;
padding:5px 4px 4px 10px;
position:relative;
text-transform:uppercase;
width:140px;
}

.nav:hover,.active {
background:#f8f9fa;
border:1px solid #909090;
color:#303030;
text-decoration:none;
}

.sub {
font-size:0.8em;
letter-spacing:1px;
margin:3px 0 2px 10px;
padding:4px 2px 2px 8px;
width:125px;
}

/*** Content ***/

#content,#contentalt {
background-color:#fafcff;
border:1px solid #909090;
color:#2a2a2a;
padding:15px 20px 5px;
}

#content {margin:0 300px 0 5px;}
#contentalt {margin:0 200px 0 20px;}

#content h1,
#content h2,
#contentalt h1,
#contentalt h2 {
background-color:inherit;
color: rgb(27,84,123);
font-size:1.4em;
font-weight:bold;
letter-spacing:-1px;
margin:0 0 15px;
padding:0;
}

#content h2,
#contentalt h2 {
font-size:1.4em;
margin-bottom:10px;
}

#content li {
	margin-bottom: 0.2em; 
	margin-top: 0.4em; 
	line-height:1.5em;
}

#content img,
#contentalt img {
border:1px solid #b0b0b0;
/*** remove these when you want to always lineout your images to the left
float:left;
***/
margin:5px 15px 6px;
padding:5px;
}


/*** Footer ***/

#footer {
clear:both;
font-size:0.9em;
font-weight:bold;
margin:0;
padding:20px 0;
text-align:center;
width:100%;
	color:rgb(60,60,60); 
	background-color: rgb(230,230,230);
	background-image: url(img/background_footer.jpg); 
	background-position : top; 
	background-repeat : repeat-x;
}

#footer a {
color:#d0d0d0;
font-weight:bold;
}

/*** Various classes ***/

.thumbnail {
background:#fafbfc;
border:1px solid #b0b0b0;
margin:0 0 10px 10px;
padding:5px;
}

.searchform {margin:0;}

.searchbox {
background:#f0f0f0;
border:1px solid #b0b0b0;
margin:0 4px 0 0;
width:100px;
}

.searchbutton {
background:#f0f0f0;
border:1px solid #b0b0b0;
}

.clearingdiv {
clear:both;
height:30px;
width:1px;
}

.hide {display:none;}

/*** Text format ***/

.intro {
font-size:1.1em;
font-weight:bold;
letter-spacing:-1px;
}

.small {font-size:0.8em;}
.large {font-size:1.4em;}
.center {text-align:center;}
.right {text-align:right;}

<!--
.taille_24 		{font-size: 28px; }
.taille_16 		{font-size: 20px; }
.color_blue 	{color: #EE8239; }
.color_orange 	{color: #1B547B}
-->
.logo { float:left; margin-right: 5px; position:relative; width:320px; height:220px; /* hauteur déterminée empiriquement en fonction du contenu */}



/*** Formulaire : mise en page ***/
.required {
	color: #FF0000;
}
.field_title {
	font-size: 12px;
	width: 120px;
	vertical-align: top;
}
.textfield {
	font-size: 12px;
	width: 200px;
}
.textarea {
	font-size: 12px;
	width: 90%;
	height: 100px;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 200px;
}


/*** End of file ***/

