
/*mpi modifications */
.breadcrumb { 
	font-weight:bolder;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 5px;
	font-size: 16px;


}

div.notification { 
	font-size: 16px;
padding: 10px 10px;
	text-transform:bolder;
	color: red;
}

div.categories
{
    color: #3D67A1;
    font-size: 1.3em;
    list-style-type: none;
}
div.categories a
{
    font-weight: bold;
    color: #3D67A1;
    text-decoration: none;
}
div.categories a:hover
{
    background: none;
}
div.categories div.col
{
    float: left;
    text-align: left;
    width: 170px;
    padding-left: 25px;
    margin: 10px 0;
}
div.categories div.last
{
    float: left;
    text-align: left;
    width: 170px;
    padding-left: 25px;
    background: url('../img/ico-dir.gif') top left no-repeat;
    margin: 10px 0;
}
div.subcategories a
{
    font-size: 14px;
    font-weight: normal;
}
div.categories div.divider
{
    clear: both;
    height: 1px;
}
div.categories div.categ
{
    padding-bottom: 5px;
}

#contenu { 
	padding-left: 10px; 
}

.breadcrumb a:link{ 
	color: #FFFFFF;
}
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ol,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 14px;
	text-align: center;
	background-color: #000000;
	background-image: url(/templates/pneus/images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

a:link { 
	text-decoration: underline; 
	color: #999999;
	}
a:visited { 
	text-decoration: underline; 
	color: #999999;
	}
a:hover { 
	text-decoration: underline; 
	color: #C3A531;
	}
	
#container {
	width: 760px;
	position: relative;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	bottom: 13px;
}


#Navigation {
	MARGIN-TOP: 9px; FLOAT: right; TEXT-ALIGN: right
}

#Navigation a {
	text-decoration: underline;
	color: #FFFFFF;
}

#Navigation a:hover {
    text-decoration: underline;
	color: #C3A531;
}

#top {
	width: 730px;
}



#content {
	background-image: url(/templates/pneus/images/bg_content.jpg);
	width: 760px;
	line-height: 18px;
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 150px;
}

#contentEnt {
	background-image: url(/templates/pneus/images/bg_content_ent.jpg);
	width: 760px;
	line-height: 18px;
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 150px;
}

#contentServices {
	background-image: url(/templates/pneus/images/bg_content_services.jpg);
	width: 760px;
	line-height: 18px;
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 150px;
}

#promoNoir {
	background-image: url(/templates/pneus/images/bg_fade_noir.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 5px;
}

#promoNoir a {
	text-decoration: underline;
	color: #FFFFFF;
}


#promoNoir a:hover {
    text-decoration: underline;
	color: #C3A531;
}

#promo {
	padding-top: 46px;
}

#promo a {
	text-decoration: underline;
	color: #FFFFFF;
}

#promo a:hover {
    text-decoration: underline;
	color: #C3A531;
}

#footer {
	width: 100%;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 10px;
	color: #666666;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


p {
	margin: 0 0 0px;
}

strong {
	color: #FFFFFF;
}

sup {
	margin: 0 0 0px;
	line-height: -2em;
	font-size: 10px;
}
.champs {
	color: #333333;
	background-color: #FFFFEC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.titre {
	color: #FFCC00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	background-image: url(/templates/pneus/images/leave.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-indent: 20px;
}
#separateur {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
	display: block;
	margin-bottom: 10px;
}
#Image {
	padding: 2px;
	border: 1px solid #666666;
}


table.Splash
	{
	border-collapse: collapse;
	width: 368px;
	border: 1px solid #614E0C;
	}
table.Login
	{
	border-collapse: collapse;
	}

td.InvalidBroswer
	{
	font-family: verdana;
	font-size: 16pt;
	font-weight: bold;
	color: red;
	padding-left: 5;
	padding-right: 5;
	padding-bottom: 5;
	padding-top: 5;
	}

button.Splash
	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11;
	font-weight: normal;
	width: 150px;
	background-color: #F3F0E9;
	border: 1px solid #FFFFFF;
	}
button.Login
	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11;
	font-weight: bold;
	width: 100px;
	}
input	
	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11;
	width: 100;
	}
.logo{
	padding-bottom:10px;

	padding-top:10px;
}
hr{
	color:#FFCC00;
	width:250px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	height:1px;
	}
a.rouge{
		color:#FFCC00;
		text-decoration:none;
	margin-top:2px;
		display:block;
	}
	a:hover.rouge{
		color:#FFFFFF;
		text-decoration:none;
	margin-top:2px;
		display:block;
	}



