/* General settings */

html {
	background:url(images/bg-html.gif) repeat-x;
	height:100%;
}
body{
	margin:0;
	color:#505151;
	font:11px/15px 'Trebuchet MS', Arial, sans-serif;
	background:url(images/bg-body.png) no-repeat 50% 0;
	min-width:980px;
}
img{border-style:none;}
a{
	color:#689fee;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% 'Trebuchet MS', Arial, sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
strong {
  font-weight:bold;
  font-size:12px\9; /* IE8 and below */ 
}
p {
  color:#505151;
}
h4 {
  color:grey;
  font-size:14px;
  font-weight:bold;
  text-align:center;
  text-transform:uppercase;
}
/* wrapper */
#wrapper {
	width:980px;
	margin:0 auto;
	position:relative;
	padding:0 0 100px;
}
/* header */
#header {
	position:absolute;
	left:0;
	top:0;
	width:973px;
	height:137px;
	background:url(images/bg-header.gif) no-repeat;
	padding:11px 3px 0 4px;
	z-index:5;
}
/* logo */
.logo {
	margin:0;
}
.logo a {
	background:url(images/bg-logo.png) no-repeat;
	width:297px;
	height:89px;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	left:-59px;
	top:3px;
	cursor:pointer;
	z-index:8;
}
/* login */
.login {
	width:100%;
	overflow:hidden;
	margin:0 0 64px;
}
.login a {
	float:right;
	background:url(images/bg-login.gif) no-repeat;
	height:15px;
	color:#fff;
	font-size:9px;
	line-height:11px;
	font-weight:bold;
	text-transform:uppercase;
}
.login a span {
	float:left;
	background:url(images/bg-login.gif) no-repeat 100% -15px;
	padding:1px 8px 3px;
	cursor:pointer;
	height:11px;
}
.login a:hover span {
	text-decoration:underline;
}
/* slogan */
/** START ACTENCY **/
/*.slogan {
	background:url(images/bg-slogan.png) no-repeat;
	width:423px;
	height:15px;
	position:absolute;
	left:260px;
	top:48px;
	text-indent:-9999px;
	overflow:hidden;
}*/
.slogan {
  color:#aaa;
  font-size:14px;
  width:715px;
  height:17px;
  position:absolute;
  left:260px;
  top:48px;
  overflow:hidden;
  margin:0;
}
.slogan span {
  color:#689FEE;
}
/** END ACTENCY **/
.navbar {
	background:url(images/bg-navbar.png) no-repeat;
	width:973px;
	height:39px;
	padding:9px 0 0;
}
.navbar:after {
	clear:both;
	content:'';
	display:block;
}
/* search */
.search fieldset {
	float:right;
	position:relative;
	margin:2px 6px 0 0;
	display:inline;
}
.search label {
	float:left;
	margin:4px 12px 0 0;
	color:#94c0ff;
	font-size:12px;
}
.search div {
	float:left;
	background:url(images/sprite.png) no-repeat;
	width:168px;
	height:22px;
	padding:5px 0 0 11px;
}
.search .text {
	float:left;
	background:none;
	color:#262626;
	width:140px;
	margin:0 5px 0 0;
	padding:0;
	border:none;
}
.search .submit {
	background:url(images/sprite.png) no-repeat -181px -5px;
	width:14px;
	height:14px;
	text-indent:-9999px;
	line-height:0;
	cursor:pointer;
	border:none;
	float:left;
}
/* nav */
#nav {
	float:left;
	margin:0;
	padding:0 0 0 16px;
	list-style:none;
}
#nav li {
	float:left;
	background:url(images/divider.gif) no-repeat 100% 50%;
	position:relative;
	padding:0 0 0 4px;
}
#nav li a,
#nav li .nolink {
	float:left;
	height:25px;
	color:#fff;
	font-size:12px;
	line-height:25px;
}
#nav li a:hover,
#nav li .nolink:hover {
	text-decoration:none;
}
#nav li a span,
#nav li .nolink span {
	float:left;
	overflow:hidden;
	height:25px;
}
#nav li .nolink span {
	cursor:default;
}
#nav li a .l,
#nav li .nolink .l {
	width:8px;
}
#nav li a:hover .l,
#nav li .nolink:hover .l, 
#nav li:hover a .l,
#nav li:hover .nolink .l,
#nav li.hover a .l,
#nav li.hover .nolink .l,
#nav li a.active .l,
#nav li .nolink.active .l {
	background:url(images/bg-nav-l2.png) no-repeat;
}
#nav li a .c,
#nav li .nolink .c {
	height:24px;
	margin:1px 0 0;
	padding:0 8px 0 7px;
}
#nav li a:hover .c,
#nav li .nolink:hover .c,
#nav li:hover a .c,
#nav li:hover .nolink .c,
#nav li.hover a .c,
#nav li.hover .nolink .c,
#nav li a.active .c,
#nav li .nolink.active .c {
	background:#6496dd;
}
#nav li a .r,
#nav li .nolink .r {
	width:12px;
}
#nav li a:hover .r,
#nav li .nolink:hover .r,
#nav li:hover a .r,
#nav li:hover .nolink .r,
#nav li.hover a .r,
#nav li.hover .nolink .r,
#nav li a.active .r,
#nav li .nolink.active .r {
	background:url(images/bg-nav-r2.png) no-repeat;
}
#nav li a.has-drop-down-a:hover .r,
#nav li .nolink.has-drop-down-a:hover .r,
#nav li:hover a.has-drop-down-a .r,
#nav li:hover .nolink.has-drop-down-a .r,
#nav li.hover .nolink.has-drop-down-a .r,
#nav li.hover a.has-drop-down-a .r{
	background:url(images/bg-nav-r.png) no-repeat;
}
#nav li a.has-drop-down-a:hover .l,
#nav li .nolink.has-drop-down-a:hover .l,
#nav li:hover a.has-drop-down-a .l,
#nav li:hover .nolink.has-drop-down-a .l,
#nav li.hover a.has-drop-down-a .l,
#nav li.hover .nolink.has-drop-down-a .l {
	background:url(images/bg-nav-l.png) no-repeat;
}
/* drop */
.drop {
	position:absolute;
	/*CHARLES width:156px;*/
        margin-left: 1px;
        /* END */
	left:4px;
	top:24px;
	display:none;
}
#nav li:hover .drop,
#nav li.hover .drop {
	display:block;
}
.drop .top {
	background:url(images/bg-drop-top.png) no-repeat;
	/*CHARLES width:156px;*/
	height:10px;
	overflow:hidden;
}
/*CHARLES*/
.drop .top .button{
	background:url(images/bg-drop-top-button.png) no-repeat;
	height:10px;
	overflow:hidden;
}
/* END */
.drop .mid {
	background:url(images/bg-drop-mid.png) repeat;
	/*CHARLES width:156px;*/
	overflow:hidden;
}
.drop .btm {
	background:url(images/bg-drop-btm.png) no-repeat;
	/*CHARLES width:156px;*/
	height:13px;
	overflow:hidden;
}
.drop ul {
	margin:0;
	padding:0 0 0 6px;
	list-style:none;
	height:1%;
	overflow:hidden;
	position:relative;
}
/*CHARLES */
.drop ul li ul{
	list-style: disc outside url("images/bullet1.gif");
}
/*END */	
#nav .drop li {
	float:none;
	/*CHARLES background:url(images/divider2.gif) no-repeat 7px 0;*/
	/* END */
	height:1%;
	/*CHARLES overflow:hidden; */
	vertical-align:top;
	padding:2px 0 1px;
	margin:-1px 0 1px;
}
#nav li .drop li a {
	float:none;
	display:block;
	/*CHANGE width:142px;*/
	height:auto;
	color:#fff;
	font-size:11px;
	line-height:19px;
}
#nav li .drop li a em {
	display:block;
	/*CHANGE width:124px;*/
	padding:0 9px;
	font-style:normal;
	cursor:pointer;
}
/* CHARLES */
#nav li .drop li a:hover {
	background:#fff url(images/bg-drop-link.gif) no-repeat top left;
	color:#3a3a3a;
}
#nav li .drop li a:hover em {
	background:url(images/bg-drop-link2.gif) no-repeat top right;
}
#nav .drop li ul.sub_menu_three li {
    margin-left: 15px;
}
/* END */
/* main */
#main {
	padding:156px 0 67px;
	height:1%;
	overflow:hidden;
}
/* intro */
.intro {
	background:url(images/bg-intro.png) no-repeat;
	width:980px;
	height:180px;
	overflow:hidden;
	margin:0 0 2px;
	padding:11px 0 0;
}
.intro h2 {
	margin:0 0 19px;
	text-align:center;
	color:#4c4c4c;
	font-size:13px;
	line-height:16px;
	font-weight:normal;
}
.intro h2 strong {
	color:#689fee;
	font-weight:bold;
	font-size:15px;
}
/* alignleft */
.alignleft {
	float:left !important;
}
/* alignright */
.alignright {
	float:right !important;
}
/* aligncenter */
.aligncenter {
	display:block;
	margin:0 auto;
}
/* intro columns */
.intro .columns {
	width:970px;
	overflow:hidden;
	padding:0 0 0 10px;
}
/* intro column */
.intro .column {
	float:left;
	width:480px;
	height:211px;
	position:relative;
}
.intro .column.violet {
	width:308px;
}
/* intro visual */
.intro .visual {
	background:url(images/bg-visual.png) no-repeat;
	width:308px;
	height:99px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 3px;
	display:block;
}
.intro .visual:hover {
	background-position:-308px 0;
}
.intro .orange .visual {
	background-position:0 -99px;
}
.intro .orange .visual:hover {
	background-position:-308px -99px;
}
.intro h3 {
	margin:0 0 5px 2px;
	color:#7075c6;
	font-size:18px;
	line-height:18px;
}
.intro .orange h3 {
	color:#ee9f39;
}
.intro .violet h3 {
	color:#a767b2;
}
.intro h3 span {
	color:#535353;
	font-size:12px;
	display:block;
	font-weight:normal;
}

