/**
 * @fichier base.css
 * @version 1.0.0.0
 * @auteur  Stephane RIO
 * @email   stephane.rio@univ-rennes1.fr
 * @date    07.06.2007
*/

/*
	Gris 50%		:	808080
	Gris 75%		:	BFBFBF
	Rouge Pantone	:	A41D23
*/
	

@import "http://ressources-infoglue.univ-rennes1.fr/_styles/www.univ-rennes1.fr/base.css";

@import "http://ressources-infoglue.univ-rennes1.fr/_styles/iutsb.univ-rennes1.fr/header.css";
@import "http://ressources-infoglue.univ-rennes1.fr/_styles/iutsb.univ-rennes1.fr/breadcrumb.css";
@import "http://ressources-infoglue.univ-rennes1.fr/_styles/iutsb.univ-rennes1.fr/menu-vertical.css";
@import "http://ressources-infoglue.univ-rennes1.fr/_styles/iutsb.univ-rennes1.fr/footer.css";
@import "http://ressources-infoglue.univ-rennes1.fr/_styles/iutsb.univ-rennes1.fr/menu-tab.css";
@import "http://ressources-infoglue.univ-rennes1.fr/_styles/iutsb.univ-rennes1.fr/defil.css";

div#container
{
	background: #fff 
/* interface/background-container.png url( /images/spacer.gif ) repeat-y; */
}

/* form */
input
{
	font-size: 75%;
}

/*************************/
body
{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-left: 0px;
	padding-right: 0px;
}

div#container div#content
{
	margin-top: 0px;

}

div#container div#content h1
{
	font-size: 20px;
	margin-left: 0px;
	color: #A41D23;
}

div#container div#content h2
{
	margin-left: 10px;
	font-size: 18px;
	color: #E5A190;
}

div#container div#content h3
{
	margin-left: 20px;
	font-size: 16px;
	color: #9B8086;
}

div#container div#content h4
{
	margin-left: 30px;
	font-size: 16px;
	color: #B4A192;
}

div#container div#content hr
{
	color: #A41D23;
	background-color: #A41D23;
	height: 1px;
	border: 0;
	margin-top: 15px;
	margin-bottom: 10px;
}

div#container div#content hr.clear {
	clear: both;
}

div#container div#content div#announces
{
	margin-left : 10px;
}

div#container div#content blockquote.address
{
	
	min-height: 75px;
	height: auto !important;
	height: 75px;
}

a:link blockquote.alert p,
a:active blockquote.alert p,
a:visited blockquote.alert p,
a:hover blockquote.alert p
{
	color: #317023;
	text-decoration: none;
}

