* {
	margin:0;
	padding:0;
}
img{
	border:none;
}
html {
	background:url(../../images/bg_all.jpg) repeat-x #fff top left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
body {
	background:url(../../images/body_bg.jpg) top center no-repeat transparent;
}
h1 {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
}
h2{
	color:#fb8507;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
}
h3{
	font-size:11px;
	font-weight:normal;
}
a, a img {
	border:none;
	outline:none;
	text-decoration:none;
}
p {
	color: black;
	margin-bottom:10px;
}
.bold {
	font-weight:bold;
}
.left {
	float:left;
}
.right {
	float:right;
}
.dir{
	direction:ltr;
}
.clear {
	clear:both;
}
.padding10 {
	padding:2px 0px 0px 14px;
}
#container {
	width:1000px;
	margin:auto;
	background:transparent;
}
#content {
	background:transparent;
}
#content-middle{
	background:url(../../images/content_bg.gif) repeat-y transparent top left;
	width:941px;
	padding:6px 15px;
}
#content-middle-global {
	width:970px;
	background:url(../../images/content_medium_bg.jpg) repeat-y #fff top left;
	float:left;
}
#content-footer {
	width:1000px;
	height:38px;
	float:left;
}
#bloc_content {
	float:left;
	width:665px;
	margin-left:5px;

}
#pathway {
	color:#c41f1f;
	width:962px;
	height:26px;
}
.photo_style {
	padding:3px;
	background:#fff;
	border:#dadada 1px solid;
}
.photo_actu_left {
	float:left;
    margin:5px;
}



/***************************/
/* TITRE ORANGE, RED, BLUE */
/***************************/

.titre_orange  {
	background:url(../../images/btn_orange_bg.jpg) repeat-x #ffad46 top left;
	height:25px;
	color:#fff;
	font-weight:bold;
	font-size:15px;
	line-height:25px;
	padding-left:10px;
	clear:left;
}
.titre_red  {
	background:url(../../images/btn_red_bg.jpg) repeat-x #e50c00 top left;
	height:25px;
	color:#fff;
	font-weight:bold;
	font-size:15px;
	line-height:25px;
	padding-left:10px;
	clear:both;
}
.titre_blue {
	background:url(../../images/btn_blue_bg.jpg) repeat-x #4b9df1 top left;
	height:25px;
	color:#fff;
	font-weight:bold;
	font-size:15px;
	line-height:25px;
	padding-left:10px;
	clear:both;
}


.fleche {
	margin:8px 5px 0 0;
	height:10px;
	width:9px;
}
.fleche_monde {
	margin:0 1px 5px 5px;
}

.blue-link, .blue-link a {
	font-size:12px;
	line-height:16px;
	margin-left:1px;
	font-weight:bold;
	color:#0174d0;
	text-decoration:none;
}
.blue-link-thin, .blue-link-thin a {
	font-size:11px;
	margin-left:1px;
	color:#0174d0;
	text-decoration:none;
	padding-left:12px;
}
.red-link, .red-link a {
	font-size:12px;
	line-height:16px;
	margin-left:1px;
	font-weight:bold;
	color:#e50c00;
	text-decoration:none;
}
.grey-link-light a {
	font-size:12px;
	line-height:16px;
	margin-left:1px;
	color:#999;
	text-decoration:none;
}



/***************************/
/* BLOC */
/***************************/


.bloc_addphoto_texte{
	padding:5px;
	float:left;
	width:655px;
}

.actu {
	width:655px;
	float:right;
	margin-bottom:5px;
	text-align:justify;
}


.texte_p {
	padding-bottom:10px;
}

.texte_table {
	width:100%;
	margin-bottom:10px;
}

.texte_table td {
	padding:3px;
}

.texte_table a {
	color:#0174D0;
	font-weight:bold;
}