.intro .visual-div{
	display: inline-block; 
	padding-left: 4px;
    	width: 306px;
}

.intro .blue .text-div{
	text-align: right; 
	display: inline-block; 
	width: 165px;
	float:left;
}

.intro .orange .text-div{
	text-align: left; 
	display: inline-block; 
	width: 165px;
	float:right;
}

/* intro btn */
.intro .btn {
	position:absolute;
	left:30px;
	/*left:98px;*/
	/*bottom:13px;*/
	background:url(images/btn-nos.png) no-repeat;
	width:115px;
	/*width:226px;*/
	height:33px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	font-size: 0px;
}
.intro .orange .btn {
	background:url(images/btn-nos2.png) no-repeat;
	right:25px;
	left: auto;
}
.intro .violet .btn {
	background:url(images/btn-nos3.png) no-repeat;
}
/* twocolumns */
#twocolumns {
	width:100%;
	background:url(images/bg-main.gif) repeat-y 723px 0;
}
#twocolumns:after {
	clear:both;
	content:'';
	display:block;
}
/* content */
#content {
	float:left;
	width:639px;
	padding:0 0 0 38px;
}
/* content-holder */
.content-holder {
	height:1%;
	overflow:hidden;
	margin:0 0 2px;
}
.content-holder .section {
	float:left;
	width:238px;
}
.text-auriga {
	margin:0 0 10px;
	font-size:10px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/text-auriga.png) no-repeat;
	width:222px;
	height:60px;
}
.text-auriga2 {
	margin:0 0 18px;
	padding:0 0 5px;
	border-bottom:1px solid #7ca4dd;
	color:#727372;
	font-size:12px;
	line-height:18px;
	text-align:left;
	text-transform:uppercase; 
}
.content-holder .section blockquote {
	margin:0 0 1px;
	padding:0;
	background:url(images/bg-quote.gif) no-repeat 100% 96%;
	color:#505151;
	height:1%;
	overflow:hidden;
}
.content-holder .section blockquote p {
	margin:0 0 9px;
}
/* button */
.button {
	height:1%;
	overflow:hidden;
}
.formation-block .button {
	padding-left:3px;
}
.button a {
	float:left;
	background:url(images/bg-button.gif) no-repeat;
	height:16px;
	color:#fff;
	text-transform:uppercase;
	font-size:10px;
	line-height:15px;
	font-weight:bold;
}
.formation-block .violet .button a {
	background:url(images/bg-button3.gif) no-repeat;
}
.formation-block .pink .button a {
	background:url(images/bg-button4.gif) no-repeat;
}
.button a span {
	float:left;
	background:url(images/bg-button-r.gif) no-repeat 100% 0;
	height:16px;
	cursor:pointer;
	padding:0 10px;
}
.formation-block .violet .button a span {
	background:url(images/bg-button-r3.gif) no-repeat 100% 0;
}
.formation-block .pink .button a span {
	background:url(images/bg-button-r4.gif) no-repeat 100% 0;
}
.button a:hover span {
	text-decoration:underline;
}
/* button */
.button2 {
	height:1%;
	overflow:hidden;
	color:#fff;
}
.formation-block .button2 {
	padding-left:3px;
}
.button2 a {
	float:left;
	background:url(images/bg-button.gif) no-repeat;
	height:16px;
	color:#fff;
	text-transform:uppercase;
	font-size:10px;
	line-height:15px;
	font-weight:bold;
}
.formation-block .violet .button2 a {
	background:url(images/bg-button3.gif) no-repeat;
}
.formation-block .pink .button2 a {
	background:url(images/bg-button4.gif) no-repeat;
}
.button2 a span {
	float:left;
	color:#fff;
	background:url(images/bg-button-r.gif) no-repeat 100% 0;
	height:16px;
	cursor:pointer;
	padding:0 10px;
}
.formation-block .violet .button2 a span {
	background:url(images/bg-button-r3.gif) no-repeat 100% 0;
	color:#fff;
}
.formation-block .pink .button2 a span {
	background:url(images/bg-button-r4.gif) no-repeat 100% 0;
	color:#fff;
}
.button2 a:hover span {
	text-decoration:underline;
	color:#fff;
}
/* blue-box */
.blue-box {
	float:right;
	background:url(images/bg-blue-box.gif) repeat-y;
	width:377px;
	margin:10px 0 0;
}
.blue-box a {
	color:#fff;

}

