/**
 * @fichier base.css
 * @version 1.0.0.0
 * @auteur  Vinciane Marchais
 * @email   vinciane.marchais@agrocampus-rennes.fr
 * @date    30.07.2007
*/


@import "header.css";
@import "breadcrumb.css";
@import "menu-horizontal.css";


@import "content.css";
@import "content-left.css";
@import "content-right.css";
@import "footer.css";

@import "form.css";
@import "table.css";

*
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 100%;
}

body
{	
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 75%;
	text-align: center;	
	background-color: #e9e4d4;
}

#rub0
{
    background-color: #aa9d8f;
}

#rub12
{
    background-color: #fff;
}


#rub13 {
	background: #e9e4d4 url(../interface/body13.png) 0% 0% repeat-x;
	background: #e9e4d4 url(../interface/body13-ie8.png) 0% 0% repeat-x\9;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #313131;
	margin-left: auto;
    margin-right:auto;
    position: relative;
	margin-top:0px;
	
}

*+ html #rub13 {
background: #e9e4d4 url(../interface/body13-ie7.png) 0% 0% repeat-x;
}

* html #rub13 {
background: #e9e4d4 url(../interface/body13-ie6.jpg) 0% 0% repeat-x;
}

/* Opera */ @media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{ 
#rub13  {
background: #e9e4d4 url(../interface/body13-opera.png) 0% 0% repeat-x;
}
}


a:link,
a:active
{
	color: #406481;
	text-decoration: none;
	background-color: transparent;
}

a:visited
{
	color: #406481;
	text-decoration: none;
	background-color: transparent;
}

a:hover
{
	color: #406481;
	text-decoration: underline;
	background-color: transparent;
}

acronym
{
	cursor: help;
	border-bottom: 1px dotted #000;
}

hr
{
	display: none;
}

.hide
{
	display: none;
}

div#container
{
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow: hidden; /* Pour répéter le fond et éviter flux sortant Firefox */
    clear: both; /* Pour répéter le fond et éviter flux sortant Firefox */
    height: 1%; /* Pour répéter le fond et éviter flux sortant IE */

}

#rub13 div#container
{
	width: 1000px;
	margin-left: auto;
    margin-right:auto;
    position: relative;	
}

/***/

div#container input.button
{
	margin-left: 1px;
	padding-top: 0.1em;
	padding-bottom: 1px;
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	background-color: #777066;
}

* html div#container input.button
{
	padding-bottom: 0px;
}

* + html div#container input.button
{
	padding-right: 0px;
	padding-bottom: 0px;
} 

div#container input.button:hover
{
	
	color: #777066;
	background-color: #e9e4d4;
}

div#container input.button:focus
{
	color: #fff;
	background: transparent url( ../interface/background_button.png ) no-repeat;
}


