/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #D8DDC1;
	font: normal small Arial, Helvetica, sans-serif;
	color: #808080;
}

h1, h2, h3 {
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #A33000;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1.2em;
	margin: 0;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #A33000;
}

a:hover {
	text-decoration: underline;
}

li {
	color: #A33000;
}

li a:link {
	/*border-bottom: 1px dotted #A33000;*/
	color: #666666;
}

li a:hover {
	/*border-bottom: 1px solid #A33000;*/
	text-decoration: none;
	color: #A33000;
}

img.float {
	float: left;
	margin: 5px 15px 10px 0;
	border: 5px solid #A33000;
}

/* Login */

#login {
	width: 940px;
	height: 160px;
    height: 25px;
	margin: 0 auto;
	padding: 10px;
	background: transparent;
    margin-bottom: 10px;
}

#login_right{
    background: transparent url(images/rect.jpg);
    background-repeat: no-repeat;
    width: 420px;
    height: 25px;
    text-align: center;
    float: right;
    padding-top: 3px;
    color: white;
}

#login_left{
    width: 200px;
    height: 25px;
    text-align: center;
    float: left;
    padding-top: 3px;
}

/* Header */

#header {
	width: 940px;
	height: 160px;
	margin: 0 auto;
	padding: 10px;
	background: #A33000 url(images/img3-bis.jpg) no-repeat 10px 10px;
}

#header * {
	margin: 0;
	padding: 0;
	float: left;
	text-decoration: none;
	font-style: italic;
	color: #FFFFFF;
}

#header h1 {
	padding: /*128px 0 0 18px;*/ 5px 0 0 700px;
	font-weight: bold;
    font-size: 24px;
}

#header h2 {
    width: 925px;
    text-align: right;
    font-size: 14px;

}

/* contacto */

#top{
    position: absolute;
    background: transparent; /*#76827b;*/
    left: 0;
    top: 0;
	width: 100%;
    padding-top: 0;
    text-align: center;
}

/* pub */

#pub {
	width: 940px;
	height: 95px;
	margin: 0 auto;
    background: #FFFFFF url(images/img2.gif);
    border: 10px solid #A33000;
	padding: 0;
    border-bottom: 0;
    border-top: 0;
    text-align: center;
}

/* Content */

#content {
	width: 940px;
	margin: 0 auto;
	background: #FFFFFF url(images/img2.gif);
	border: 10px solid #A33000;
	border-top: none;
}

#colOne {
	float: left;
	width: 180px;
	padding: 20px 10px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: square inside;
}

#colTwo {
	float: left;
	width: 510px;
	padding: 20px 10px;
}

#colThree {
	float: left;
	width: 180px;
	padding: 20px 10px;
}

#colThree ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: square inside;
}

#colFour {
	float: left;
	width: 485px;
	padding: 20px 5px;
}

#colFive {
	float: left;
	width: 210px;
	padding: 20px 5px;
}

#colSix {
	float: left;
	width: 210px;
	padding: 20px 3px;
    border: 0;
}

/* Footer */

#footer {
	padding: 10px;
	text-align: center;
	font-size: smaller;
}

#footer * {
	color: #D6947A;
}

/* Admin */

#colTwo {
	float: left;
	width: 510px;
	padding: 20px 10px;
}


#center_big
{
	width: 600px;
    margin: 40px;
    margin-top: 10px;
	background-color: #808080;
    float: right;

}

#container
{
	width:  840px;
	\width:  850px;
	w\idth:  840px;
	margin-left:  auto;
	margin-right:  auto;
	padding:  10px;
    background-color: #FFF;
    border: 0;
}

#left
{
	float:  left;
	width:  102px;
	\width:  102px;
	w\idth:  102px;
	margin-right:  5px;
	padding-top:  20px;
	background-color: #808080;
}
a {
    color: #2F4F4F;
}

ul#tabnav {
    font: bold 11px verdana, arial, sans-serif;
    list-style-type: none;
    padding-bottom: 24px;
    border-bottom: 1px solid #000;
    margin: 0;
}

ul#tabnav li {
    float: left;
    height: 21px;
    background-color: silver;
    margin: 2px 2px 0 2px;
    border: 1px solid #000;
}

ul#tabnav li.active {
    border-bottom: 1px solid #696969;
    background-color: #696969;
}

ul#tabnav li.active a {
    color: #FFF;
}

#tabnav a {
    float: left;
    display: block;
    color: #666;
    text-decoration: none;
    padding: 4px;
}

#tabnav a:hover {
    background: #fff;
}

/* formulario */

label { display: inline ; float: left ; width: 160px ; font-weight: bold ; font-size:14px; margin-left: 5px ; }

.partie_droite_formulaire_align_droit{
padding: 5px;
text-align:right;
}