.blue-box a:hover {
	text-decoration:underline;
}
.blue-box .holder {
	background:url(images/bg-blue-box-top.gif) no-repeat;
}
.blue-box .frame {
	background:url(http://www.auriga.fr/wp-content/uploads/2011/11/bg-blue-box-btm21.png) no-repeat 0 100%;
	height:1%;
	overflow:hidden;
	padding:16px 28px 10px 39px;
	min-height:256px;
}
* html .blue-box .frame {
	overflow:visible;
	height:256px;
}
.blue-box h3 {
	margin:0 0 18px;
	padding:0 0 5px;
	border-bottom:1px solid #cadcf5;
	color:#cadcf5;
	font-size:16px;
	line-height:20px;
	text-transform:uppercase; 
}
.blue-box h4 {
	margin:0 0 18px;
	padding:0 0 5px;
	border-bottom:1px solid #cadcf5;
	color:#cadcf5;
	font-size:12px;
	line-height:18px;
	text-align:left;
}
.blue-box h5 {
	margin:0 0 2px;
	padding:0 0 12px;
	color:#fff;
	font-size:14px;
	line-height:16px;
	text-align:left;
	letter-spacing:0px;
}

/** START ACTENCY **/
.blue-box h3 a{
	margin:0 0 18px;
	padding:0 0 5px;
	color:#a2c9ff;
	font-size:16px;
	line-height:24px;
}
.blue-box h3 a:hover{
	text-decoration:none;
}
/** END ACTENCY **/
.blue-box h3 strong {
	font-size:22px;
}
.blue-box ul {
	margin:0;
	padding:0 0 0 4px;
	list-style:none;
}
.blue-box ul li {
	background:url(images/bullet9.gif) no-repeat 0 7px;
	padding:0 0 0 11px;
	margin:0 0 9px;
	color:#fff;
	font-size:12px;
	line-height:14px;
}
.blue-box ul li strong {
	font-size:15px;
	line-height:18px;
	display:block;
}
/* grey-box */
.grey-box {
	float:right;
	background:url(http://www.auriga.fr/wp-content/uploads/2011/11/home_gris.png) no-repeat;
	width:368px;
	margin:45px 0 0;
	text-align:left;

}
.grey-box .frame {
	height:1%;
	overflow:hidden;
	padding:16px 31px 10px 39px;
	min-height:256px;
}
.grey-box a {
	color:#4a9dd9;

}
.blue-box a:hover {
	text-decoration:underline;
}
.grey-box h4 {
	margin:0 0 18px;
	padding:0 0 5px;
	border-bottom:1px solid #4a9cd8;
	color:#4a9cd8;
	font-size:12px;
	line-height:18px;
	text-align:left;
}

/* references */
.references {
	height:1%;
	overflow:hidden;
}
.references h3 {
	margin:0 0 20px;
	/*margin:30px 0 20px;*/
	padding:0 0 7px;
	border-bottom:1px solid #e2e2e2;
	font-size:14px;
	line-height:16px;
	color:#5b5a5a;
	letter-spacing:1px;
}
.references ul {
	margin:0 0 17px -35px;
	width:671px;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.references ul li {
	float:left;
	margin:0 0 0 35px;
	display:inline;
}
.references img {
	vertical-align:top;
}
/* sidebar */
#sidebar {
	float:right;
	width:219px;
	padding:8px 18px 0 0;
	position:relative;
	margin:0 0 -17px;
}
/* widget */
.widget {
	position:relative;
	height:1%;
	overflow:hidden;
	margin:0 0 22px;
	line-height:13px;
}
.widget .holder {
	height:1%;
	overflow:hidden;
	padding:0 6px 0 5px;
}
.widget h3 {
	border-bottom:1px solid #e2e2e2;
	padding:0 0 5px;
	margin:0 0 8px;
	color:#5b5a5a;
	font-size:14px;
	line-height:16px;
}
.widget .c h3 {
	color:#689fee;
}
.widget h4 {
	color:#689fee;
	font-size:11px;
	line-height:13px;
	margin:0 0 2px;
}
.widget p {
	margin:0 0 14px;
}
.widget .date {
	display:block;
	font-style:normal;
	margin:0 0 3px;
	color:#939494;
	font-size:10px;
	line-height:12px;
}
.widget .t {
	background:url(images/bg-widget-top.gif) no-repeat;
	width:219px;
	height:7px;
	overflow:hidden;
}
.widget .c {
	background:#f3f3f3 url(images/bg-widget.gif) repeat-y 214px 0;
	width:188px;
	overflow:hidden;
	padding:11px 15px 6px 16px;
}
.widget .c p {
	margin:0 0 25px;
}
.widget .b {
	background:url(images/bg-widget-btm.gif) no-repeat;
	width:219px;
	height:8px;
	overflow:hidden;
}
.widget .btn-help,
.widget .btn-message {
	position:absolute;
	right:6px;
	top:6px;
	background:url(images/sprite.png) no-repeat 0 -137px;
	width:15px;
	height:14px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
/** START ACTENCY **/
.widget span.btn-help,
.widget span.btn-message {
  cursor:auto;
}
/** END ACTENCY **/
.widget .btn-message {
	right:6px;
	top:6px;
	width:16px;
	height:15px;
	background-position:-36px -136px;
}
/* newsletter */
.newsletter {
	margin:-11px 0 7px -2px;
	position:relative;
}
.newsletter fieldset {
	background:url(images/sprite.png) no-repeat 0 -201px;
	width:174px;
	height:19px;
	overflow:hidden;
	padding:3px 0 0 11px;
}
.newsletter .text {
	float:left;
	border:none;
	background:none;
	color:#262626;
	font-size:11px;
	width:150px;
	margin:0 4px 0 0;
	padding:0;
}
.newsletter .submit {
	background:url(images/sprite.png) no-repeat -188px -204px;
	width:16px;
	height:16px;
	text-indent:-9999px;
	line-height:0;
	cursor:pointer;
	border:none;
	float:left;
}
/* side-contact */
.side-contact {
	background:url(images/sprite.png) no-repeat 0 -31px;
	width:208px;
	height:23px;
	margin:0 0 17px;
	padding:79px 0 0 11px;
	letter-spacing:1px;
}
.side-contact strong {
	display:none;
}

/** START ACTENCY **/
.side-contact a {
	color:#fff;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	padding:75px 90px 5px 10px;
	margin-left:-10px;
}
/** END ACTENCY **/

/* side-intro */
.side-intro {
	height:1%;
	overflow:hidden;
	margin:0 0 13px;
	border-bottom:1px solid #e2e2e2;
	padding:2px 0 9px;
}
.side-intro h3 {
	margin:0 0 9px;
	color:#4c4c4c;
	font-size:13px;
	line-height:17px;
	font-weight:normal;
}
.side-intro h3 strong {
	color:#689fee;
	font-size:15px;
}
.side-intro ul {
	margin:0;
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
}
.side-intro ul li {
	background:url(images/bg-side-intro.png) no-repeat;
	width:215px;
	height:85px;
	position:relative;
	margin:0 0 7px;
}
.side-intro ul li.orange {
	background-position:0 -92px;
}
.side-intro ul li.violet {
	background-position:0 -184px;
	height:98px;
}

/** START ACTENCY **/
.side-intro ul h4 {
	position:absolute;
	/*left:10px;
	bottom:9px;*/
	left:0;
	bottom:0;
	padding:50px 45px 9px 10px;
	color:#fff;
	font-size:14px;
	line-height:13px;
	width:160px;
	margin:0;
}

.side-intro ul h4 a {
  color:#fff;
}
.side-intro ul h4 a:hover {
  text-decoration:none;
  cursor:pointer;
}
/** END ACTENCY **/

.side-intro ul h4 span {
	display:block;
	font-size:11px;
	color:#d3d6ff;
	font-weight:normal;
}
.side-intro ul .orange h4 span {
	color:#ffe9cc;
}
.side-intro ul .violet h4 span {
	color:#ebc6ff;
}
/* footer */
#footer {
	height:1%;
	overflow:hidden;
	border-top:3px solid #efefef;
	padding:23px 0 20px 106px;
	position:relative;
	color:#9c9c9c;
	font-size:10px;
}
/* footer-logos, */
.footer-logo a,
.footer-logo2 a {
	background:url(images/sprite.png) no-repeat -64px -157px;
	width:87px;
	height:27px;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	left:3px;
	top:16px;
}
.footer-logo2 a {
	left:auto;
	width:60px;
	height:36px;
	right:1px;
	top:11px;
	background-position:0 -157px;
}
#footer p {
	float:left;
	margin:0 77px 0 0;
	color:#9C9C9C;
}
#footer ul {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
}
#footer ul li {
	background:url(images/divider3.gif) no-repeat 0 50%;
	padding:0 11px 0 12px;
	margin:0 12px 0 -12px;
	float:left;
	font-weight:bold;
}
#footer ul a {
	color:#9c9c9c;
}
/* main-block */
.main-block {
	background:url(images/bg-content.png) no-repeat;
	width:674px;
	min-height:502px;
	margin:0 0 0 -38px;
	padding:0 15px 0 32px;
}
.main-block:after {
	clear:both;
	content:'';
	display:block;
}
* html .main-block {
	height:502px;
}
/* btn-retour */
.btn-retour {
	width:100%;
}
.btn-retour:after {
	clear:both;
	content:'';
	display:block;
}
.btn-retour a {
	float:left;
	background:url(images/bg-button2.gif) no-repeat;
	height:15px;
	color:#fff;
	text-transform:uppercase;
	font-size:9px;
	line-height:14px;
	font-weight:bold;
	margin:-12px 0 10px -8px;
	position:relative;
}
.btn-retour a span {
	float:left;
	background:url(images/bg-button-r2.gif) no-repeat 100% 0;
	height:15px;
	cursor:pointer;
	padding:0 10px;
}
.btn-retour a:hover span {
	text-decoration:underline;
}
/* breadcrumb */
.breadcrumb {
	padding:12px 0 0;
	list-style:none;
	margin:0 0 -8px;
	position:relative;
	width:100%;
	overflow:hidden;
}
.breadcrumb li {
	float:left;
	background:url(images/bullet.gif) no-repeat 0 50%;
	padding:0 10px 0 12px;
	color:#868585;
	font-size:10px;
	line-height:13px;
	position:relative;
}
.breadcrumb a {
	color:#848484;
}
.breadcrumb li.home {
	background:none;
	padding-left:0;
}
.breadcrumb li.home a {
	background:url(images/sprite.png) no-repeat -20px -138px;
	width:10px;
	height:10px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}
