/* hide from ie on mac \*/
html {
height: 100%;
overflow:auto; 
}

#content {
width:1000px;
height:630x;
margin:0px auto;
font-family: Helvetica, Arial;
font-size: 12px;
list-style:square;
}



/* end hide */
body {
margin: 0;
padding: 0;
background: #FFFFFF;
}

a:link    {
color: #000000; 
text-decoration: none;
}

a:visited {
color: #000000; 
text-decoration: none;
}

a:active  {
color: #000000; 
text-decoration: none;
}

a:hover   {
color: #000000; 
text-decoration: none;
}

.swfaddressContent {
padding:10px;
}

.text_courant {
font-size:12px;
}

.titre {
font-weight:bold;
font-size:18px;
}

.ss_titre {
font-weight:bold;
font-size:16px;
color:#ff3333;
padding-top:15px;
}

h1 {
font-size:14px;
color:#ff3333;
}

h2 {
font-size:18px;
}

h3 {
font-size:14px;
color:#ff3333;
}

.rubrique {
font-size:14px;
text-transform: uppercase;
}

.sousRubrique {
font-size:14px;
}

.bar {
	background-color:#ff3333;
	height:5px;
	width:100%;
}

.langueVersion {
padding-top:25px;
text-align:right;
font-size:10px;
text-transform: uppercase;
font-weight:bold;
}