/* @override 
	http://localhost:3000/stylesheets/ajbq.css
	http://localhost:3000/stylesheets/ajbq.css?1202440726
*/

@import url(application.css);

a {
    color: rgb(133,148,202);
}

body {
    margin: 0;
    background:  rgb(133,148,202) url(../images/application/back2.gif) 50% 0 repeat-y;
}

#page {
	background: #fdf7eb url(../images/application/table.png) repeat-x;
	padding: 30px 0 0 0;
	width: 870px;
	min-height: 777px;
}

#header {
	background: #282f42 url(../images/application/header.jpg) no-repeat;
	height: 214px;
}

#header h1 {
    display: none;
}

#nav {
    list-style-type: none;
	margin: 21px 0 0;
	font-family:Constantia,"Palatino Linotype",Palatino,Georgia,"Times New Roman",Times,serif;
	font-size:16px;line-height:40px;
	color: whitesmoke;
}

#nav a {
    text-decoration: none;
}

#nav a:hover {
    text-decoration: underline;
	color: #fdf7eb;
}

#partenaires {
    float: left; 
	width: 270px;
	margin-top: 25px;
	padding-bottom: 30px;
}

#partenaires p {
    text-align: left;
    font-size: 11px;
    line-height: 12px;
    clear: both;
	border-top: 1px solid #282f42;
	padding-top: 18px;
}

#partenaires p.first {
    border-top: none;
}

#partenaires img {
	margin-top: 0;
}

#partenaires a {
    text-decoration: none;
    color: #333;
}

#partenaires a:hover {
    text-decoration: underline;
    color: rgb(133,148,202);
}

#partenaires h3 {
    background: #282f42 url(/images/application/body_head.png) 0 36px repeat-x;
    color: #fdf5e8;
    text-align: center;
    padding-bottom: 6px;
}

#main {
    clear: both;
	float: left; 
	margin: 30px 40px 0px 40px; 
	width: 480px;
	padding-bottom: 30px;
}

#main img {
    float: none;
}

.home {
    clear: both;
    display: block;
}

/* @group forms */

form img {
    margin: 0;
}

form div {
    margin-bottom: 1em;
}

form table div {
    margin: 0;
}

form table span {
    width: 100%;
}


/* @end */