/* main-block heading */
.main-block .heading {
	overflow:hidden;
	background:url(images/bg-heading.gif) no-repeat 0 100%;
	width:600px;
	padding:28px 62px 3px 0;
	margin:0 0 22px;
}
.main-block .heading h1 {
	margin:0 0 5px;
	color:#4c4c4c;
	font-size:18px;
	line-height:24px;
	letter-spacing:1px;
}
.main-block .heading h2 {
	margin:0 0 5px;
	color:#4c4c4c;
	font-size:18px;
	line-height:24px;
	letter-spacing:1px;
}
.main-block .heading h2 strong {
	color:#689fee;
	font-size:22px;
}
.main-block .heading h2.mark strong {
	color:#868cde;
	display:block;
}

/* ACTENCY - Formation continue */
.main-block#formation-continue .heading h2.mark strong {
  color:#eda950;
}
/* ACTENCY - Formation aux métiers de la santé */
.main-block#formation-aux-metiers-de-la-sante .heading h2.mark strong {
  color:#a364b0;
}


/* content-block */
.content-block {
	width:100%;
	/**color:#000; ACTENCY **/
}
.content-block:after {
	clear:both;
	content:'';
	display:block;
}
.content-block h3 {
	margin:0 0 15px;
	background:url(images/arrow.gif) no-repeat 0 8px;
	font-size:15px;
	line-height:18px;
	color:#689fee;
	padding:0 0 0 13px;
	letter-spacing:1px;
}
/* .text-block */
.content-block .text-block {
	padding:0 0 20px 13px;
	height:1%;
	overflow:hidden;
}
/* text-block2 */
.content-block .text-block2 {
	padding:0 0 26px;
}
.content-block .text-block p {
	margin:0 0 4px;
}
/* step-list */
.step-list {
	background:url(images/bg-step.png) no-repeat;
	width:657px;
	height:82px;
	margin:0 0 17px;
	padding:0 0 0 33px;
	list-style:none;
}
/** START ACTENCY **/
ol.step-list {
  background:url(images/bg-step.png) no-repeat;
}
/** END ACTENCY **/
.step-list li {
	display:inline-block;
	width:122px;
	color:#fff;
	text-transform:uppercase;
	font-size:10px;
	line-height:22px;
	vertical-align:middle;
	padding:17px 0 0;
}
/** START ACTENCY **/
.step-list.methodologie li {
  display:inline-block;
  width:122px;
  color:#fff;
  text-transform:uppercase;
  font-size:10px;
  line-height:22px;
  vertical-align:middle;
  padding:17px 0 0;
  *float:left;
}
/** END ACTENCY **/
.step-list li strong {
	color:#fff;
	font-size:22px;
	vertical-align:middle;
}
.step-list li span {
	vertical-align:middle;
}
/* content-def-list */
.content-def-list {
	margin:0 0 20px;
	padding:0;
	width:100%;
	overflow:hidden;
}
.content-def-list dt {
	float:left;
	width:131px;
	background:url(images/arrow.gif) no-repeat 14px 4px;
	padding:12px 0 0 15px;
	color:#8d8d8d;
	font-size:10px;
	text-transform:uppercase;
}
.content-def-list dt strong {
	display:block;
	font-size:11px;
	line-height:13px;
	color:#689fee;
}
.content-def-list dt em {
	color:#689fee;
	font-style:normal;
}
.content-def-list dt span {
	color:#8d8d8d;
}
.content-def-list dd {
	float:left;
	width:490px;
	background:url(images/arrow2.png) no-repeat 0 50%;
	margin:0;
	padding:1px 0 1px 25px;
}
.content-def-list ul {
	margin:0;
	padding:0;
	list-style:none;
}
.content-def-list ul li {
	background:url(images/bullet3.gif) no-repeat 0 4px;
	padding:0 0 3px 10px;
	/**color:#000; ACTENCY **/
}
/* lnk-plus */
.lnk-plus {
	overflow:hidden;
	padding:6px 20px 24px 0;
}
.solutions .lnk-plus {
  margin-left:135px;
	padding:0 0 10px 20px;
}
.solutions .lnk-plus a {
	float:left;
	color:#868cde;
	background:url(images/ico-plus2.gif) no-repeat 0 50%;
}
.lnk-plus a {
	float:right;
	color:#689fee;
	background:url(images/ico-plus.gif) no-repeat 0 50%;
	padding:0 0 0 13px;
	font-weight:bold;
}

