/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

form {
  margin: 0;
  padding: 0;
}


a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color : #2E2FFE;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

body {

	font-family : "Trebuchet MS", Arial, sans-serif ;
	font-size : 13px ;
	line-height: 1.3em;
	margin : 0px ;
	padding : 0px ;
	
	background-color: #FFFFFF;
	
}

h1 {
color:#0026E2;
}

h3 {
	
	font-family : "Trebuchet MS", Verdana;
	color: #00FF33;
	font-size: 18px;
	font-weight : normal ;

}

/**********************************************
				MW class et id
**********************************************/


/* CONTAINER */

#containerhead {
margin: 0px;
padding: 0px;
	width : 780px;
	text-align : left;
	height : 128px;
	
	
}

#containerhead a {

	color : #FFFFFF;
	

}

#containerhead a:hover {
	color : #00FFFF;
	text-decoration: none;
	

}






#containerfoot {
	width : 780px;
	text-align : right;
	padding : 10px;
	height: 100px;
	
}


#containermain {
	
	font-family : Arial, sans-serif;
	position : relative;
	width : 790px;
	text-align : left;
	padding : 0px;
	padding-top : 25px ;
	
	
}


/* PARTS */

#header {
	clear : both;	
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(../images/template/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#header h1 {
	margin : 0px;
	padding-top : 60px;
	padding-left: 0px;

}



#maincol {

	clear : both;
	background-color: #FFFFFF;
	background-image : url(../images/template/containermain_wp.jpg) ;
	background-repeat: no-repeat;
	background-position: center top;
	
	
}
#footer {
	clear : both;
	color: #80A9D2;
}





#maincontent {
	color : #003399;
	float : left;
	padding : 15px;
	margin : 0px;
	margin-top : 20px;
	margin-bottom : 20px;
	width : 485px;
	margin-right : 0px;
	padding-right : 15px;
	background-image : url(../images/template/maincontent_wp.png);
	line-height : 22px;
	border: thin dotted #D7EDFD;
	

}


#maincontentlarge {
	float : left;	
	padding : 5px;
	margin : 10px ;
	margin-top : 20px;
	margin-bottom : 20px;	
	width : 729px;		
	margin-right : 0px ;	
	padding-right : 15px ;	
	background-color : #FFFFFF ;
	

}



#right {
	margin : 0px;
	margin-top : 20px;
	margin-right : 10px;
	width : 210px;
	padding : 10px;
	margin-bottom : 20px;
	float : right;
	background-image : url(../images/template/rightcontent_wp.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-repeat: repeat;

}

#right h3 {

	font-size : 24px ;
	line-height : 20px ;
	padding-bottom : 10px ;
	border-bottom : dotted 1px #006600 ;

	color : #006600 ;

}

#right a {
color : #FFFFFF;

}

#right ul {
	
	

}
#right li {

	
}


#mainfooter {
	clear : both;
	background-color: #FFFFFF;
	

}

.titre {
	
	font-family : "Trebuchet MS", Arial ;
	font-size : 24px ;
	padding-bottom : 20px ;
}

#mmsign {
	font-family : Arial, Helvetica, sans-serif;;
	font-size : 10px ;
	
	}
	

#mmsign a {
	color : #9C9C9C ;
	
	}
	
	

/* MENUS */

.vertical {
	
	font-family : Arial, Helvetica, sans-serif;
	
}

.vertical a {
	clear : both;
	padding : 5px;
	font-weight : bold;
	color: #FFFFFF;
	

}

.vertical a:hover {
	padding : 5px;
	color : #FFFFFF;
	background-color : #00CCFF;
	font-weight : bold;
	text-decoration: none;
	

}
.vertical ul {
	
	list-style : circle ;
	list-style-position : inside;
	margin : 0px ;
	padding : 0px ;
	
	
}
.vertical li {
	
	
	padding : 5px ;
	
}

.horizontal ul {

	margin : 0px ;
	padding : 0px ;
}
.horizontal li {

	margin : 0px ;
	padding : 0px ;
	float : left ;
}