/* Start of CMSMS style sheet 'CSS Standard definitions' */
/* REDEFINITIONS BALISES HTML */


span, a, em, i, strike, strong, small, sub, sup, u, blink { display : inline; }
p, div, ul, ol, h1, h2, h3, h4, h5, h6 { display : block; }

h1 { font-size : 1.8em; }
h2 { font-size : 1.6em; }
h3 { font-size : 1.1em; }
h4 { font-size : 1em; color:#828500;}
h5 { font-size : .9em; color:#3D3D3D;}
h6 { font-size : .8em; }
p{ 
	margin: 5px 0;
	font-size : 0.8em;
	text-align:justify;
}

ul { list-style-type:disc; list-style-image:none; }
ol { list-style-type:decimal; list-style-image:none; }

ul li {/*font-size : 0.8em;*/ color:#3D3D3D;}

img 	{ border : medium none; }
b,strong 	{ font-weight:bold; }
i 		{ font-style:italic; }
strike 	{ text-decoration: line-through;}
small 	{ font-size: smaller; }
sub 	{ vertical-align: sub; }
u		{ text-decoration: underline; }
blink	{ text-decoration: blink; }

a,
a:link,
a:active,
a:visited,
a:hover {
   text-decoration: underline;
   background-color: inherit;
   color:#8C7C00;
   cursor : pointer;
}

table{ width:100% !important; border-collapse:collapse;margin-top:20px;}

thead{
background:#FDF4AF  url('images/corner-tab.png') no-repeat top right;
}

thead th
{
border:none;
font-size : 0.9em;
}

tbody th
{
background-color :#F3F3E7;
font-size:.8em;
color:#3C3C3C;
border:none;
}

th, td { border:1px solid #CCC; padding:.5em; font-size : .8em;}

label
{
float:left;
padding-right:10px;
text-align:right;
width:160px;
color:#8C7C00;
}

input, select, textarea {
border:1px solid #8C7C00;
width:220px;
background-color:#FFFFFF;
}

.submit input, input[type="submit"]{
background:#ffffff url(images/fondsubmit.png) no-repeat top right;
height:24px;
color:#8C7C00;
font-weight:bold;
width:auto;
padding-right:21px;
cursor:pointer;
}


form div
{
    margin: 8px 0;
    overflow:hidden;
}

/* [DEBUT] DEFINITIONS GLOBALE */

* {
	margin:0;
	padding:0;
}

html {
	font-size : 100%;
}

/* [FIN] DEFINITIONS GLOBALE */
/* End of 'CSS Standard definitions' */

