body
{
	background-color: #DBDDDF;
	margin:0;
	padding:0;
	width: 100%;
	min-width: 1010px;
	margin-top: 5px;
}

#body2
{
	font: 75% verdana, arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
	width:980px;
	min-height:800px;
	background-color: #000;
}

.borduregauche
{
	background: #000 url('http://www.univers-pc.com/forum/images/Defaut/cotegauche.gif') repeat-y left;
	padding-left:17px;
	margin-left: -5px;
}

.borduredroite
{
	background: #000 url('http://www.univers-pc.com/forum/images/Defaut/cotedroite.gif') repeat-y right;
	padding-right:17px;
	margin-right: -5px;
}

/* http://univers-pc.fr/Upload/images/1259613255-banniereclaymore-page-web-fini2.png http://www.univers-pc.com/forum/images/Defaut/banniere_MC.jpg*/
#header { height: 244px; background:url('http://univers-pc.fr/Upload/images/1259613255-banniereclaymore-page-web-fini2.png') no-repeat; border-top: 5px solid black; border-bottom: 3px solid #FFA113;}
.pub
{
	text-align: center;
	margin-top: 15px;
	color : white;
}
#gauche {float: left; margin-top: 40px; }


#texte {float:right; padding: 10px; margin-top: 40px; margin-right:5px; margin-left:5px; width: 720px; background:url('images/fond.png') repeat-x #fff; border-bottom: 4px solid #FFA113; border-left: 1px dashed #FFA113; border-right: 1px dashed #FFA113; }
#texte h1 {color:#FF0000; border-bottom: 3px solid #FFA113; }
#texte h2 { font: bold small tahoma, verdana, arial, sans-serif; border-left:3px solid #EFA221; border-right:1px dashed #EFA221; border-top:1px dashed #EFA221; border-bottom:1px dashed #EFA221; padding:0 0 2px 5px; margin:10px 0; background:#F1F1F1; }
#texte h3 { font: small tahoma, verdana, arial, sans-serif; color:#A9142A; border-left:3px solid #6E8F2C; border-bottom:1px dashed #6E8F2C; padding-left: 5px; }

#footer {clear: both; text-align: center; color: #fff;}

img {border: 0; padding: 3px; }

a.survol img
{
	opacity: 0.7;
}

a.survol img:hover
{
	opacity: 1.0;
}


table { margin: auto; border: 2px outset #0F1821; border-collapse: collapse; background-color: #FFF;}

th { background-color: #0F1821; text-align: center; color: white; font-size: 1.1em; font-family: Verdana, Arial, Serif; }

td { border: 1px solid #0F1821; font-family: Verdana, Arial, Serif; text-align: center; padding: 10px; }

.cadre { border:1px solid #d68409; padding: 5px; background-color: #fff; margin-bottom: 30px; margin-top: 10px; }
.cadretitre { border:1px solid #d68409; padding: 5px; background-color: #fde0b4; }

.navigation
{
	margin: 0;
	padding: 0;
	background: #000;
	color: #fff;
	width: 200px;
	font: 1.2em "Trebuchet MS", sans-serif;
	list-style-type:none;
}

.navigation a, .navigation span
{
	display: block;
	padding: 4px 10px;
	color: #fff;
	text-decoration: none;
	background: #000 url(menu-item.png) left bottom no-repeat;
}

.navigation .toggleSubMenu a, .navigation .toggleSubMenu span
{
	background-image: url(menu-item-deroule.png);
}

.navigation .open a, .navigation .open span
{
	background-image: url(menu-item-enroule.png);
}

.navigation a:hover, .navigation a:focus, .navigation a:active
{
	text-decoration: none;
	color:#FF7600;
}
.navigation .subMenu
{
	font-size: .8em;
	background: #ccc url(subMenu.png) 0 0 repeat-x;
	font-size: .9em;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #666;
}
.navigation ul.subMenu a {
	background: none;
	padding: 3px 20px;
}
.navigation ul
{
	list-style-type:none;
}

a
{
	text-decoration:none;
	color: #3859A6;
}

a:hover, a:focus, .a:active
{
	text-decoration: none;
	color:#DA6500;
}

.paypal
{
	border: 1px solid gray;
	background-color: white;
	color: black;
}

#menu, #menu ul
{
        padding : 0;
        margin : 0;
        list-style : none;
        font-size: small;
        font-family: Verdana, Serif;
        width :99%;
        margin-left:auto;
        margin-right:auto;
}

#menu
{
	border-bottom: 1px solid #6B90DA;
	padding-bottom: 20px;
}

#menu a
{
        display : block;
        text-decoration : none;
        color: #4966A2;
}

#menu li
{
	margin-left: 13px;
        float : left;
}


html>body #menu li
{
        border-right: 1px solid transparent ;
}

#menu li ul
{
        position: absolute;
        width: 120px;
        left: -999em;
        background-color: #DBDDDF;
}


#menu li ul li
{
        border-top : 1px solid #fff;
        margin-left: 0px;

}

html>body #menu li ul li
{
        border-top : 1px solid transparent;
}

#menu li ul ul
{
        border-left     : 1px solid #fff ;
}


html>body #menu li ul ul
{
        border-left     : 1px solid transparent ;
}

#menu a:hover
{
	text-decoration:underline;
}

#menu li:hover ul ul, #menu li.sfhover ul ul
{
        left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul
{
        left: auto;
        min-height: 0;
}