/* ACTENCY - Formation continue */
.main-block#formation-continue .lnk-plus a {
  color:#eda950;
  background:url(images/ico-plus3.gif) no-repeat 0 50%;
}
/* ACTENCY - Formation aux métiers de la santé */
.main-block#formation-aux-metiers-de-la-sante .lnk-plus a {
  color:#a364b0;
}
/** START ACTENCY **/
.lnk-plus a span {
	border-bottom:1px dotted #c8c8c7;
	/*font-size:13px;*/
	font-size:15px;
	line-height:16px;
	float:left;
	cursor:pointer;
}
/** END ACTENCY **/
/* ACTENCY - Formation continue */
.main-block#formation-continue .lnk-plus a span {
  border-bottom:1px dotted #eda950;
}
/* ACTENCY - Formation aux métiers de la santé */
.main-block#formation-aux-metiers-de-la-sante .lnk-plus a span {
  border-bottom:1px dotted #a364b0;
}

.lnk-plus a:hover span {
	border-bottom:1px dotted #fff;
}
.lnk-plus a:hover {
	text-decoration:none;
}
/* blue-box2 */
.blue-box2 {
	background:url(images/bg-blue-box2.gif) repeat-y;
	width:646px;
	position:relative;
	margin:0 0 0 13px;
}
/** START ACTENCY **/
.blue-box2.erp {
  background:url(images/bg-blue-box2.gif) repeat-y;
  width:646px;
  position:relative;
  margin:50px 0 0 13px;
}
/** END ACTENCY **/
.blue-box2 .holder {
	background:url(images/bg-blue-box-top2.gif) no-repeat;
}
.blue-box2 .frame {
	background:url(images/bg-blue-box-btm2.gif) no-repeat 0 100%;
	height:1%;
	overflow:hidden;
	padding:11px 75px 20px 24px;
	/**min-height:404px; ACTENCY **/
	min-height:455px;
}
/** START ACTENCY **/
.blue-box2.erp .frame {
  min-height:295px;
}
/* schema erp */
p img.aligncenter.size-full.wp-image-315.png, /* http://auriga.actency.fr */
p img.aligncenter.size-full.wp-image-318.png  /* http://localhost/auriga */{
  margin: 50px auto 0;
}
/** END ACTENCY **/
* html .blue-box2 .frame {
	overflow:visible;
	height:404px;
}
.blue-box2 h2 {
	color:#a2c9ff;
	font-size:16px;
	line-height:24px;
	border-bottom:1px solid #80aded;
	padding:0 0 6px;
	margin:0 0 23px;
}
.blue-box2 h2 strong {
	font-size:22px;
}
.blue-box2 ul {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.blue-box2 ul li {
	height:1%;
	overflow:hidden;
	vertical-align:top;
	margin:0 0 8px;
	background:url(images/bullet5.gif) no-repeat 0 5px;
	padding:0 0 0 17px;
	color:#f0f6ff;
}
.blue-box2 ul li ul li {
  background:url(images/bullet.gif) no-repeat 0 5px;
}
.blue-box2 ul li p {
  color:#f0f6ff;
}
.blue-box2 ul strong {
	display:block;
	color:#fff;
	font-size:12px;
	margin:0 0 5px;
}
.blue-box2 ul p {
	margin:0 0 3px;
}
.btn-haut a {
	position:absolute;
	right:3px;
	bottom:2px;
	background:url(images/bg-button2.gif) no-repeat;
	height:15px;
	color:#fff;
	text-transform:uppercase;
	font-size:9px;
	line-height:14px;
	font-weight:bold;
}
.btn-haut a span {
	float:left;
	background:url(images/bg-button-r2.gif) no-repeat 100% 0;
	height:15px;
	cursor:pointer;
	padding:0 10px;
}
.btn-haut a:hover span {
	text-decoration:underline;
}
/* blue-box3 */
.blue-box3 {
	width:646px;
	position:relative;
	margin:0 0 0 13px;
}
/** START ACTENCY **/
.blue-box3.erp {
  width:646px;
  position:relative;
  margin:50px 0 0 13px;
}
.blue-box3 a {
	color:#fff;
	font-size:12px;
	font-weight:bold;
}

.blue-box3 a:hover {
	text-decoration:underline;
}
/** END ACTENCY **/
.blue-box3 .holder {
	background:url(images/bg-blue-box-top2.gif) no-repeat;
}
.blue-box3 .frame {
	background:url(images/bg-blue-box-btm2.gif) no-repeat 0 100%;
	height:1%;
	overflow:hidden;
	padding:11px 75px 20px 24px;
	/**min-height:404px; ACTENCY **/
	min-height:455px;
}
/** START ACTENCY **/
.blue-box3.erp .frame {
  min-height:295px;
}
/* schema erp */
p img.aligncenter.size-full.wp-image-315.png, /* http://auriga.actency.fr */
p img.aligncenter.size-full.wp-image-318.png  /* http://localhost/auriga */{
  margin: 50px auto 0;
}
/** END ACTENCY **/
* html .blue-box3 .frame {
	overflow:visible;
	height:404px;
}
.blue-box3 h2 {
	color:#a2c9ff;
	font-size:16px;
	line-height:24px;
	border-bottom:1px solid #80aded;
	padding:0 0 6px;
	margin:0 0 23px;
}
.blue-box3 h2 strong {
	font-size:22px;
}
.blue-box3 ul {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.blue-box3 ul li {
	height:1%;
	overflow:hidden;
	vertical-align:top;
	margin:0 0 8px;
	background:url(images/bullet5.gif) no-repeat 0 5px;
	padding:0 0 0 17px;
	color:#f0f6ff;
}
.blue-box3 ul li ul li {
  background:url(images/bullet.gif) no-repeat 0 5px;
}
.blue-box3 ul li p {
  color:#f0f6ff;
}
.blue-box3 ul strong {
	display:block;
	color:#fff;
	font-size:12px;
	margin:0 0 5px;
}
.blue-box3 ul p {
	margin:0 0 3px;
}
.btn-haut a {
	position:absolute;
	right:3px;
	bottom:2px;
	background:url(images/bg-button2.gif) no-repeat;
	height:15px;
	color:#fff;
	text-transform:uppercase;
	font-size:9px;
	line-height:14px;
	font-weight:bold;
}
.btn-haut a span {
	float:left;
	background:url(images/bg-button-r2.gif) no-repeat 100% 0;
	height:15px;
	cursor:pointer;
	padding:0 10px;
}
.btn-haut a:hover span {
	text-decoration:underline;
}

/* formation-block */
.formation-block {
	width:655px;
}
.formation-block:after {
	clear:both;
	content:'';
	display:block;
}
/* formation-block section */
.formation-block .section {
	height:1%;
	margin:0 0 11px;
}
.formation-block .section:after {
	clear:both;
	content:'';
	display:block;
}
.formation-block .section .t {
	background:url(images/bg-formation-top.gif) no-repeat;
	width:655px;
	height:7px;
	overflow:hidden;
}
.formation-block .section .c {
	background:#f3f3f3 url(images/bg-formation.gif) repeat-y 100% 0;
	height:1%;
	padding:6px 22px 7px 19px;
}
.formation-block .section .c:after {
	clear:both;
	content:'';
	display:block;
}
.formation-block .section .b {
	background:url(images/bg-formation-btm.gif) no-repeat;
	width:655px;
	height:6px;
	overflow:hidden;
}
.formation-block h4 {
	margin:0 0 11px;
	color:#535353;
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	border-bottom:1px solid #e2e2e2;
	padding:0 0 3px;
}
.formation-block h4 strong {
	color:#ee9f39;
	font-size:14px;
}
.formation-block .violet h4 strong {
	color:#767bcd;
}
.formation-block .pink h4 strong {
	color:#a767b2;
}
.formation-block .holder {
	width:100%;
	float:left;
}
.formation-block .block {
	/*width:373px; ACTENCY */
	width:377px;
	float:left;
}
.formation-block .block ul {
	height:1%;
	overflow:hidden;
	margin:0;
	/*padding:7px 0 17px 13px; ACTENCY */
	padding:7px 0 17px 2px;
	list-style:none;
}
.formation-block .block li {
	float:left;
	/*margin:0 32px 0 0; ACTENCY */
	margin:0 13px 0 0;
	display:inline;
}
.formation-block .block img {
	vertical-align:top;
}
/* argument */
.formation-block .argument {
	float:left;
	width:215px;
	background:url(images/divider4.gif) no-repeat 0 50%;
	padding:0 0 0 22px;
	color:#333;
	font-size:10px;
	line-height:13px;
}
.formation-block .argument h5 {
	margin:0 0 0 -7px;
	background:url(images/bg-quote2.gif) no-repeat 0 30%;
	font-size:11px;
	line-height:14px;
	padding:0 0 4px 15px;
	color:#ee9f39;
}
.formation-block .argument .tooltip h5 {
	margin:0;
}
.formation-block .argument .orange .tooltip h5 {
	background-position:0 15%;
}
.formation-block .violet .argument .tooltip h5 {
	color:#767bcd;
	background:url(images/bg-quote5.gif) no-repeat 0 3px;
}
.formation-block .violet .argument h5 {
	background:url(images/bg-quote4.gif) no-repeat 0 30%;
	color:#689fee;
}
.formation-block .pink .argument h5 {
	background:url(images/bg-quote3.gif) no-repeat 0 30%;
	color:#a767b2;
}
.formation-block .argument p {
	margin:0;
}
/* tooltip */
.formation-block .tooltip {
	float:right;
	clear:right;
	width:15px;
	height:15px;
	position:relative;
	margin:-7px -3px 0 0;
}
.formation-block .tooltip .btn {
	display:block;
	background:url(images/sprite.png) no-repeat 0 -230px;
	width:15px;
	height:15px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
.formation-block .violet .tooltip .btn {
	background-position:-18px -230px;
}
.formation-block .pink .tooltip .btn {
	background-position:-36px -230px;
}
/* tooltip box */
.formation-block .tooltip .box {
	position:absolute;
	right:15px;
	top:-101px;
	display:none;
}
.formation-block .tooltip:hover .box,
.formation-block .tooltip.hover .box {
	display:block;
}
.formation-block .tooltip .top {
	background:url(images/bg-tooltip-top.png) no-repeat;
	width:270px;
	height:161px;
	float:left;
	overflow:hidden;
}
/** START ACTENCY **/
.formation-block .tooltip .top span {
  display:none;
}
/** END ACTENCY **/
.formation-block .tooltip .mid {
	background:url(images/bg-tooltip-mid.png) repeat-y;
	width:270px;
	float:left;
}
* html .formation-block .tooltip .mid {
	overflow:hidden;
}
.formation-block .tooltip .mid:after {
	clear:both;
	content:'';
	display:block;
}
.formation-block .tooltip .btm {
	background:url(images/bg-tooltip-btm.png) no-repeat;
	width:270px;
	height:21px;
	float:left;
	overflow:hidden;
}
/** START ACTENCY **/
.formation-block .tooltip .btm span {
  display:none;
}
/** END ACTENCY **/
/* formation-block tooltip inner */
.formation-block .tooltip .inner {
	position:relative;
	height:1%;
	overflow:hidden;
	margin:-145px 10px 2px 19px;
}
.formation-block .tooltip blockquote {
	padding:0 25px 0 5px;
	margin:0;
	color:#333;
	font-size:10px;
	line-height:13px;
	font-style:italic;
}
.formation-block .tooltip blockquote q {
	display:block;
	margin:0 0 4px;
}
.formation-block .tooltip blockquote cite {
	color:#afafaf;
}
/* solution-block */
.solution-block {
	width:646px;
	overflow:hidden;
	margin:0 0 0 3px;
}
/* solution-block box */
.solution-block .box {
	height:1%;
	overflow:hidden;
	margin:0 0 16px;
}
.solution-block .box .t {
	background:url(images/bg-solution-top.png) no-repeat;
	height:9px;
	overflow:hidden;
	width:100%;
}
.solution-block .box .c {
	background:url(images/bg-solution.gif) repeat-y;
	height:1%;
	overflow:hidden;
	padding:0 0 14px 18px;
}
.solution-block .box .b {
	background:url(images/bg-solution-btm.png) no-repeat;
	height:9px;
	overflow:hidden;
	width:100%;
}
.content-block .solution-block h3 {
	margin:0 0 1px;
	background:none;
	font-size:18px;
	line-height:19px;
	color:#868cde;
	padding:0;
	letter-spacing:0;
}

/* ACTENCY - Formation continue */
.main-block#formation-continue .content-block .solution-block h3 {
  color:#eda950;
}
/* ACTENCY - Formation aux métiers de la santé */
.main-block#formation-aux-metiers-de-la-sante .content-block .solution-block h3 {
  color:#a364b0;
}

.solution-block .block {
	width:662px;
	margin:0 0 0 -35px;
}
/* solution-block section */
.solution-block .section {
	float:left;
	width:296px;
	margin:0 0 0 35px;
	display:inline;
}
.solution-block h4 {
	text-transform:uppercase;
	color:#8d8d8d;
	font-size:11px;
	line-height:14px;
	margin:0 0 8px;
}
.solution-block ul {
	margin:0;
	padding:0 35px 0 4px;
	list-style:none;
}
.solution-block li {
	background:url(images/bullet6.gif) no-repeat 0 5px;
	color:#000;
	font-size:12px;
	line-height:16px;
	padding:0 0 3px 10px;
}

/* ACTENCY - Formation continue */
.main-block#formation-continue .solution-block li {
 background:url(images/bullet7.gif) no-repeat 0 5px;
}
/* ACTENCY - Formation aux métiers de la santé */
.main-block#formation-aux-metiers-de-la-sante .solution-block li {
  background:url(images/bullet8.gif) no-repeat 0 5px;
}

