
* {
	margin: 0px;
	padding: 0px;
	font-size: inherit;
}

body {
	background: url(../images/background.png);
	font-family: Arial;
}



h2 {
	border-bottom: 1px solid #15428B;
	font-size: 16px;
}

a {
	color: #15428B;
	text-decoration: none;
}

a img {
	border: 0px;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: none;
}



#banner {
	left: 0px;
	position: fixed;
	z-index: 1;
	bottom: -1px;
	background: url(../images/banner.png) repeat-x;
	background-color: #B8D7FF;
	height: 120px;
	width: 100%;
	border-top: 1px solid #15428B;
}

#banner li {
	text-align: left;
}

#action_for_pied {
	font-size: 12px;
}

#main .forml {
	font-size: 12px;
	width: auto;
}

#main option {
	padding-right: 10px;
}

#banner .separator {
	background: url(../images/separator.png) no-repeat;
	float: left;
	width: 12px;
	height: 99px;
}

#banner .box {
	float: left;
	height: 99px;
}

#banner .box .content {
	padding-top: 10px;
	height: 63px;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
}

#banner h1 {
	width: 100%;
	height: 20px;
	padding-top: 3px;
	text-align: center;
	color: white;
	font-size: 12px;
	padding-bottom: 5px;
	background-color: black;
	clear: both;
}

#tabpanel {
	height: 21px;
	width: 100%;
	color: #15428B;
	font-size: 11px;
	line-height: 25px;
	margin-top: 2px;
}

#tabpanel * {
	float: left;
	height: 21px;
	cursor: pointer;
}

#selected-tab {
	background: url(../images/tab-background.png) repeat-x;
}

#tabpanel .left {
	width: 16px;
}

#tabpanel .right {
	width: 16px;
}


/* Formulaire de recherche */

#recherche {
	height: 15px;
	width: 150px;
	margin-top: 20px;
}

#selected-tab .left {
	background: url(../images/tab-left.png) no-repeat;
}

#selected-tab .right {
	background: url(../images/tab-right.png) no-repeat;
}

#banner .box h3 {
	text-align: center;
	color: #6D6AB7;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}

#border {
	position: absolute;
	width: 800px;
	left: 50%;
	top: 0px;
	margin-left: -400px;
	overflow: hidden;
	background-color: white;
	overflow: hidden;
}


#border .left {
	position: absolute;
	background: url(../images/left.png) repeat-y;
	left: 0px;
	width: 40px;
	height: 100%;
}

#border .right {
	position: absolute;
	background: url(../images/right.png) repeat-y;
	right: 0px;
	width: 40px;
	height: 100%;
}

#border .top {
	position: absolute;
	background: url(../images/top.png) repeat-x;
	top: 0px;
	width: 100%;
	height: 32px;
}


#border .bottom {
	position: absolute;
	background: url(../images/bottom.png) repeat-x;
	bottom: 0px;
	width: 100%;
	height: 32px;
}

#border .bottom-left {
	position: absolute;
	background: url(../images/bottom-left.png) no-repeat;
	bottom: 0px;
	left: 0px;
	width: 40px;
	height: 32px;
}

#border .bottom-right {
	position: absolute;
	background: url(../images/bottom-right.png) no-repeat;
	bottom: 0px;
	right: 0px;
	width: 40px;
	height: 32px;
}


#border .top-left  {
	position: absolute;
	background: url(../images/top-left.png) no-repeat;
	top: 0px;
	left: 0px;
	width: 40px;
	height: 32px;
}


#border .top-right {
	position: absolute;
	background: url(../images/top-right.png) no-repeat;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 32px;
}


#main {
	margin: 42px;
}

#main p, #main div {
	margin: 5px;
	margin-top: 10px;
	text-align: justify;
	font-size: 12px;
}

#main h3 {
	padding-top: 20px;
	border-bottom: 1px solid #15428B;
	font-size: 14px;
	clear: both;
}