.solution-block li span {
	color:#616161;
}
/* solutions */
.solutions {
	width:100%;
	overflow:hidden;
}
/* solutions visual */
.solutions .visual {
	height:1%;
	overflow:hidden;
	padding:0 9px 17px 0;
	color:#000;
}
.solutions .visual p {
	margin:0 0 12px;
	position:relative;
}
.solutions .visual a {
	color:#868cde;
}

/* ACTENCY - Formation continue */
.main-block#formation-continue .solutions .visual a {
  color:#eda950;
}
/* ACTENCY - Formation aux métiers de la santé */
.main-block#formation-aux-metiers-de-la-sante .solutions .visual a {
  color:#a364b0;
}

.solutions .visual .aligncenter {
	margin:-23px auto 0;
}

/** START ACTENCY CFORMS **/
.cf_info.failure {
  width:100%;
}
div.cf_info.success.success2 {background:none; color:#008200; margin:0 auto; width:160px;} 

form.cform {
  width:100%;
}

form.cform ol li input,
form.cform ol li textarea {
  width:75%;
}

.solutions p.linklove {display:none;}


form.cform input:hover, form.cform textarea:hover, form.cform select:hover {background:#DEEAF3;}

div.solutions form.cform li.cf-box-title {font-weight:normal; position:relative; bottom:-30px; left:-55px;}
div.solutions form.cform li.cf-box-title.cf_li_err {left:45px; bottom:-36px;}
div.solutions form.cform li.cf-box-group {padding-left:110px;}
div.solutions form.cform li.cf-box-group label.cf-after {margin-left:5px; margin-top:5px;}
div.solutions form.cform select.cformselect {width:165px;}
div.solutions form.cform input.sendbutton {font-size:11px;}


div.solutions form.cform li#li-2-8 {margin-top:-30px !important; left:-30px;}
div.solutions form.cform label.cf-group-after {margin-left:5px; margin-top:6px; width:25%;}
div.solutions form.cform label.cf-group-after span {width:100%;}

form.cform li {position:relative;}
form.cform label {margin:4px 20px 0 0;}
form.cform .reqtxt,
form.cform .emailreqtxt {position:absolute; top:0; left:90px;}


.cform p.cf-sb {text-align:left; margin-left:105px;}
/** END ACTENCY CFORMS **/



/** START ACTENCY **/
ul {list-style:none outside none; padding-left:20px;}
li {background:url("images/bullet3.gif") no-repeat 0 5px; padding:0 0 3px 10px;}
.references li,
.formation-block li,
.step-list li {background:none; padding:0;}

.nocomments {display:none;}

#rss-feed a {background:url(images/rss.gif) no-repeat 1px 1px; position:absolute; top:170px; right:270px; width:24px; height:24px; text-indent:-9999px; overflow:hidden;}
/** END ACTENCY **/



/** START ACTENCY GLOSSAIRE **/
#content.page_25 .solutions h3 {margin-top:40px;}
#content.page_25 .solutions h3:first-child {margin-top:10px;}
#content.page_25 .solutions ul li ul li {background:url("images/bullet.gif") no-repeat 0 5px;}

/** END ACTENCY GLOSSAIRE **/



/* START Styles pour la newsletter "Conférence Educpros – AURIGA : Enseignement supérieur,
 * la révolution de l’individualisation - 18/10/2011"
 * 21/06/2011
 */

.newsletter_conf_ens_sup_et_form_la_revo_de_l_indus_18_10_2011 h1 {
    font-size: 44px;
    font-family: Georgia, Times New Roman, Times, serif;
    color: #4e3227;
    margin: 0px;
}

.newsletter_conf_ens_sup_et_form_la_revo_de_l_indus_18_10_2011 h2 {
    color: #FFFFFF !important;
    margin: 0px;
    text-shadow: #999999 -1px -1px 0px;
    font-size: 36px;
    font-family: Georgia, Times New Roman, Times, serif;
}

.newsletter_conf_ens_sup_et_form_la_revo_de_l_indus_18_10_2011 h3 {
    font-size: 24px; 
    font-family: Georgia, Times New Roman, Times, serif;
    color: #4e3227 !important;
    margin-top: 0;
    margin-bottom: 12px;
}

.newsletter_conf_ens_sup_et_form_la_revo_de_l_indus_18_10_2011 h4 {
    color: #4e3227 !important;
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 18px;
    font-family: Georgia, Times New Roman, Times, serif;
    text-decoration: none;
}

.newsletter_conf_ens_sup_et_form_la_revo_de_l_indus_18_10_2011 p {
	font-size: 14px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7d868c;
	margin: 0px 0px 12px;
}
.newsletter_conf_ens_sup_et_form_la_revo_de_l_indus_18_10_2011 a {
	color: #FFF;
}
.newsletter_conf_ens_sup_et_form_la_revo_de_l_indus_18_10_2011 a:hover {
	color: #FFF;
}

.newsletter_conf_ens_sup_et_form_la_revo_de_l_indus_18_10_2011 .intro p,
.newsletter_conf_ens_sup_et_form_la_revo_de_l_indus_18_10_2011 .intro a {
	color: #FFF;
	margin: 0px;
	text-shadow: #999999 -1px -1px 0px;
	text-decoration: none;
	font: 21px Georgia, "Times New Roman", Times, serif;
}

.newsletter_conf_ens_sup_et_form_la_revo_de_l_indus_18_10_2011 .footer p {
    color: #b2b2b2;
    margin: 0px 0px 12px;
    font-size: 13px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.newsletter_conf_ens_sup_et_form_la_revo_de_l_indus_18_10_2011 .extrabox h4,
.newsletter_conf_ens_sup_et_form_la_revo_de_l_indus_18_10_2011 .extrabox h4 a,
.newsletter_conf_ens_sup_et_form_la_revo_de_l_indus_18_10_2011 .extrabox p {
    color: #FFFFFF !important;
    text-decoration: none;
}

.newsletter_conf_ens_sup_et_form_la_revo_de_l_indus_18_10_2011 .p2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #3399cc;
	text-align: center;
	text-transform: uppercase;
}

.newsletter_conf_ens_sup_et_form_la_revo_de_l_indus_18_10_2011 .p3 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #39C;
	text-align: center;
	text-transform: uppercase;
}

/* END Styles pour la newsletter "Conférence Educpros – AURIGA : Enseignement supérieur,
 * la révolution de l’individualisation - 18/10/2011"
 */