.download {
	text-align: center;
	padding-top: 5px;
}


#main .box {
	border: 1px solid #CCCCCC;
	background: url(../images/background-post.gif) bottom repeat-x;
	margin: 10px;
	margin-left: 30px;
	margin-right: 30px;
	clear: both;
}

#main .box h2 {
	font-size: 12px;
	border: 0px;
	padding: 5px;
	padding-top: 0px;
}

#main #copyright {
	clear: both;
	text-align: center;
	font-size: 10px;
	padding-top: 110px;

}

#main .spip_documents_center {
	display: block;
	text-align: center;
	width: 100%;
}

#main .spip_documents_center  .spip_doc_titre {
	margin: auto;
}

#main .spip_documents {
	margin: 5px;
	font-size: 12px;
	text-align: center;
}


.spip_code, .spip_ccode, code {
	border: 1px solid #CCCCCC;
	background-color: #EFEFEF;
	padding: 5px;
}

#main .logo {
	float: left;
	margin: 5px;
	background-color: white;
	border: 1px solid #DDDDDD;
	width: 80px;
	text-align: center;
}

#main .main_logo {
	float: right;
	margin: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0px;
}

#main .box .description {
	float: left;
	width: 520px;
}



#main .form, #main .post {
	border: 1px solid #CCCCCC;
	background: url(../images/background-post.gif) bottom repeat-x;
	width: 600px;
	padding: 5px;
	margin: auto;
	margin-top: 5px;
}

#main .form * {
	text-align: left;
	font-size: 11px;
}

.form legend {
	display: none;
}

.form fieldset {
	border: 0px;
}

.form #email_message_auteur_1 {
	width: 300px;
}

.form #sujet_message_auteur_1 {
	width: 300px;
}



.form textarea {
	height: 55px;
	width: 300px
}

#main h5 {
	font-size: 11px;
}

#main .hierarchie {
	font-size: 10px;
}

.math {

	border: 1px solid #dddddd;
	font-style: italic;
	font-size: 12px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-top: 20px;
	padding-right: 30px;
}

.math legend {
	text-align: left;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	padding-top: 0px;
}

.post code {
	border: 0px;
	background: transparent;
}

#about {
	position: absolute;
	border: 1px solid #DDDDDD;
	background-color: white;
	font-size: 12px;
	right: 25px;
	top: 15px;
}

.invisible {
	display: none;
}


#plan * {
	font-size: 12px;
}

#plan h5 {
	margin-top: 10px;
}

#plan ul {
	padding-left: 10px;
}

#main .login fieldset {
	border: 0px;
}

#main .login legend {
	display: none;
}

#adleft {
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -520px;
}



#adright {
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: 400px;
}

#menu_cours {
	position: absolute;
	top: 50px;
	left: 50%;
	width: 200px;
	margin-left: -610px;
	background: url(../images/menu-background.gif) repeat-y;
}

#menu_cours h3 {
	text-align: center;
	padding-top: 10px;
	font-size: 11px;
	width: 200px;
	height: 26px;
	background: url(../images/menu-head.gif) no-repeat;
}

#menu_cours h4 {
	font-size: 11px;
	text-indent: 15px;
}

#menu_cours ol {
	padding-left: 20px;
	list-style: none;
	padding-bottom: 5px;
}

#menu_cours li {
	font-size: 10px;
}

#menu_cours .bottom {
	text-align: center;
	font-size: 11px;
	width: 200px;
	height: 35px;
	background: url(../images/menu-bottom.gif) no-repeat;
}

#main table.spip {
	margin: auto;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	border-collapse: collapse;
}

#main table.spip th {
	margin: 0px;
	border-bottom: 1px solid #CCCCCC;
}

.row_even {
	background-color: #EEEEEE;
}


#main table.spip * {
	font-size: 12px;
}

#main table.spip td, #main table.spip th {
	padding: 5px;
	margin: 0px;
	font-size: 12px;
}